diff options
author | Hans Hagen <pragma@wxs.nl> | 2020-11-19 11:48:53 +0100 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2020-11-19 11:48:53 +0100 |
commit | 4b089e589d39346a66a27d04f9857fe16e4b7b41 (patch) | |
tree | ab037efa5ee53d50a777454a9cf310fba470e401 /tex/context/base/mkiv/strc-not.mklx | |
parent | 5c3cfe6a56aafb26c7fc6e3aaccec7acec9b621a (diff) | |
download | context-4b089e589d39346a66a27d04f9857fe16e4b7b41.tar.gz |
2020-11-19 11:26:00
Diffstat (limited to 'tex/context/base/mkiv/strc-not.mklx')
-rw-r--r-- | tex/context/base/mkiv/strc-not.mklx | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/tex/context/base/mkiv/strc-not.mklx b/tex/context/base/mkiv/strc-not.mklx index dbdc1c26d..299873830 100644 --- a/tex/context/base/mkiv/strc-not.mklx +++ b/tex/context/base/mkiv/strc-not.mklx @@ -1855,26 +1855,26 @@ %D Compatibility macros: -\permanent\protected\def\setupfootnotedefinition{\setupnotation [\v!footnote]} -\permanent\protected\def\setupfootnotes {\setupnote [\v!footnote]} -\permanent \def\footnotetext {\setnotetext [\v!footnote]} -\permanent\protected\def\placefootnotes {\dodoubleempty\strc_notes_place_footnotes [\v!footnote]} -\permanent\protected\def\placelocalfootnotes {\dodoubleempty\strc_notes_place_local_footnotes[\v!footnote]} -\permanent\protected\def\startlocalfootnotes {\startlocalnotes [\v!footnote]} % alleen footnote +\permanent\protected\def\setupfootnotedefinition{\setupnotation [\v!footnote]} +\permanent\protected\def\setupfootnotes {\setupnote [\v!footnote]} +\permanent \def\footnotetext {\setnotetext [\v!footnote]} +\permanent\protected\def\placefootnotes {\strc_notes_place_footnotes [\v!footnote]} +\permanent\protected\def\placelocalfootnotes {\strc_notes_place_local_footnotes[\v!footnote]} +\permanent\protected\def\startlocalfootnotes {\startlocalnotes [\v!footnote]} % alleen footnote \permanent\protected\def\stoplocalfootnotes {\stoplocalnotes } -\def\strc_notes_place_footnotes[#list][#settings]% - {\ifsecondargument - \placenotes[#list][#settings,\c!height=\textheight]% - \else +\tolerant\def\strc_notes_place_footnotes[#list]#spacer[#settings]% + {\ifarguments\or \placenotes[#list][\c!height=\textheight]% + \or + \placenotes[#list][#settings,\c!height=\textheight]% \fi} -\def\strc_notes_place_local_footnotes[#list][#settings]% - {\ifsecondargument - \placelocalnotes[#list][#settings,\c!height=\textheight]% - \else +\tolerant\def\strc_notes_place_local_footnotes[#list]#spacer[#settings]% + {\ifarguments\or \placelocalnotes[#list][\c!height=\textheight]% + \or + \placelocalnotes[#list][#settings,\c!height=\textheight]% \fi} %D Goodies: |