summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/ctex/ctxdocstrip.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/ctex/ctxdocstrip.tex')
-rw-r--r--Master/texmf-dist/tex/generic/ctex/ctxdocstrip.tex69
1 files changed, 69 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/ctex/ctxdocstrip.tex b/Master/texmf-dist/tex/generic/ctex/ctxdocstrip.tex
new file mode 100644
index 00000000000..d1b45c1af6b
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/ctex/ctxdocstrip.tex
@@ -0,0 +1,69 @@
+%%
+%% This is file `ctxdocstrip.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% ctex.dtx (with options: `docstrip')
+%%
+%% Copyright (C) 2003--2016
+%% CTEX.ORG and any individual authors listed in the documentation.
+%% ------------------------------------------------------------------------------
+%%
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either
+%% version 1.3c of this license or (at your option) any later
+%% version. This version of this license is in
+%% http://www.latex-project.org/lppl/lppl-1-3c.txt
+%% and the latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of
+%% LaTeX version 2005/12/01 or later.
+%%
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% The Current Maintainers of this work are Leo Liu, Qing Lee and Liam Huang.
+%%
+%% ------------------------------------------------------------------------------
+%%
+\csname ctxdocstriploaded\endcsname
+\let\ctxdocstriploaded\endinput
+\input l3docstrip %
+\edef\ctxresetcatcode{%
+ \catcode\number`\$=\the\catcode`\$\relax}
+\makeOther\$
+\def\plusOption+#1>#2$#3$\endLine{%
+ \maybeMsg{<+#1 . >}%
+ \Evaluate{#1}%
+ \def\ctxCMD{#2}%
+ \def\ctxID{$#3$}%
+ \def\do##1##2##3{%
+ \if1\Expr{##2}%
+ \readIDFile
+ \StreamPut##1{\inLine}%
+ \fi
+ }%
+ \activefiles
+}
+\def\readIDFile{%
+ \openin\inputcheck=\jobname.id\relax
+ \ifeof\inputcheck\else
+ \read \inputcheck to \inLine
+ \closein\inputcheck
+ \fi
+ \ifx\inLine\empty\else
+ \let\ctxID\inLine
+ \fi
+ \maybeMsg{^^J\ctxID^^J}%
+ \def\inLine{\ctxCMD\ctxID}%
+}
+\keepsilent
+\askforoverwritefalse
+\declarepreamble\emptypreamble
+\endpreamble
+\declarepostamble\emptypostamble
+\endpostamble
+\ctxresetcatcode
+%%
+%%
+%% End of file `ctxdocstrip.tex'.