Skip to content

Commit 2ecdc11

Browse files
committed
Tuned preamble, added siunitx, removed tikz
1 parent 1342c37 commit 2ecdc11

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

preamble.tex

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
% Document class and packages
66

77
\documentclass[10pt,a4paper,parskip,fleqn]{scrartcl}
8-
\linespread{1.05} % Palatino needs more leading space
98
\usepackage[a4paper,vmargin={30mm},hmargin={30mm}]{geometry} % Page margins
109
\usepackage[ngerman]{babel} % New German hyphenation (multilingual support)
1110
\usepackage[utf8x]{inputenc} % Unicode support
@@ -19,6 +18,7 @@
1918
\usepackage{hyperref} % Hyperlinks
2019
\usepackage{fancyhdr} % Fancy headers
2120
\usepackage{xfrac} % Split level fractions
21+
\usepackage{siunitx} % SI units
2222
\usepackage{multirow} % Span multiple rows in a table
2323

2424
% Font configuration
@@ -28,21 +28,15 @@
2828
\usepackage[babel=true]{microtype} % Micro-typographic optimizations
2929
\addtokomafont{disposition}{\rmfamily} % Set palatino as heading font
3030

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-
4131
% Configure table spacing
4232

43-
\renewcommand{\arraystretch}{1.3}
33+
\renewcommand{\arraystretch}{1.2}
4434

4535
% Page break before each section
4636

4737
\let\stdsection\section
4838
\renewcommand\section{\newpage\stdsection}
39+
40+
% Configure siunitx package
41+
42+
\sisetup{per-mode = symbol-or-fraction}

0 commit comments

Comments
 (0)