ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Newbie question re duplex tabloid landscape
@ 2002-07-10 17:58 Stan Norton
  2002-07-12 16:33 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: Stan Norton @ 2002-07-10 17:58 UTC (permalink / raw)


I'm trying to lay out a prototype which will essentially be a set of tables
which are *large* and which will print across two opposing tabloid pages.
I've been wrestling with this for a quite while now and have decided to
forgo my (failing) brut force approach for some expert advice. I'd
appreciate any direction on how to produce a duplex printable tabloid page
with text occupying most of the page.  Thank you.

This setup:

-------------------
\setuppapersize [tabloid,90] [tabloid,landscape]
\setupbodyfont [1br,6pt]
\setupheadertexts [alfa] [beta]
\showsetups

\starttext
\dorecurse{10}{\input tufte \par }
\stoptext
------------------

-gives me a standard tabloid portrait page rotated:

\paperwidth  is 27.x cm
\paperheight is 43.x cm

\printpaperwidth is
while
\printpaperheight interesting remains 43.x cm

\textwidth is 19.x cm

-If I try to reset widths:
\setuplayout [paperwidth=120cm,printpaperwidth=120cm, width=.9\paperwidth]

I get a \textwidth of 25.x cm, although other width parameters don't change
and 25.x appears to be a limit on \textwidth no matter how wide I set width.

Also,  if I use *any* \setuplayout parameters (like location=duplex or middle) the page shifts
to the left off the printpage.

What is the best way to force an increase in textwidth to tabloid landscape
in a double sided environment. Will table mode follow? I've yet to wrestle
with it.

Thank you. 


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Newbie question re duplex tabloid landscape
  2002-07-10 17:58 Newbie question re duplex tabloid landscape Stan Norton
@ 2002-07-12 16:33 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2002-07-12 16:33 UTC (permalink / raw)
  Cc: ntg-context

At 01:58 PM 7/10/2002 -0400, Stan Norton wrote:

>I'm trying to lay out a prototype which will essentially be a set of tables
>which are *large* and which will print across two opposing tabloid pages.
>I've been wrestling with this for a quite while now and have decided to
>forgo my (failing) brut force approach for some expert advice. I'd
>appreciate any direction on how to produce a duplex printable tabloid page
>with text occupying most of the page.  Thank you.
>
>This setup:
>
>-------------------
>\setuppapersize [tabloid,90] [tabloid,landscape]
>\setupbodyfont [1br,6pt]
>\setupheadertexts [alfa] [beta]
>\showsetups
>
>\starttext
>\dorecurse{10}{\input tufte \par }
>\stoptext
>------------------
>
>-gives me a standard tabloid portrait page rotated:
>
>\paperwidth  is 27.x cm
>\paperheight is 43.x cm
>
>\printpaperwidth is
>while
>\printpaperheight interesting remains 43.x cm
>
>\textwidth is 19.x cm
>
>-If I try to reset widths:
>\setuplayout [paperwidth=120cm,printpaperwidth=120cm, width=.9\paperwidth]
>
>I get a \textwidth of 25.x cm, although other width parameters don't change
>and 25.x appears to be a limit on \textwidth no matter how wide I set width.
>
>Also,  if I use *any* \setuplayout parameters (like location=duplex or 
>middle) the page shifts
>to the left off the printpage.
>
>What is the best way to force an increase in textwidth to tabloid landscape
>in a double sided environment. Will table mode follow? I've yet to wrestle
>with it.

you use the wrong parameters

\setuppapersize[tabloid,landscape][tabloid,landscape]
\setuplayoout[backspace=2cm,width=middle,topspace=2cm,height=middle]

adn things like that

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------
                        information: http://www.pragma-ade.com/roadmap.pdf
                     documentation: http://www.pragma-ade.com/showcase.pdf
-------------------------------------------------------------------------


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-07-12 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-10 17:58 Newbie question re duplex tabloid landscape Stan Norton
2002-07-12 16:33 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).