diff options
author | Hans Hagen <pragma@wxs.nl> | 2002-05-15 00:00:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2002-05-15 00:00:00 +0200 |
commit | eec06cd3ed759e8101b6cafa16d46884e479a4f6 (patch) | |
tree | 07d5af570abdb3dd80d37e74bba1a0759855557d /tex/context/base/page-ini.tex | |
parent | 64f02e3e5cbd20af19a0089553db5ee5c7d5eca1 (diff) | |
download | context-eec06cd3ed759e8101b6cafa16d46884e479a4f6.tar.gz |
stable 2002.05.15
Diffstat (limited to 'tex/context/base/page-ini.tex')
-rw-r--r-- | tex/context/base/page-ini.tex | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/tex/context/base/page-ini.tex b/tex/context/base/page-ini.tex index 37a99bdeb..9055997c2 100644 --- a/tex/context/base/page-ini.tex +++ b/tex/context/base/page-ini.tex @@ -606,7 +606,6 @@ \def\setvsize {\OTRcommand\setvsize} \def\sethsize {\OTRcommand\sethsize} -\def\setfootnotehsize {\OTRcommand\setfootnotehsize} \def\finalsidefloatoutput {\OTRcommand\finalsidefloatoutput} \def\dopagecontents {\OTRcommand\dopagecontents} @@ -690,11 +689,7 @@ \newif\ifinotr \def\invokeoutputroutine - {\ifcsname\@@OTR\the\outputpenalty\endcsname - \csname\@@OTR\the\outputpenalty\endcsname - \else - \the\OTRcommand\output - \fi} + {\executeifdefined{\@@OTR\the\outputpenalty}{\the\OTRcommand\output}} \mainoutput{\invokeoutputroutine} \output{\inotrtrue\the\mainoutput} @@ -855,7 +850,7 @@ {\doejectpage\supereject} \def\ejectinsert% - {\flushfootnotes + {\flushnotes \bgroup \noftopfloats=\!!thousand \nofbotfloats=0 @@ -1304,7 +1299,7 @@ \fi} \def\docomplexpagina[#1]% % will be installable - {\flushfootnotes + {\flushnotes \bgroup \processallactionsinset [#1] @@ -1410,7 +1405,7 @@ \egroup} \def\simplepagina - {\flushfootnotes + {\flushnotes \ifpaginageblokkeerd\else \ejectinsert \ejectpage |