[NTG-context] Footnote with midaligned text

2014-09-01 Thread Francisco Gracia
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
___


Re: [NTG-context] Footnote with midaligned text

2014-09-01 Thread Wolfgang Schuster

Am 01.09.2014 um 09:04 schrieb Francisco Gracia fgragu...@gmail.com:

 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?


Need to be fixed by Hans, it happens when you put a note in a box
which is placed in horizontal mode.

\automigrateinserts

\setuppapersize[A6]

\starttext

\hbox{One\footnote{First note.}}

\dontleavehmode\hbox{Two\footnote{Second note.}}

\stoptext

Wolfgang
___
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
___