ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Willi Egger <w.egger@boede.nl>
Subject: Re: Layout and textwidth/textmargin
Date: Sat, 26 Aug 2006 22:16:01 +0200	[thread overview]
Message-ID: <44F0AC01.6070102@boede.nl> (raw)
In-Reply-To: <opteswo80d9niby6@localhost>

Hi,

To me it should not be necessary to define odd and even layouts for your 
purposes. (Of course I stand corrected!)

If you choose \setuppagenumbering[alternative=doublesided] the page 
layout is swapped automatically.
For the realisation of the titles sticking into the "margin" one should 
be able to use \setuphead[section,subsection][command=...]

This would look then like this:

\setuppagenumbering[alternative=doublesided]

\setuplayout
    [backspace=2cm,
    leftmargin=5cm,
    rightmargin=7cm]

\setupnarrower[left=3cm]
\setuphead[section,subsection][after={\startnarrower[left]}]

\showframe
\starttext
\section{Hello}
\setuphead[section][before=\stopnarrower]
    \input knuth \par
\subsection{Sub Hello}
\setuphead[subsection][before=\stopnarrower]
     \input tufte \par
\dorecurse{4}{
    \section{Hello}
         \input knuth \endgraf
    \subsection{Sub Hello}
         \input tufte \endgraf}
\stoptext

I admit, this is not yet working correctly, but I can't find the key at 
the moment ;-)

Willi

nico wrote:
> Hello,
>
> I wonder if it is possible to setup a layout with these requirements:
>
> - it can be doublesided, that is, when doublesided the left margin (LM)  
> and right margin (RM) are different and mirrored on right/left pages.
>
> - the headings (section, etc.) start just after the left margin.
>
> - the text body has an extra left text margin (TM) that is not mirrored.
>
> Here is an example of the expected output in doublesided mode:
>
> Left Page:
>      LM      TM                          RM
> |<--7--><-- 8-->                      <-5->|
> |       1. This is a Title                 |
> |                                          |
> |               This is the text body      |
> |               that has a bigger left     |
> |               margin.                    |
>
> Right Page:
>
>     RM    TM                            LM
> |<-5-><-- 8-->                      <--7-->|
> |             The test continues on        |
> |             This page.                   |
> |                                          |
> |     2. Another Title                     |
> |                                          |
>
> For singlesided documents I can play with a setup like this (the  
> margindistances should be taken into account too):
>
> \setuphead[section][margin=-TM]
> \setuplayout[leftmargin=TM+LM,
>               rightmargin=RM,
>               backspace=TM+LM,
>               width=\paperwidth-(RM+TM+LM)]
>
> For doublesided documents I thought about using textwidth or textmargin,  
> but in this case the text margin is applied on left and right (the text is  
> in the middle).
>
> Should I play with other setup parameters? What is the best way to achieve  
> this?
>
> Thanks for any hint,
>
> Regards,
> BG
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>   

  parent reply	other threads:[~2006-08-26 20:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-24 18:37 nico
2006-08-26 18:45 ` nico
2006-08-26 20:16 ` Willi Egger [this message]
2006-08-26 20:29   ` Hans Hagen
2006-08-26 21:39     ` nico
     [not found] <mailman.518.1156649529.2039.ntg-context@ntg.nl>
2006-08-27 19:10 ` wwl
2006-08-27 19:58   ` nico
2006-08-27 22:14   ` Horacio Suarez
2006-08-28  7:50     ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44F0AC01.6070102@boede.nl \
    --to=w.egger@boede.nl \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).