As the following example shows, just trying to add a footnote to a
midaligned sentence is not that easy: either the footnote index is
(dis)placed to the right margin or the footnote body does not show at its
proper place (at the end of the page).

Is there a way to make both things fit?

Regards


\setuppapersize[A6][A6]
\def\Text{ This is the main text.}

\starttext
        \dorecurse{3}{\Text} \footnote{This is the first main text footnote.}
\dorecurse{3}{\Text}

        \blank[medium]
        \midaligned{This sentence is midaligned.} \footnote{This is the centered
footnote.}
        \blank[medium]

        \dorecurse{3}{\Text} \footnote{This is the second main text footnote.}
\dorecurse{3}{\Text}

        \blank[medium]
        \midaligned{Another midaligned sentence. \footnote{This is the second
centered footnote.}}
        \blank[medium]

        \dorecurse{3}{\Text} \footnote{This is the third main text footnote.}
\dorecurse{3}{\Text}

\stoptext

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to