2012-11-30 H. Özoguz:

> Hi,
> 
> Im using Wolfgangs annotation module and have defined an annotation:
> 
> \defineannotation[bigquote]
> 
> with some setups.
> 
> Now \bigquote{...} works correctly. But I want for big annotations 
> \startbigquote \stopbigquote, how to do that?

First: Create a minimal running example. Then we can just mark the
code in the email, press a button and have the PDF opened. You'll
more likely get responses if you make it as easy as possible to deal
with your problem.

This works here:

\usemodule [annotation]
\defineannotation [bigquote] [style=bold]

\starttext
  \bigquote{Foo}
  \startbigquote
    Bar
  \stopbigquote
\stoptext


Marco

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to