Changes

Jump to navigation Jump to search
596 bytes added ,  19:56, 11 June 2013
adding tipp with footnotes in paragraph form
{{todo|This is ugly, and points up some ConTeXt bugs that need to be fixed.}}
 
====Footnotes in pagraph form====
 
When enabling footnotes (actually notes and linenotes) in pagraph form, there is some risk in having no right separation between body and the notes. This can be partially avoided using <code>width=broad</code> ([http://www.ntg.nl/pipermail/ntg-context/2013/073650.html Hans dixit]).
 
<texcode>
\setupbodyfont
[pagella]
 
\setupnote
[footnote]
[paragraph=yes]
 
\setupnotation
[footnote]
[alternative=serried,
width=broad,
distance=.5em,
display=no]
 
\starttext
\dorecurse{500}{text text text\footnote{note} }
\stoptext
</texcode>
==Footnotes in Floats==
139

edits

Navigation menu