Merge branch 'main' into leitfaden

main
aslmx 2 years ago committed by GitHub
commit 6cdcaae9ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -158,5 +158,14 @@ $$
A = B + C = 5 + 9 = \solution{14}
$$
## SI-Units
Mit dem Parameter `lang` , z.B. `lang: de` in den Metadaten am Anfang des Markdown Dokuments lässt sich die Lokalisierung des Packages `siunitx` einstellen. Das ist z.B. für Tausendertrennzeichen relevant. Mehr Informationen dazu in der [siunitx Dokumentation](https://ctan.math.utah.edu/ctan/tex-archive/macros/latex/contrib/siunitx/siunitx.pdf)
$$ \displaystyle
\begin{aligned}
\qty{1.234}{\metre} \\
De: \qty[locale = DE]{6.789}{\metre} \\
Us: \qty[locale = US]{6.789}{\metre}
\end{aligned}
$$

@ -59,6 +59,7 @@ aufgabe:
arbeit:
typ:
code:
lang:
#assignment:
# file: '`Aufgabenstellung/Aufgabenstellung.pdf`{=latex}'
# pages: '`-`{=latex}' # All pages

@ -30,7 +30,6 @@ $endif$
%\usepackage[utf8]{inputenc}
$endif$
\usepackage{textcomp} % Erweitert den Zeichensatz
\usepackage{mathptmx} % Setzt die Standardschriftart Times New Roman
% für den Fließtext und ebenso die mathematische Schrift
@ -62,8 +61,6 @@ $endif$
\usepackage[export]{adjustbox} % also loads graphicx, to have max width for graphics
\usepackage{pdfpages}
\usepackage{tikz}
\usepackage{amsmath} % For pandoc extensive `amsmath` collection of symbols for typesetting ordinary math
\usepackage{amsfonts} % More symboles for exotic currency notation and engeneering diagrams
\usepackage{amssymb} % More symboles for exotic currency notation and engeneering diagrams

Loading…
Cancel
Save