diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/fileinfo/readprov.tex')
-rw-r--r-- | Master/texmf-dist/source/latex/fileinfo/readprov.tex | 52 |
1 files changed, 24 insertions, 28 deletions
diff --git a/Master/texmf-dist/source/latex/fileinfo/readprov.tex b/Master/texmf-dist/source/latex/fileinfo/readprov.tex index 130599d5011..1ee52288a7c 100644 --- a/Master/texmf-dist/source/latex/fileinfo/readprov.tex +++ b/Master/texmf-dist/source/latex/fileinfo/readprov.tex @@ -1,4 +1,4 @@ -\ProvidesFile{readprov.tex}[2012/11/12 documenting readprov.sty] +\ProvidesFile{readprov.tex}[2012/11/22 documenting readprov.sty] % \ProvidesFile{readprov.tex}[2012/03/18 documenting readprov.sty] % \ProvidesFile{readprov.tex}[2011/01/29 documenting readprov.sty] @@ -23,37 +23,33 @@ \StartPrependingChain \SetPatternCodes{\MakeOther\\\MakeOther\ } %% CARE! % \PrependExpandableAllReplacer{tex}{ .tex}{ `.tex'} -\PrependExpandableAllReplacer{sty}{ .sty}{ `.sty'} -\PrependExpandableAllReplacer{cls}{.cls}{`.cls'} -\PrependExpandableAllReplacer{etc}{etc. }{etc.\ } +\renewcommand*{\do}{\PrependExpandableAllReplacer} %% 2012/11/22 +\do{sty}{ .sty}{ `.sty'} +\do{cls}{.cls}{`.cls'} +\do{etc}{etc. }{etc.\ } % \PrependExpandableAllReplacer{etc...}{etc. ...}{etc.\ $\dots$} \SetPatternCodes{\MakeOther\\} %% less care needed -\PrependExpandableAllReplacer{LaTeX}{LaTeX}{\LaTeX} -\PrependExpandableAllReplacer{xpbl}{expandable}{\emph{expandable}} -\PrependExpandableAllReplacer{rob}{robust}{\emph{robust}} -\PrependExpandableAllReplacer{frag}{fragile}{\emph{fragile}} -\PrependExpandableAllReplacer{doc}{doc.sty}{'doc.sty'} -\PrependExpandableAllReplacer{myfilist}{myfilist.sty}{'myfilist.sty'} -\PrependExpandableAllReplacer{readprov}{readprov.sty}{'readprov.sty'} -\PrependExpandableAllReplacer{provf}{\ProvidesFile}{`\ProvidesFile'} -\PrependExpandableAllReplacer{NOTE}{NOTE:}{\paragraph{Note:}} +\do{LaTeX}{LaTeX}{\LaTeX} +\do{xpbl}{expandable}{\emph{expandable}} +\do{rob}{robust}{\emph{robust}} +\do{frag}{fragile}{\emph{fragile}} +\do{doc}{doc.sty}{'doc.sty'} +\do{myfilist}{myfilist.sty}{'myfilist.sty'} +\do{readprov}{readprov.sty}{'readprov.sty'} +% \do{provf}{\ProvidesFile}{`\ProvidesFile'} %% rm. 2012/11/22 +\do{NOTE}{NOTE:}{\paragraph{Note:}} % \PrependExpandableAllReplacer{Note}{Note:}{\emph{Note:} } -\PrependExpandableAllReplacer{prov}{provided}{\emph{provided}} -\PrependExpandableAllReplacer{*fail*}{*fail*}{\emph{fail}} -\PrependExpandableAllReplacer{INSTALL}{INSTALL:}{\section{Installation}} -\PrependExpandableAllReplacer{USAGE}{USAGE:}{\section{Usage}} -\PrependExpandableAllReplacer{IMPLEM} - {IMPLEMENTATION:}{\section{Implementation}} -\PrependExpandableAllReplacer{LOAD}{LOADING:} - {\paragraph{Loading:}} -\PrependExpandableAllReplacer{INS}{INSERTING:} - {\paragraph{Inserting:}} -\PrependExpandableAllReplacer{READ}{EXTRACTING:} - {\paragraph{Extracting:}} -\PrependExpandableAllReplacer{TODO}{TODO} - {\textcolor{blue}{TODO}} +\do{prov}{provided}{\emph{provided}} +\do{*fail*}{*fail*}{\emph{fail}} +\do{INSTALL}{INSTALL:}{\section{Installation}} +\do{USAGE}{USAGE:}{\section{Usage}} +\do{IMPLEM}{IMPLEMENTATION:}{\section{Implementation}} +\do{LOAD}{LOADING:}{\paragraph{Loading:}} +\do{INS}{INSERTING:}{\paragraph{Inserting:}} +\do{READ}{EXTRACTING:}{\paragraph{Extracting:}} +\do{TODO}{TODO}{\textcolor{blue}{TODO}} \SetPatternCodes{\MakeOther\\\MakeOther\$} -\PrependExpandableAllReplacer{dots}{...}{$\dots$} +\do{dots}{...}{$\dots$} \SetCorrectHookJobLast \ResetPatternCodes |