mirror of
https://github.com/vale981/TUD_MATH_BA
synced 2025-03-05 09:31:39 -05:00
2nd try for fix for \begriff
This commit is contained in:
parent
16a55a9639
commit
4ce7160a6a
1 changed files with 5 additions and 1 deletions
|
@ -521,7 +521,11 @@
|
|||
\NewDocumentCommand{\begriff}{s O{} m O{}}{%
|
||||
\index{#2#3#4}%
|
||||
\IfBooleanTF{#1}{}{\uline{#3}}%
|
||||
\futurelet\begriffnextchar\relax%
|
||||
\futurelet\begriffnextchar\begriffspace%
|
||||
}
|
||||
\def\begriffspace{%
|
||||
\fullexpandarg%
|
||||
\IfSubStr{.,;}{\begriffnextchar}{}{\ }%
|
||||
}
|
||||
|
||||
%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