ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Basic layout settings
@ 2011-09-12 11:50 Honza Hejzl
  2011-09-12 12:31 ` Steffen Wolfrum
  0 siblings, 1 reply; 2+ messages in thread
From: Honza Hejzl @ 2011-09-12 11:50 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 778 bytes --]

Hello,
I am trying to learn how to set up the layout according to my exact wish and
can't achieve one thing.

How to remove those annoying tight spaces on both sides? I simply need 1.5cm
on the side of binding and 0.5cm on the outer one.

Here is the source:

\enableregime[utf]

\mainlanguage[cz]

\setuppapersize[A5][A4]

\setuplayout[%

location=middle,

width=fit,

height=505.4pt,

topspace=51.13pt,

header=0pt,

headerdistance=0pt,

leftmargindistance=0pt,

rightmargindistance=0pt,

rightmargin=0pt,

leftmargin=15mm,

rightmargin=5mm,

leftedgeditstance=0pt,

rightedgedistance=0pt,

footerdistance=13.3pt,

footer=13.3pt,

grid=yes,

marking=on

]

\setuppagenumbering[location=right]

\showgrid

\showframe

 \starttext

\input{tufte}

\stoptext


Thank, Honza Hejzl

[-- Attachment #1.2: Type: text/html, Size: 5299 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Basic layout settings
  2011-09-12 11:50 Basic layout settings Honza Hejzl
@ 2011-09-12 12:31 ` Steffen Wolfrum
  0 siblings, 0 replies; 2+ messages in thread
From: Steffen Wolfrum @ 2011-09-12 12:31 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Honza Hejzl

Hi Honza,


\enableregime[utf]
\mainlanguage[cz]
%\setuppapersize[A5][A4]
\setuppapersize[A5][A5]
\setuplayout[%
location=middle,
width=128mm,% = 148mm (A5) - 15mm - 5mm
height=505.4pt,
topspace=51.13pt,
header=0pt,
headerdistance=0pt,
leftmargindistance=0pt,
rightmargindistance=0pt,
rightmargin=0pt,
leftmargin=0mm,
rightmargin=0mm,
leftedgeditstance=0pt,
rightedgedistance=0pt,
footerdistance=13.3pt,
footer=13.3pt,
grid=yes,
marking=on,
backspace=15mm% inner space / binding
]
\setuppagenumbering[location=right]
\showgrid
\showframe
\starttext
\input{tufte}
\stoptext


Best, Steffen


Am 12.09.2011 um 13:50 schrieb Honza Hejzl:

> Hello,
> I am trying to learn how to set up the layout according to my exact wish and can't achieve one thing.
> 
> How to remove those annoying tight spaces on both sides? I simply need 1.5cm on the side of binding and 0.5cm on the outer one.
> 
> Here is the source:
> 
> \enableregime[utf]
> 
> \mainlanguage[cz]
> \setuppapersize[A5][A4]
> \setuplayout[%
> location=middle,
> width=fit,
> height=505.4pt,
> topspace=51.13pt,
> header=0pt,
> headerdistance=0pt,
> leftmargindistance=0pt,
> rightmargindistance=0pt,
> rightmargin=0pt,
> leftmargin=15mm,
> rightmargin=5mm,
> leftedgeditstance=0pt,
> rightedgedistance=0pt,
> footerdistance=13.3pt,
> footer=13.3pt,
> grid=yes,
> marking=on
> ]
> \setuppagenumbering[location=right]
> \showgrid
> \showframe
> \starttext
> \input{tufte}
> \stoptext
> 
> Thank, Honza Hejzl
> 
> 
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________

___________________________________________________________________________________
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
___________________________________________________________________________________


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

end of thread, other threads:[~2011-09-12 12:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-12 11:50 Basic layout settings Honza Hejzl
2011-09-12 12:31 ` Steffen Wolfrum

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).