Dear list,

I have the following sample:

\setuppapersize[A6]
\setuppagenumbering[location=,]
\definelinenote[Critico]
\setupnote[Critico][paragraph=yes]
\newcounter\Contadorvar
\def\apcritico#1#2{\increment\Contadorvar%
    \startCritico[Varia:\Contadorvar]{#2}#1%
    \stopCritico[Varia:\Contadorvar]}
\starttext
\startlinenumbering
\dorecurse{10}{origin\Critico{variant} not original\Critico{variant} }\par
\dorecurse{10}{\apcritico{origin}{variant} \apcritico{not
original}{variant} }
\stoplinenumbering
\stoptext

And I don’t understand why the first five text body lines are
hyphenated, while the other five aren’t.

What am I doing wrong in the macro?

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
___________________________________________________________________________________

Reply via email to