%% %% This is file `multiexpand.sty', %% generated with the docstrip utility. %% %% The original source files were: %% %% multiexpand.dtx (with options: `package') %% ---------------------------------------------------------------- %% multiexpand --- trigger multiple expansions in one expansion step. %% E-mail: blflatex@gmail.com %% Released under the LaTeX Project Public License v1.3c or later %% See http://www.latex-project.org/lppl.txt %% ---------------------------------------------------------------- %% \begingroup \catcode`\@=11\relax% \gdef\ME@use#1{#1}% \gdef\MultiExpand{\romannumeral\multiexpand}% \gdef\MultiExpandAfter{\romannumeral\multiexpandafter}% \xdef\ME@endroman#1{0\noexpand\expandafter\space}% \xdef\ME@endroman@after#1{0\noexpand\expandafter\space\noexpand\expandafter}% \long\gdef\multiexpand#1{% \ifnum#1<2 \expandafter \ME@endroman% \else \expandafter \ME@use% \fi% {\expandafter \multiexpand \expandafter {% \number\numexpr#1-1\expandafter}}% }% \long\gdef\multiexpandafter#1{% \ifnum#1<2 \expandafter\ME@endroman@after% \else \expandafter \ME@use% \fi% {\expandafter \multiexpandafter \expandafter {% \number\numexpr#1-1\expandafter}\expandafter}% }% \endgroup %% %% Copyright (C) 2011-2013 by Bruno Le Floch %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License (LPPL), either %% version 1.3c of this license or (at your option) any later %% version. The latest version of this license is in the file: %% %% http://www.latex-project.org/lppl.txt %% %% This work is "maintained" (as per LPPL maintenance status) by %% Bruno Le Floch. %% %% This work consists of the file multiexpand.dtx %% and the derived files multiexpand.ins, %% multiexpand.pdf and %% multiexpand.sty. %% %% %% End of file `multiexpand.sty'.