Re: [NTG-context] stacking margin notes

2012-03-10 Thread Hans Hagen

On 10-3-2012 05:37, S Barmeier wrote:

I was expecting this to work:

\setuplayout[
width=10cm,
backspace=10cm,
leftmargin=8cm
]
\starttext
\inleft[stack=yes]{
\input tufte
}
\input tufte
\inleft[stack=yes]{
\input tufte
}
\stoptext

but it doesn't stack. Also, is it correct that stack=yes belongs into
\setupmargindata?


for such extreme cases (across paragraphs) use stack=continue (both cases)

Hans


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


[NTG-context] stacking margin notes

2012-03-09 Thread S Barmeier
I was expecting this to work:

\setuplayout[
width=10cm,
backspace=10cm,
leftmargin=8cm
]
\starttext
\inleft[stack=yes]{
\input tufte
}
\input tufte
\inleft[stack=yes]{
\input tufte
}
\stoptext

but it doesn't stack. Also, is it correct that stack=yes belongs into
\setupmargindata?

Thank you,
Severin
___
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
___