2011/3/8 Cecil Westerhof
<cldwesterhof@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
}