3 Mar
2013
3 Mar
'13
6:54 p.m.
Am 03.03.2013 um 15:52 schrieb john Culleton
Is there a facility in MKIV for creating an epigraph after a chapter head? The Memoir class in LaTeX has such a command.
I'll look up \definheadalternative. Maybe it covers it, maybe not.
It depends which solution you want, a simple way is to use the framedtext environment which can be positioned on the right margin, complexes solutions are possible but they require more code. \defineframedtext[epigraph][location=right,frame=off,offset=.25ex] \starttext \title{Ward} \startepigraph \input ward \hairline \wordright{Ward} \stopepigraph \stoptext Wolfgang