Am 15.12.2012 um 19:36 schrieb Pablo Rodríguez
Hi there,
with the following code:
\usemodule[simplefonts] \setmainfont[TeX Gyre Pagella] \definelinenote[A] \setupnote[A][rule=off, paragraph=yes, split=strict, inbetween=\hskip1.5em] \setupnotation[A][numbercommand=,alternative=serried,distance=1em,compress=yes,compressseparator=] \starttext \startlinenumbering \dorecurse{500}{body\A{note} } \stoplinenumbering \stoptext
I hit two bugs (ConTeXt - 2012.12.10 23:20):
Body and notes aren't properly separated.
It’s a problem with paragraph notes which does also appear with regular notes. \setupbodyfont[pagella] \setupnote [footnote][paragraph=yes] \setupnotation[footnote][alternative=serried,display=no] \starttext \dorecurse{200}{text text text\footnote{note} } \stoptext Wolfgang