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