Am 08.03.2011 um 18:02 schrieb Cecil Westerhof:

> 2011/3/8 Cecil Westerhof <cldwester...@gmail.com>
> One thing I am thinking about: making the citation centered and leave the 
> person right justified. Or is that a bad idea? 
> 
> I made it:
> \define[2]\epigraph{
>   \blank
>   \startframedtext[middle][frame=off,offset=none,width=fit]%
>   \startalignment[middle]
>   \startcolor[darkgreen]#2\stopcolor
>   \stopalignment
>   \startalignment[flushright]
>   {\it #1}%
>   \stopalignment
>   \stopframedtext
>   \blank
> }
> 
> I think it does not look bad. But I have to let it grow on me.

\define[2]\epigraph
  {\blank
   \startframedtext[middle][frame=off,offset=none,width=fit,align=middle]%
   \color[darkgreen]{#2}\endgraf
   \rightaligned{\it #1}%
   \stopframedtext
   \blank}

Wolfgang

___________________________________________________________________________________
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