Converted def into newcommand.
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Achim D. Brucker 2023-08-04 07:01:42 +01:00
parent 5a8e79fb7e
commit 342984df3b
1 changed files with 4 additions and 4 deletions

View File

@ -156,13 +156,13 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% begin: label and ref
\newkeycommand\isaDof@label[label=,type=][1]{\label{#1}}
\def\isaDofDOTlabel{\isaDof@label}
\newcommand{\isaDofDOTlabel}{\isaDof@label}
\newkeycommand\isaDof@ref[label=,type=][1]{\autoref{#1}}
\def\isaDofDOTref{\isaDof@ref}
\newcommand{\isaDofDOTref}{\isaDof@ref}
\newkeycommand\isaDof@macro[label=,type=][1]{MMM \label{#1}} %% place_holder
\def\isaDofDOTmacroDef{\iisaDof@macro}
\newcommand{\isaDofDOTmacroDef}{\iisaDof@macro}
\newkeycommand\isaDof@macroExp[label=,type=][1]{MMM \autoref{#1}} %% place_holder
\def\isaDofDOTmacroExp{\isaDof@macroExp}
\newcommand{\isaDofDOTmacroExp}{\isaDof@macroExp}
% end: label and ref
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%