summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/nicetext/mdoccheat.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/nicetext/mdoccheat.tex')
-rw-r--r--Master/texmf-dist/source/latex/nicetext/mdoccheat.tex15
1 files changed, 12 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/nicetext/mdoccheat.tex b/Master/texmf-dist/source/latex/nicetext/mdoccheat.tex
index 1fcbc68beda..4063fc275a1 100644
--- a/Master/texmf-dist/source/latex/nicetext/mdoccheat.tex
+++ b/Master/texmf-dist/source/latex/nicetext/mdoccheat.tex
@@ -16,10 +16,11 @@
\let\@listI\@listi
\makeatother
\newcommand*{\defto}[2]{$#1\to_{\mathit{default}}#2$}
+\usepackage[margin=3cm]{geometry} %% 2012/03/18
% \sfcode`/=1001 %% TODO makedoc.cfg!? 2010/03/15
\sloppy
\begin{document}
- \enlargethispage{1\baselineskip} %% 2010/03/29
+% \enlargethispage{1\baselineskip} %% 2010/03/29 %% rm. 2012/03/18
% \null\kern-1\baselineskip
\begin{center}
\bfseries \Large
@@ -42,8 +43,7 @@ in `<jobname>.tex' \emph{after} &\begin{document}
`\MakeInputJobDoc[<out-ext>][<in-ext>]{<header-lines>}{<main-parser>}'
\end{displines}
documents `\mdJobName.<in-ext>' via `\mdJobName.<out-ext>',
-\defto{<in-ext>}{`sty'}, \defto{&\mdJobName}{<jobname>},
-\defto{<out-ext>}{`doc'},
+\defto{<in-ext>}{`sty'}, \defto{<out-ext>}{`doc'}, \defto{&\mdJobName}{<jobname>}
\par\kern-5pt
\begin{center} %% Parsers:
\begin{tabular}{@{}l@{\hskip4pt }l@{\hskip4pt }l@{}}
@@ -93,12 +93,21 @@ documents `\mdJobName.<in-ext>' via `\mdJobName.<out-ext>',
reads each <input> line to macro |\fdInputLine|,
applies <loop-body>
\cmdboxitem|\MakeDoc{<input>}|
+ inputs `mdoccorr.cfg'
copies <header-lines> from <input> to <output>,
applies <main-parser>
\cmdboxitem|\CloseResultFile| closes <output>
\cmdboxitem|\MakeCloseDoc{<input>}| issues
`\MakeDoc{<input>}\CloseResultFile'
+\cmdboxitem|\MakeSingleDoc[<out-ext>]{<in-output>.<in-ext>}|
+ issues `\LaTeXresultFile{<in-output>.<out-ext>}'
+ and `\MakeDocCloseDoc{<in-output>.<in-ext>}',
+ \defto{<out-ext>}{`doc'},
\end{description}
+%% 2012/03/18:
+\textbf{d.~Avoid &\input{mdoccorr.cfg} by}
+|\MakeInputJobDoc*|, |\MakeJobDoc*|, |\MakeDoc*|,
+|\MakeCloseDoc*|, or |\MakeSingleDoc*|
\end{document}