diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/mcf2graph/mcf_setup.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/mcf2graph/mcf_setup.sty | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/mcf2graph/mcf_setup.sty b/Master/texmf-dist/tex/latex/mcf2graph/mcf_setup.sty index 930a76e1fd9..57bcca621cb 100644 --- a/Master/texmf-dist/tex/latex/mcf2graph/mcf_setup.sty +++ b/Master/texmf-dist/tex/latex/mcf2graph/mcf_setup.sty @@ -1,6 +1,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -% mcf_setup.sty for input aux file by Akira Yamaji 2020.04.04 +% mcf_setup.sty for input aux file by Akira Yamaji 2021.05.05 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%------------------------------------ \edef\@J{J} \edef\Job{}% 1 \edef\@C{C} \edef\Char{}% 2 %------------------------------------ @@ -72,6 +73,8 @@ }% %----------------------------------------------------------------------------- \def\z@num#1{\ifnum#1<10 00\the#1\else\ifnum#1<100 0\the#1\else \the#1\fi\fi}% +%----------------------------------------------------------------------------- +\def\infotovar#1{\@sfor#1{\tag@var\@list}}% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % sfor : modified latex2e kernel program control % @for => @sfor delimiter ',' => ';' |