Guy Worthington <[EMAIL PROTECTED]> writes:

Hello,


> How do I translate these into my \setuplayout parameters?

===========================================================
\startbuffer
\setuppapersize[A4][A4]

\setbox0=\hbox{abcdefghijklmnopqrstuvwxyz}

\setuplayout[width=2.5\wd0,
             header=0pt,
             headerdistance=0pt,
             footer=0pt,
             footerdistance=0pt,
             height=1.62\makeupwidth,
             backspace=.143\makeupwidth,
             topspace=\backspace,
             ]
\stopbuffer
\getbuffer
\showframe 
\starttext
\typebuffer
%\the\wd0
\copy0 \copy0 
%\showlayout
\stoptext
===========================================================

Patrick
_______________________________________________
ntg-context mailing list
[EMAIL PROTECTED]
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to