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
Am 01.09.2014 um 09:04 schrieb 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?
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
participants (2)
-
Francisco Gracia
-
Wolfgang Schuster