Changes

Jump to navigation Jump to search
462 bytes added ,  19:03, 24 October 2006
m
An example from the mailing list
is a sentence with nested footnotes.
</context>
 
== Special Needs ==
These are solutions to some special tasks asked on the mailing list.
 
* Is there a way to turn off hyphenation for the main body of my text, but enable it for the footnotes?
 
<texcode>
\starttext
 
\setupnote[footnote][align={normal,hyphenated}]
 
\setupalign[hyphenated] \input tufte \footnote{\input tufte \relax} \par
 
\setupalign[nothyphenated,stretch,tolerant] \input tufte
\footnote{\input tufte \relax} \par
 
\stoptext
</texcode>

Navigation menu