Skip to content

Commit

Permalink
fixing robustifying regression
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlhase committed Oct 7, 2015
2 parents 56fe5d3 + d994bda commit 5e8cb15
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sty/modules/modules.dtx
Expand Up @@ -1492,7 +1492,7 @@
% will generate |/path/to/localmh/MathHub/source/smglom/sets|.
% \begin{macrocode}
\newrobustcmd\defpath[3][]{%
\expandafter\newrobustcmd\csname #2\endcsname[1]{#3/##1}%
\expandafter\newcommand\csname #2\endcsname[1]{#3/##1}%
}%
% \end{macrocode}
% \end{macro}
Expand Down
Binary file modified sty/modules/modules.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion sty/modules/modules.sty
Expand Up @@ -298,7 +298,7 @@
\def\CurrentDir{}%
}%
\newrobustcmd\defpath[3][]{%
\expandafter\newrobustcmd\csname #2\endcsname[1]{#3/##1}%
\expandafter\newcommand\csname #2\endcsname[1]{#3/##1}%
}%
\def\modules@@first#1/#2;{#1}
\newcommand\libinput[1]{\def\@libfile{\MathHub{\mh@currentrepos/lib/#1}}%
Expand Down
Binary file modified sty/statements/statements.pdf
Binary file not shown.

0 comments on commit 5e8cb15

Please sign in to comment.