On Wed, Dec 9, 2009 at 4:51 PM, Scot Johnson <w.scot.john...@gmail.com> wrote:
> On Wed, Dec 9, 2009 at 9:32 AM, luigi scarso <luigi.sca...@gmail.com> wrote:
>> On Wed, Dec 9, 2009 at 4:24 PM, Scot Johnson <w.scot.john...@gmail.com> 
>> wrote:
>>> Hi All,
>>>
>>> I'm new to ConTeXt and am working on a document that needs some text
>>> put on each page of output.  I had thought I could use the following
>>> but it doesn't work:
>>>
>>> \setupfootertexts [SPECIFICALLY NEGOTIATED LICENSE RIGHTS\\Use or
>>> disclosure of this data is subject to the restriction on the first
>>> page of this document.]
>>>
>>> When I do this, the output is all on one line and clipped off at the
>>> beginning and end.  Is there a way to put this text in the footer
>>> without clipping it off?
>>>
>>> Thanks in advance for any help offered!
>>>
>> maybe this one ?
>>
>> \setupfootertexts [\vbox{SPECIFICALLY NEGOTIATED LICENSE RIGHTS\blank Use or
>> disclosure of this data is subject to the restriction on the first
>> page of this document.}]
>>
>> \showframe
>> \starttext
>> \input tufte
>> \stoptext
>>
>>
>> --
>> luigi
>
> Excellent.  That works!  One follow-up.  How would I center the lines?
>  Thanks, Luigi!

%%Perhaps this one
\setupfootertexts [\vbox{\startalignment[middle]SPECIFICALLY
NEGOTIATED LICENSE RIGHTS\blank Use or
disclosure of this data is subject to the restriction on the first
page of this document.\stopalignment}]

%%or this one
\setupfootertexts [\cbox{SPECIFICALLY NEGOTIATED LICENSE RIGHTS\blank Use or
disclosure of this data is subject to the restriction on the first
page of this document.}]


\showframe
\starttext
\input tufte
\stoptext

-- 
luigi
___________________________________________________________________________________
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  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to