ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Margin notes
@ 2014-03-04  0:31 S Barmeier
  2014-03-04 14:58 ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: S Barmeier @ 2014-03-04  0:31 UTC (permalink / raw)
  To: ntg-context

I am trying to compile a 2-year-old mkiv document with the latest beta
and am getting an error on the line

\inleft[style=bold,stack=continue]

Two years ago, stacking of margin notes was still experimental, so I'm
guessing something has changed since then. What is the correct way these
days to typeset margin notes?

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
___________________________________________________________________________________


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

* Re: Margin notes
  2014-03-04  0:31 Margin notes S Barmeier
@ 2014-03-04 14:58 ` Wolfgang Schuster
  0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Schuster @ 2014-03-04 14:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 04.03.2014 um 01:31 schrieb S Barmeier <severinbarmeier@googlemail.com>:

> I am trying to compile a 2-year-old mkiv document with the latest beta
> and am getting an error on the line
> 
> \inleft[style=bold,stack=continue]
> 
> Two years ago, stacking of margin notes was still experimental, so I'm
> guessing something has changed since then. What is the correct way these
> days to typeset margin notes?


You have to make a minimal example because I can’t see a problem with \inleft.

\starttext
Text\inleft[style=bold,stack=continue]{Note 1} text\inleft[style=bold,stack=continue]{Note 2} text
\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] 7+ messages in thread

* Re: margin notes
  2011-10-11  8:03 margin notes Meer, H. van der
@ 2011-10-11 21:09 ` Hans Hagen
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2011-10-11 21:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 11-10-2011 10:03, Meer, H. van der wrote:
> It seems that margin notes when called from inside \startcombination..\stopcombination do not reach the margin of the paper. Instead they use a margin inside the combination.
> Is that as intended or unavoidable?
> It was my objective to have them at the edge of the paper.
> See minimal example below.
>
> % Testing margin notes from inside combinations.
> % Margin notes do not leave the combinations box.
> \setuppapersize[A6][A6]
> \starttext
> \setupcombinations[location=middle]
> test\crlf
> \startcombination[2*1]
> {abcdefg\inright{m1}}{l1}
> {abcdefg\inright{m2}}{l2}
> \stopcombination
> \crlf
> \stoptext

quite tricky, such notes in an alignment

the next beta will have an experimental fix

\startlinecorrection
\startcombination[2*2]
     {abcdefg\inleft[scope=global,stack=yes]{TEST 7}hijklm} {test 7}
     {abcdefg\inleft[scope=global,stack=yes]{TEST 8}hijklm} {test 8}
\stopcombination
\stoplinecorrection

seems to work

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
___________________________________________________________________________________


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

* margin notes
@ 2011-10-11  8:03 Meer, H. van der
  2011-10-11 21:09 ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Meer, H. van der @ 2011-10-11  8:03 UTC (permalink / raw)
  To: NTG ConTeXt

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

It seems that margin notes when called from inside \startcombination..\stopcombination do not reach the margin of the paper. Instead they use a margin inside the combination.
Is that as intended or unavoidable?
It was my objective to have them at the edge of the paper.
See minimal example below.

% Testing margin notes from inside combinations.
% Margin notes do not leave the combinations box.
\setuppapersize[A6][A6]
\starttext
\setupcombinations[location=middle]
test\crlf
\startcombination[2*1]
{abcdefg\inright{m1}}{l1}
{abcdefg\inright{m2}}{l2}
\stopcombination
\crlf
\stoptext


[-- Attachment #2: combinations.pdf --]
[-- Type: application/pdf, Size: 7645 bytes --]

[-- Attachment #3: ATT00001.txt --]
[-- Type: text/plain, Size: 4 bytes --]




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

* Re: margin notes
  2010-05-28 17:17 ` Wolfgang Schuster
@ 2010-05-28 18:52   ` Yury G. Kudryashov
  0 siblings, 0 replies; 7+ messages in thread
From: Yury G. Kudryashov @ 2010-05-28 18:52 UTC (permalink / raw)
  To: ntg-context

Wolfgang Schuster wrote:

> Am 28.05.10 19:02, schrieb Yury G. Kudryashov:
>> Hi!
>>
>> I try to use \inmargin{some text} in context Mk IV, and the resulting
>> margin notes overlap. Is there any way to emulate LaTeX's marginpars
>> (they're considered floats, hence can be moved to avoid overlaps)?
> \setupinmargin[stack=yes]
Thanks, it works!

___________________________________________________________________________________
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] 7+ messages in thread

* Re: margin notes
  2010-05-28 17:02 Yury G. Kudryashov
@ 2010-05-28 17:17 ` Wolfgang Schuster
  2010-05-28 18:52   ` Yury G. Kudryashov
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2010-05-28 17:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Am 28.05.10 19:02, schrieb Yury G. Kudryashov:
> Hi!
>
> I try to use \inmargin{some text} in context Mk IV, and the resulting margin
> notes overlap. Is there any way to emulate LaTeX's marginpars (they're
> considered floats, hence can be moved to avoid overlaps)?
>
> Minimal example:
> \starttext
> \inmargin{first}
> \inmargin{second}
> \stoptext

\setupinmargin[stack=yes]

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] 7+ messages in thread

* margin notes
@ 2010-05-28 17:02 Yury G. Kudryashov
  2010-05-28 17:17 ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Yury G. Kudryashov @ 2010-05-28 17:02 UTC (permalink / raw)
  To: ntg-context

Hi!

I try to use \inmargin{some text} in context Mk IV, and the resulting margin 
notes overlap. Is there any way to emulate LaTeX's marginpars (they're 
considered floats, hence can be moved to avoid overlaps)?

Minimal example:
\starttext
\inmargin{first}
\inmargin{second}
\stoptext
-- 
Yury G. Kudryashov


___________________________________________________________________________________
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] 7+ messages in thread

end of thread, other threads:[~2014-03-04 14:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-04  0:31 Margin notes S Barmeier
2014-03-04 14:58 ` Wolfgang Schuster
  -- strict thread matches above, loose matches on Subject: below --
2011-10-11  8:03 margin notes Meer, H. van der
2011-10-11 21:09 ` Hans Hagen
2010-05-28 17:02 Yury G. Kudryashov
2010-05-28 17:17 ` Wolfgang Schuster
2010-05-28 18:52   ` Yury G. Kudryashov

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