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 TIA Renaud
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
Thanks Aditya, I have just obtained something with framedtext but missed location=low ;) Aditya Mahajan a écrit :
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
participants (2)
-
Aditya Mahajan
-
Renaud Aubin