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! -- Scot
On Wed, Dec 9, 2009 at 4:24 PM, Scot Johnson
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
On Wed, Dec 9, 2009 at 9:32 AM, luigi scarso
On Wed, Dec 9, 2009 at 4:24 PM, Scot Johnson
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! -- Scot
On Wed, Dec 9, 2009 at 4:51 PM, Scot Johnson
On Wed, Dec 9, 2009 at 9:32 AM, luigi scarso
wrote: On Wed, Dec 9, 2009 at 4:24 PM, Scot Johnson
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
On Wed, Dec 9, 2009 at 10:00 AM, luigi scarso
%%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
I tried the \cbox alternative and it works perfectly. Thanks again! -- Scot
participants (2)
-
luigi scarso
-
Scot Johnson