[NTG-context] Multiline footer

2007-06-20 Thread 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

TIA

Renaud

begin:vcard
fn:Renaud AUBIN
n:AUBIN;Renaud
email;internet:[EMAIL PROTECTED]
url:http://www.nibua-r.org
version:2.1
end:vcard

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Multiline footer

2007-06-20 Thread Aditya Mahajan
Quoting Renaud Aubin [EMAIL PROTECTED]:

 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
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Multiline footer

2007-06-20 Thread Renaud Aubin
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
begin:vcard
fn:Renaud AUBIN
n:AUBIN;Renaud
email;internet:[EMAIL PROTECTED]
url:http://www.nibua-r.org
version:2.1
end:vcard

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___