summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ydoc/ydocstrip.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/ydoc/ydocstrip.tex')
-rw-r--r--Master/texmf-dist/tex/latex/ydoc/ydocstrip.tex84
1 files changed, 0 insertions, 84 deletions
diff --git a/Master/texmf-dist/tex/latex/ydoc/ydocstrip.tex b/Master/texmf-dist/tex/latex/ydoc/ydocstrip.tex
deleted file mode 100644
index 358db8ae451..00000000000
--- a/Master/texmf-dist/tex/latex/ydoc/ydocstrip.tex
+++ /dev/null
@@ -1,84 +0,0 @@
-%%
-%% This is file `ydocstrip.tex',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% ydoc.dtx (with options: `ydocstrip.tex')
-%%
-\expandafter\ifx\csname ydocstripversion\endcsname\relax\else
- \noindent
-\fi
-
-\chardef\ydocstripversion=1
-
-\input docstrip
-
-\def\checkOption<#1{%
- \ifcase
- \ifx*#10\else \ifx/#11\else
- \ifx+#12\else \ifx-#13\else
- \ifx<#14\else
- \ifx=#15\else
- \ifx!#16\else
- 10\fi\fi\fi\fi\fi\fi\fi\relax
- \expandafter\starOption\or
- \expandafter\slashOption\or
- \expandafter\plusOption\or
- \expandafter\minusOption\or
- \expandafter\verbOption\or
- \expandafter\varOption\or
- \expandafter\valueOption\else
- \expandafter\doOption\fi
- #1}
-
-\def\varOption =#1#2>#3\endLine{{%
- \ifx*#1\relax
- \edef\varStop{\perCent<=/#2>}%
- \global\expandafter\let\csname ydocstrip@var@#2\endcsname\empty%
- \expandafter\def\csname ydocstrip@var@#2\endcsname##1{}%
- \loop
- \ifeof\inFile
- \errmessage{Source file ended while reading a multi-line variable content!}%
- \fi
- \read\inFile to \inLine
- \if 1\ifx\inLine\varStop 0\fi 1% if not inLine==varStop
- \expandafter\xdef\csname ydocstrip@var@#2\endcsname{\csname ydocstrip@var@#2\endcsname^^J\inLine}%
- \maybeMsg{.}%
- \repeat
- \else
- \ifx/#1\relax
- \errmessage{Error in expression: spurious '<=/#2>'}%
- \else
- \ifx+#1\relax
- \expandafter\ifx\csname ydocstrip@var@#2\endcsname\relax
- \expandafter\xdef\csname ydocstrip@var@#2\endcsname{#3}%
- \else
- \expandafter\xdef\csname ydocstrip@var@#2\endcsname{\csname ydocstrip@var@#2\endcsname^^J#3}%
- \fi
- \else
- \expandafter\gdef\csname ydocstrip@var@#1#2\endcsname{#3}%
- \fi
- \fi
- \fi
-}}
-
-\def\valueOption !#1>#2\endLine{%
- \begingroup
- \expandafter\let\expandafter\var\csname ydocstrip@var@#1\endcsname
- \ifx\var\relax
- \errmessage{Used variable '#1' was never defined!}%
- \else
- \ifx\var\empty\else
- \def\do##1##2##3{%
- \StreamPut##1{\csname ydocstrip@var@#1\endcsname}%
- }%
- \activefiles
- \fi
- \fi
- \endgroup
-}
-
-\endinput
-%%
-%% End of file `ydocstrip.tex'.