diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-22 22:00:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-22 22:00:03 +0000 |
commit | a8821950ae08fd013ee64b64531ab848daf3a52d (patch) | |
tree | 48ec8aeb134872f41c67392a341fa6ada437e8fe /Master/texmf-dist/tex/latex/l3kernel/l3docstrip.tex | |
parent | 18d8e85ee1c3930117a61759d4443a3e495d9ac0 (diff) |
l3kernel (22may14)
git-svn-id: svn://tug.org/texlive/trunk@34204 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel/l3docstrip.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3kernel/l3docstrip.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/l3docstrip.tex b/Master/texmf-dist/tex/latex/l3kernel/l3docstrip.tex index a8d05a96841..c4cb4792191 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/l3docstrip.tex +++ b/Master/texmf-dist/tex/latex/l3kernel/l3docstrip.tex @@ -101,6 +101,18 @@ \let\do\putline@do \activefiles } +\def\doOption#1>#2\endLine{% + \maybeMsg{<#1 . >}% + \Evaluate{#1}% + \def\do##1##2##3{% + \if1\Expr{##2}% + \def\inLine{#2}% + \replaceModuleInLine + \StreamPut##1{\inLine}% + \fi + }% + \activefiles +} %% %% %% End of file `l3docstrip.tex'. |