|
5 | 5 | % Document class and packages
|
6 | 6 |
|
7 | 7 | \documentclass[10pt,a4paper,parskip,fleqn]{scrartcl}
|
8 |
| -\linespread{1.05} % Palatino needs more leading space |
9 | 8 | \usepackage[a4paper,vmargin={30mm},hmargin={30mm}]{geometry} % Page margins
|
10 | 9 | \usepackage[ngerman]{babel} % New German hyphenation (multilingual support)
|
11 | 10 | \usepackage[utf8x]{inputenc} % Unicode support
|
|
19 | 18 | \usepackage{hyperref} % Hyperlinks
|
20 | 19 | \usepackage{fancyhdr} % Fancy headers
|
21 | 20 | \usepackage{xfrac} % Split level fractions
|
| 21 | +\usepackage{siunitx} % SI units |
22 | 22 | \usepackage{multirow} % Span multiple rows in a table
|
23 | 23 |
|
24 | 24 | % Font configuration
|
|
28 | 28 | \usepackage[babel=true]{microtype} % Micro-typographic optimizations
|
29 | 29 | \addtokomafont{disposition}{\rmfamily} % Set palatino as heading font
|
30 | 30 |
|
31 |
| -% TikZ / PGF |
32 |
| - |
33 |
| -\usepackage{pgf} % Backend for TikZ |
34 |
| -\usepackage{tikz} % TikZ vector graphics |
35 |
| -\usetikzlibrary{arrows,automata} |
36 |
| - |
37 |
| -% Additional math operators |
38 |
| - |
39 |
| -\DeclareMathOperator{\lb}{lb} % Binary logarithm |
40 |
| - |
41 | 31 | % Configure table spacing
|
42 | 32 |
|
43 |
| -\renewcommand{\arraystretch}{1.3} |
| 33 | +\renewcommand{\arraystretch}{1.2} |
44 | 34 |
|
45 | 35 | % Page break before each section
|
46 | 36 |
|
47 | 37 | \let\stdsection\section
|
48 | 38 | \renewcommand\section{\newpage\stdsection}
|
| 39 | + |
| 40 | +% Configure siunitx package |
| 41 | + |
| 42 | +\sisetup{per-mode = symbol-or-fraction} |
0 commit comments