summaryrefslogtreecommitdiff
path: root/tex/context/base/page-not.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/page-not.tex')
-rw-r--r--tex/context/base/page-not.tex22
1 files changed, 10 insertions, 12 deletions
diff --git a/tex/context/base/page-not.tex b/tex/context/base/page-not.tex
index 151f957f4..23217781b 100644
--- a/tex/context/base/page-not.tex
+++ b/tex/context/base/page-not.tex
@@ -23,18 +23,18 @@
\unprotect
\def\checkbegincolumnfootnotes % should happen inside otr
- {\ifcase\clevernotes
- \erasenotebackup
- \else
+ {\ifclevernotes
\doflushnotes
\savenotecontent
+ \else
+ \erasenotebackup
\fi
\savenotedata
\checknotes}
\def\checkendcolumnfootnotes
{\restorenotedata % maybe better just \checknotes
- \ifcase\clevernotes\else
+ \ifclevernotes
\restorenotecontent
\fi}
@@ -52,21 +52,19 @@
% hm
\def\checkbegincolumnfootnotes % should happen inside otr
- {\ifcase\clevernotes
- \erasenotebackup
- \else
+ {\ifclevernotes
\doflushnotes
\savenotecontent
+ \else
+ \erasenotebackup
\fi
\savenotedata
\checknotes}
\def\checkendcolumnfootnotes
{\restorenotedata
- \ifinsidecolumns
- \ifcase\clevernotes\else
- \restorenotecontent
- \fi
+ \ifclevernotes
+ \restorenotecontent
\fi}
-\protect \endinput
+\protect \endinput \ No newline at end of file