ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* (critical edition) nesting linenotes
@ 2013-11-18 19:55 Pablo Rodriguez
  2013-11-18 22:25 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez @ 2013-11-18 19:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear Thomas, Luigi and Hans,

my second sample might be related to the first one. But I’m not sure it
is a bug.

Here is the code:

\setuppapersize[A8]
\newcounter\MyCounter
 \def\CritApp#1#2{\increment\MyCounter%
 \startlinenote[Varia:\MyCounter]{#1] #2}#1%
 \prewordbreak\stoplinenote[Varia:\MyCounter]}

\starttext
\startlinenumbering
\startlinenote[one]{hyphenated}this is a test on
\startlinenote[two]{with nested
linenote}hyphenation\prewordbreak\stoplinenote[two]\stoplinenote[one]

\CritApp{this is a test on \CritApp{hyphenation}{nested linenote: bad
line number}}{not hyphenated}
\stoplinenumbering
\stoptext

A command such as \CritApp above is intended to generate all linenote
references automagically.

It works fine, but I cannot nest \CritApp linenotes. The problem is in
within this line:

    \startlinenote[Varia:\MyCounter]{#1] #2}#1%

If I replace "{#1] #2}#1" with {#2}#1, nesting \CritApp linenotes,
everything works as expected.

Is this a bug?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2013-11-19 16:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-18 19:55 (critical edition) nesting linenotes Pablo Rodriguez
2013-11-18 22:25 ` Hans Hagen
2013-11-19 16:48   ` Pablo Rodriguez

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