Changes

Jump to navigation Jump to search
599 bytes added ,  18:19, 4 August 2010
m
beginning to post a few examples, to be continued
== Special Needs ==
These There are numerous ways to display and format footnotes. The following section gathers 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?
* Currently, footnotes are set so that the left end of the text of the footnote is aligned with the left edge of the text, and the footnote number hangs out into the margin. Is it possible to change this? (For instance, suppose I would like the number aligned to the text-edge, and then a fixed-width space, and then the text?)
 
This behavior is controlled by the <code>location</code> key in the <code>\setupnotedefinition</code> command. Here are some examples:
 
Note number is typeset in an area with a width of 1cm, aligned at the left of the text area:
 
<context source="yes" text="produces">
\definepapersize[wiki][width=8cm,height=8cm]
 
\setuppapersize[wiki][wiki]
 
\starttext
 
\showframe
 
\setupnotedefinition[footnote][location=left,width=1cm]
\setupnote[footnote][location=page,numbercommand=]
 
test \footnote{test}
 
\stoptext
</context>
 
Suppose that one wants a width of 1.5em. Then
gardener
111

edits

Navigation menu