[NTG-context] typesetting juxtapositions

2012-11-18 Thread Erik Margraf
Dear List,

how would I go on to typeset a document like the attached one?

Thanks in advance

Erik


test.pdf
Description: Adobe PDF document
___
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
___

Re: [NTG-context] typesetting juxtapositions

2012-11-18 Thread Wolfgang Schuster

Am 18.11.2012 um 12:24 schrieb Erik Margraf erik.marg...@gmail.com:

 Dear List,
 
 how would I go on to typeset a document like the attached one?

\setupindenting[yes,medium]

\starttext

\input tufte

\offsetbox[x=2cm]\vbox{\begstrut\input tufte\endstrut}

\input tufte

\stoptext

Wolfgang
___
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
___


Re: [NTG-context] typesetting juxtapositions

2012-11-18 Thread Hans Hagen

On 11/18/2012 12:43 PM, Wolfgang Schuster wrote:


Am 18.11.2012 um 12:24 schrieb Erik Margraf erik.marg...@gmail.com:


Dear List,

how would I go on to typeset a document like the attached one?


\setupindenting[yes,medium]

\starttext

\input tufte

\offsetbox[x=2cm]\vbox{\begstrut\input tufte\endstrut}

\input tufte

\stoptext


or, depending on how much there is

\definenarrower[Common][left=3cm,right=3cm]
\definenarrower[One][Common][default=right]
\definenarrower[Two][Common][default=left]

\setuplayout
  [backspace=1cm,
   width=middle,
   topspace=1cm,
   height=middle,
   footer=0cm,
   header=0cm]

\setupbodyfont
  [10pt]

\setupwhitespace
  [big]

\starttext

\startOne
\input ward
\stopOne

\startTwo
\input ward
\stopTwo

\stoptext



-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___


Re: [NTG-context] typesetting juxtapositions

2012-11-18 Thread Erik Margraf
Hans and Wolfgang, thanks a lot!
Both versions work of course ... I'll see which one I'll use.

Erik

On Sun, Nov 18, 2012 at 12:52 PM, Hans Hagen pra...@wxs.nl wrote:
 On 11/18/2012 12:43 PM, Wolfgang Schuster wrote:


 Am 18.11.2012 um 12:24 schrieb Erik Margraf erik.marg...@gmail.com:

 Dear List,

 how would I go on to typeset a document like the attached one?


 \setupindenting[yes,medium]

 \starttext

 \input tufte

 \offsetbox[x=2cm]\vbox{\begstrut\input tufte\endstrut}

 \input tufte

 \stoptext


 or, depending on how much there is

 \definenarrower[Common][left=3cm,right=3cm]
 \definenarrower[One][Common][default=right]
 \definenarrower[Two][Common][default=left]

 \setuplayout
   [backspace=1cm,
width=middle,
topspace=1cm,
height=middle,
footer=0cm,
header=0cm]

 \setupbodyfont
   [10pt]

 \setupwhitespace
   [big]

 \starttext

 \startOne
 \input ward
 \stopOne

 \startTwo
 \input ward
 \stopTwo

 \stoptext



 -
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
 tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
  | www.pragma-pod.nl
 -
___
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
___