8 Mar
2011
8 Mar
'11
6:25 p.m.
Am 08.03.2011 um 18:02 schrieb Cecil Westerhof:
2011/3/8 Cecil Westerhof
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