12345678910111213141516171819202122 |
- %% Philipp G Freimann Juli 2019 für die BBW
- %% Phi BBW-Vorlage für Mathematische Dokumente (LaTeX)
- %% 2019 - 07 - 11
- %%%%%%%%%%%%%%%%%%%%%%%%%%% M a t h e M a k r o s %%%%%%%%%%%%%%%%%%%%%%%%%%%%%5
-
- \usetikzlibrary{arrows.meta}
-
-
- %% Kleine Symbole über anderen. Z. B. "?" über einem
- %% Gleichheitszeichen:
- %% Use \ueberMini{=}{?} um ein kleines Fragezeichen über ein
- %% Gleichheitsszeichen zu schreiben.
- \newcommand{\ueberMini}[2]{ \mathrel{\stackrel{\makebox[0pt]{\mbox{\normalfont\tiny
- #2}}}{#1}} }
-
- \input{inputs/matheMakrosGLS}
-
- \input{inputs/matheMakrosSymbols}
-
- \input{inputs/matheMakrosFunctions}
-
- \input{inputs/matheMakrosTrigo}
|