ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* typesetting "juxtapositions"
@ 2012-11-18 11:24 Erik Margraf
  2012-11-18 11:43 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Erik Margraf @ 2012-11-18 11:24 UTC (permalink / raw)
  To: mailing list for ConTeXt users

[-- Attachment #1: Type: text/plain, Size: 100 bytes --]

Dear List,

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

Thanks in advance

Erik

[-- Attachment #2: test.pdf --]
[-- Type: application/pdf, Size: 13299 bytes --]

[-- Attachment #3: 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] 4+ messages in thread

* Re: typesetting "juxtapositions"
  2012-11-18 11:24 typesetting "juxtapositions" Erik Margraf
@ 2012-11-18 11:43 ` Wolfgang Schuster
  2012-11-18 11:52   ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2012-11-18 11:43 UTC (permalink / raw)
  To: erik.margraf, mailing list for ConTeXt users


Am 18.11.2012 um 12:24 schrieb Erik Margraf <erik.margraf@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
___________________________________________________________________________________


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

* Re: typesetting "juxtapositions"
  2012-11-18 11:43 ` Wolfgang Schuster
@ 2012-11-18 11:52   ` Hans Hagen
  2012-11-18 20:45     ` Erik Margraf
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2012-11-18 11:52 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Wolfgang Schuster

On 11/18/2012 12:43 PM, Wolfgang Schuster wrote:
>
> Am 18.11.2012 um 12:24 schrieb Erik Margraf <erik.margraf@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
___________________________________________________________________________________


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

* Re: typesetting "juxtapositions"
  2012-11-18 11:52   ` Hans Hagen
@ 2012-11-18 20:45     ` Erik Margraf
  0 siblings, 0 replies; 4+ messages in thread
From: Erik Margraf @ 2012-11-18 20:45 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users, Wolfgang Schuster

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 <pragma@wxs.nl> wrote:
> On 11/18/2012 12:43 PM, Wolfgang Schuster wrote:
>>
>>
>> Am 18.11.2012 um 12:24 schrieb Erik Margraf <erik.margraf@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
___________________________________________________________________________________


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

end of thread, other threads:[~2012-11-18 20:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-18 11:24 typesetting "juxtapositions" Erik Margraf
2012-11-18 11:43 ` Wolfgang Schuster
2012-11-18 11:52   ` Hans Hagen
2012-11-18 20:45     ` Erik Margraf

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