summaryrefslogtreecommitdiff
path: root/tex/context/base/page-app.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/page-app.tex')
-rw-r--r--tex/context/base/page-app.tex36
1 files changed, 0 insertions, 36 deletions
diff --git a/tex/context/base/page-app.tex b/tex/context/base/page-app.tex
index 9cc1682f3..6a9a10d33 100644
--- a/tex/context/base/page-app.tex
+++ b/tex/context/base/page-app.tex
@@ -35,42 +35,6 @@
\c!rightmargin=\!!zeropoint,\c!rightedge=\!!zeropoint,
\c!header=\!!zeropoint,\c!footer=\!!zeropoint]
-% \def\dostartfittingpage[#1][#2]%
-% {\pagina % this is kind of tricky! there can be preceding page refs
-% \bgroup % resulting in a zero height page; test fig-make !
-% \dontcomplain
-% % runs under current page regime, i.e. page variables passed to mp
-% \setbox\scratchbox\hbox
-% \bgroup
-% \getparameters[#1][#2]%
-% \schaal[\c!schaal=\getvalue{#1\c!schaal}]\bgroup\localframed[#1]\bgroup}
-
-% \def\dostopfittingpage
-% {\egroup\egroup\egroup
-% \edef\fittingwd{\the\wd\scratchbox}%
-% \edef\fittinght{\the\ht\scratchbox}%
-% \startlocallayout
-% \ifdim\fittinght<\lineheight
-% % write status : too small
-% \setbox\scratchbox\vbox to \lineheight{\vss\box\scratchbox\vss}%
-% \edef\fittinght{\the\lineheight}%
-% \fi
-% \let\checkcurrentlayout\relax % else interference with odd/even layout
-% \setuppapersize
-% [\??fp\s!dummy][\??fp\s!dummy]%
-% \definelayout
-% [\v!pagina]%
-% [\c!plaats=\v!midden,
-% \c!breedte=\fittingwd,
-% \c!hoogte=\fittinght]%
-% \setuplayout
-% [\v!pagina]%
-% \startmakeup[\v!standaard][\c!tekststatus=\v!leeg,\c!dubbelzijdig=\v!nee,\c!pagina=]%
-% \centerbox{\box\scratchbox}%
-% \stopmakeup
-% \stoplocallayout
-% \egroup}
-
\def\dostartfittingpage[#1][#2]%
{\page % this is kind of tricky! there can be preceding page refs
\bgroup % resulting in a zero height page; test fig-make !