Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

matheMakros.tex 644B

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