Dear list, today I was asked that a document that contained text on more than one page displayed a sign or a text on the first page that shows that the text follows on the next page. How I can do this? Sorry, I have searched on the wiki and the ConTeXt manual, but I wasn’t able to find anything. Many thanks for your help, Pablo -- http://www.ousia.tk
Am 17.10.2013 um 18:06 schrieb Pablo Rodriguez
Dear list,
today I was asked that a document that contained text on more than one page displayed a sign or a text on the first page that shows that the text follows on the next page.
How I can do this? Sorry, I have searched on the wiki and the ConTeXt manual, but I wasn’t able to find anything.
\startsetups[footer] \doifelse{\totalnumberofpages}{1} {} {Page~\userpagenumber~of~\lastuserpagenumber} \stopsetups \setupfootertexts[\setups{footer}] \starttext \dorecurse{4}{\input knuth\par} %\dorecurse{6}{\input knuth\par} \stoptext Wolfgang
participants (2)
-
Pablo Rodriguez
-
Wolfgang Schuster