mirror of
https://github.com/vale981/TUD_MATH_BA
synced 2025-03-05 09:31:39 -05:00
neue Begriffs-Definition produziert nur Fehler
ich hab den alten Code hereinkopiert, neuer Code ist auskommentiert
This commit is contained in:
parent
bae5d3e1aa
commit
6fc1f456d9
1 changed files with 17 additions and 12 deletions
|
@ -514,21 +514,26 @@
|
|||
|
||||
%\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}\relax\uline{#3\/}%
|
||||
\futurelet\begriffnextchar\begriffspace%
|
||||
\IfBooleanTF{#1}{}{\uline{#3}\ }%
|
||||
}
|
||||
\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
|
||||
\NewDocumentCommand{\mathsymbol}{s O{} m m O{}}{%
|
||||
|
|
Loading…
Add table
Reference in a new issue