footnotes question: MkIV vs. LMTX
Jim <[email protected]>
| Newsgroups | gmane.comp.tex.context |
|---|---|
| Message-ID | <[email protected]> |
Hi all,
Consider this sort-of minimal example:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\startDoubleExample
{
\startframedtext
[frame=off]
\switchtobodyfont[small]
\startcolumns
[
n=2,
tolerance=verytolerant,
distance=0.5cm,
separator=rule,
rulecolor=darkmagenta
]
}
\def\stopDoubleExample{\stopcolumns\stopframedtext}
\starttext
\startDoubleExample
\switchtobodyfont[small]
\vbox{\starttyping
Humpty Dumpty\footnote[humpty]{Probably the
best-known English nursery rhyme character}
sat on a wall,
Humpty Dumpty\note[humpty]
had a great fall.\\
All the king's horses and
all the king's men Couldn't put
Humpty\note[humpty] together again
\stoptyping}
Humpty Dumpty\footnote[humpty]{Probably the best-known English nursery
rhyme character} sat on a wall,\\ Humpty Dumpty\note[humpty] had a great
fall.\\
All the king's horses and all the king's men\\
Couldn't put Humpty\note[humpty] together again
\stopDoubleExample
\stoptext
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
If I run this with MkIV, the footnote appears at the end of the second
column.
If I run this with LMTX, the footnote appears at the bottom of the page.
Suppose for some odd reason someone wanted the MkIV behaviour.
How would one modify the example to achieve this?
Thanks.
Jim
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : [email protected] / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________