summaryrefslogtreecommitdiff
path: root/tex/context/base/page-not.mkiv
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-02-08 23:00:23 +0200
committerMarius <mariausol@gmail.com>2012-02-08 23:00:23 +0200
commit7b47df8cbaae8690f14d306c633b2b2db053f66a (patch)
treea4cb6a0ebb8ac21a14558c258949d3c7da33dd25 /tex/context/base/page-not.mkiv
parent5fce2a5267a603c8caf76880cdfb839d77ec64f0 (diff)
downloadcontext-7b47df8cbaae8690f14d306c633b2b2db053f66a.tar.gz
beta 2012.02.08 21:04
Diffstat (limited to 'tex/context/base/page-not.mkiv')
-rw-r--r--tex/context/base/page-not.mkiv8
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/context/base/page-not.mkiv b/tex/context/base/page-not.mkiv
index 8a0298598..06e2f3875 100644
--- a/tex/context/base/page-not.mkiv
+++ b/tex/context/base/page-not.mkiv
@@ -23,7 +23,7 @@
\unprotect
\def\checkbegincolumnfootnotes % should happen inside otr
- {\ifcase\clevernotes
+ {\ifcase\c_strc_notes_page_location
\erasenotebackup
\else
\flushnotes
@@ -33,7 +33,7 @@
\def\checkendcolumnfootnotes
{\restorenotedata
- \ifcase\clevernotes\else
+ \ifcase\c_strc_notes_page_location\else
\restorenotecontent
\fi}
@@ -50,7 +50,7 @@
% hm
\def\checkbegincolumnfootnotes % should happen inside otr
- {\ifcase\clevernotes
+ {\ifcase\c_strc_notes_page_location
\erasenotebackup
\else
\flushnotes
@@ -61,7 +61,7 @@
\def\checkendcolumnfootnotes
{\restorenotedata
\ifinsidecolumns
- \ifcase\clevernotes\else
+ \ifcase\c_strc_notes_page_location\else
\restorenotecontent
\fi
\fi}