-
Notifications
You must be signed in to change notification settings - Fork 0
/
frame.tex
52 lines (45 loc) · 1.24 KB
/
frame.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
%lots of stuff missing of the later chapters, add that before writing the first skript
\documentclass[titlepage=firstiscover]{scrartcl}
\usepackage[aux]{rerunfilecheck}
\usepackage{polyglossia}
\setmainlanguage{german}
\usepackage{fontspec}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{mathtools}
\usepackage[
math-style=ISO,
bold-style=ISO,
sans-style=italic,
nabla=upright,
partial=upright
]{unicode-math}
\setmathfont{Tex Gyre Pagella Math}
\usepackage[
locale=DE,
separate-uncertainty=true, % Immer Fehler mit ±
per-mode=symbol-or-fraction, % m/s im Text, sonst \frac
% alternativ:
% per-mode=reciprocal, % m s^{-1}
% decimal-marker=., % . statt , für Dezimalzahlen
]{siunitx}
\usepackage[unicode]{hyperref}
\usepackage{bookmark}
% Einstellungen hier, z.B. Fonts
\begin{document}
\title{Versuch 111}
\author{Lukas Nickel}
\date{Durchführung: 1.1.1111, Abgabe: 3.1.41}
\maketitle
\tableofcontents
%\newpage
\section{Überschrift}
\subsection{Überschrift}
\subsubsection{Überschrift}
\paragraph{Überschrift} % wird nicht nummeriert
\subparagraph{Überschrift} % wird nicht nummeriert
%\part{Überschrift} für report und book (scrrprt, scrbook)
%\chapter{Überschrift}
%\section{Überschrift}
% Text hier
\end{document}