mirror of
https://github.com/vale981/TUD_MATH_BA
synced 2025-03-06 01:51:38 -05:00
bold questions marks due to undefined labels in propref; fixed \begriff-bug with spaces
This commit is contained in:
parent
a80fe6c51b
commit
bae5d3e1aa
1 changed files with 14 additions and 2 deletions
|
@ -509,14 +509,26 @@
|
||||||
}%
|
}%
|
||||||
}%
|
}%
|
||||||
}%
|
}%
|
||||||
{???}%similar to \ref\cref: question marks in case of undefined labels
|
{\bfseries ???}%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
|
%declare new term to the index, output if no star is given to call position
|
||||||
\NewDocumentCommand{\begriff}{s O{} m O{}}{%
|
\NewDocumentCommand{\begriff}{s O{} m O{}}{%
|
||||||
\index{#2#3#4}%
|
\index{#2#3#4}%
|
||||||
\IfBooleanTF{#1}{}{\uline{#3}\ }%
|
\IfBooleanTF{#1}\relax\uline{#3\/}%
|
||||||
|
\futurelet\begriffnextchar\begriffspace%
|
||||||
}
|
}
|
||||||
|
\def\begriffspace{%
|
||||||
|
\if\begriffnextchar.\else%
|
||||||
|
\if\begriffnextchar,\else%
|
||||||
|
\if\begriffnextchar;\else%
|
||||||
|
\ %
|
||||||
|
\fi%
|
||||||
|
\fi%
|
||||||
|
\fi%
|
||||||
|
}
|
||||||
|
%\makeatother
|
||||||
|
|
||||||
%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
|
||||||
\NewDocumentCommand{\mathsymbol}{s O{} m m O{}}{%
|
\NewDocumentCommand{\mathsymbol}{s O{} m m O{}}{%
|
||||||
|
|
Loading…
Add table
Reference in a new issue