Fix some errors
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
\newcommand{\printLabel}[1]{%
|
||||
\ifcsdef{#1numbering}{% Extra config present
|
||||
% TODO: Increment
|
||||
\ifthenelse{\equal{\printNumberingConfigForDescriptor{#1}}{default}}{
|
||||
\printCounter{#1\subsectionnumbering}%
|
||||
}{
|
||||
@@ -33,8 +34,8 @@
|
||||
\newcommand{\printTranslationOptionEN}[1]{\csname #1NamingEN\endcsname}
|
||||
\newcommand{\printTranslationOptionDE}[1]{\csname #1NamingDE\endcsname}
|
||||
|
||||
\newcommand{\inline}[2][__NONAME__]{%
|
||||
\ifthenelse{\equal{__NONAME__}{#1}}{%
|
||||
\newcommand{\inline}[2][NONAME]{%
|
||||
\ifthenelse{\equal{NONAME}{#1}}{%
|
||||
\anonymousInlineDescriptorTemplate{#2}{\printLabel{#2}}%
|
||||
}{%
|
||||
\inlineDescriptorTemplate{#2}{\printLabel{#2}}{#1}%
|
||||
|
||||
Reference in New Issue
Block a user