mirror of
https://github.com/vale981/TUD_MATH_BA
synced 2025-03-05 17:41:41 -05:00
Merge branch 'master' of https://github.com/henrydatei/TUD_MATH_BA
This commit is contained in:
commit
84cc66378c
1 changed files with 2 additions and 18 deletions
|
@ -517,27 +517,11 @@
|
|||
{\ifmmode\else\bfseries\fi ???}%similar to \ref\cref: question marks in case of undefined labels
|
||||
}
|
||||
|
||||
%\makeatletter
|
||||
%declare new term to the index, output if no star is given to call position
|
||||
%\NewDocumentCommand{\begriff}{s O{} m O{}}{%
|
||||
% \index{#2#3#4}%
|
||||
% \IfBooleanTF{#1}\relax\uline{#3\/}%
|
||||
% \futurelet\begriffnextchar\begriffspace%
|
||||
%}
|
||||
%\def\begriffspace{%
|
||||
% \if\begriffnextchar.\else%
|
||||
% \if\begriffnextchar,\else%
|
||||
% \if\begriffnextchar;\else%
|
||||
% \ %
|
||||
% \fi%
|
||||
% \fi%
|
||||
% \fi%
|
||||
%}
|
||||
%\makeatother
|
||||
|
||||
\NewDocumentCommand{\begriff}{s O{} m O{}}{%
|
||||
\index{#2#3#4}%
|
||||
\IfBooleanTF{#1}{}{\uline{#3}\ }%
|
||||
\IfBooleanTF{#1}{}{\uline{#3}}%
|
||||
\futurelet\begriffnextchar\relax%
|
||||
}
|
||||
|
||||
%append a new mathsymbol to the index, output if no star is given at the call position
|
||||
|
|
Loading…
Add table
Reference in a new issue