20 Jun
2007
20 Jun
'07
9:53 p.m.
Quoting Renaud Aubin
Hi folks,
I need to define a multiline footer for a document of mine. I have searched the garden without results.
Considering \input knuth as a "disclaimer", here is a non working sample to improve: \setupfootertexts[] \setupfootertexts[\setups{text a}]
\startsetups[text a] \input knuth \stopsetups
What I usually do is surround the "disclaimer" in a vbox or a \framed. For example (in s-ptj-01) \startlocalsetups [titlefooter] \framed[frame=off,width=\textwidth,align=flushright,location=low] {\small\setupinterlinespace \getvariable{pracjourn}{copyright}\endgraf} \stoplocalsetups Aditya