summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/page-mak.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/page-mak.tex')
-rw-r--r--Master/texmf-dist/tex/context/base/page-mak.tex25
1 files changed, 11 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/context/base/page-mak.tex b/Master/texmf-dist/tex/context/base/page-mak.tex
index 807d77fc07f..1637e632703 100644
--- a/Master/texmf-dist/tex/context/base/page-mak.tex
+++ b/Master/texmf-dist/tex/context/base/page-mak.tex
@@ -40,10 +40,10 @@
\def\dodefinemakeup[#1][#2]%
{\getparameters
[\??do#1]%
- [\c!width=\makeupwidth, % example in manual
- \c!height=\textheight, % example in manual
- \c!voffset=\!!zeropoint, % example in manual
- \c!hoffset=\!!zeropoint, % example in manual
+ [\c!width=\innermakeupwidth, % example in manual / was \makeupwidth
+ \c!height=\textheight, % example in manual
+ \c!voffset=\!!zeropoint, % example in manual
+ \c!hoffset=\!!zeropoint, % example in manual
\c!commands=,
\c!setups=,
\c!page=\v!right,
@@ -102,7 +102,7 @@
%D The simple case:
-\def\donostartmakeup
+\def\donostartmakeup % textwidth ?
{\page
\setupheader[\c!state=\v!empty]%
\setupfooter[\c!state=\v!empty]%
@@ -151,17 +151,17 @@
%D Selective page processing is handled here. (Why?)
\def\doflushmakeup
- {\ifverwerken
- \ifgeselecteerd
+ {\ifprocessingpages
+ \ifpageselected
\doshipoutmakeup
\fi
\else
- \ifgeselecteerd \else
+ \ifpageselected \else
\doshipoutmakeup
\fi
\fi
- \ifselecteren
- \global\geselecteerdfalse
+ \ifselectingpages
+ \global\pageselectedfalse
\fi}
\def\doshipoutmakeup
@@ -185,14 +185,11 @@
[\makeupparameter\c!doublesided]
[ \v!yes=>\null
\page,
- % \verlaagpaginanummer, % new
\v!empty=>{\setupmakeuplayout
\page[\v!blank]%
\null
\page}]%
- % \verlaagpaginanummer]% % new
\fi \fi
- % \verlaagpaginanummer % new
\globalpopmacro\@@pnstate} % new
%D The text surrounding the main body text can be influenced
@@ -212,7 +209,7 @@
\definemakeup
[\v!standard]
- [\c!width=\makeupwidth,
+ [\c!width=\innermakeupwidth,
\c!height=\textheight,
\c!voffset=\!!zeropoint,
\c!hoffset=\!!zeropoint,