mirror of
https://github.com/vale981/TUD_MATH_BA
synced 2025-03-05 09:31:39 -05:00
old-version-fix for \begriff-issue
This commit is contained in:
parent
465d0aefa4
commit
7037e3fd45
1 changed files with 5 additions and 1 deletions
|
@ -525,7 +525,11 @@
|
||||||
}
|
}
|
||||||
\def\begriffspace{%
|
\def\begriffspace{%
|
||||||
\fullexpandarg%
|
\fullexpandarg%
|
||||||
\IfSubStr{.,;}{\begriffnextchar}{}{\ }%
|
\StrLen{\detokenize{\begriffnextchar}}[\tmp]%
|
||||||
|
\ifnum\tmp > 1%
|
||||||
|
\else%
|
||||||
|
\IfSubStr{.,;}{\begriffnextchar}{}{\ }%
|
||||||
|
\fi%
|
||||||
}
|
}
|
||||||
|
|
||||||
%append a new mathsymbol to the index, output if no star is given at the call position
|
%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