blob: 6e67b8103327ab7e5f4836fb37e81815f991800d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
\documentclass{article}
\usepackage{amsmath,amsthm,amssymb,amsfonts}
\usepackage{bm} % nice bold symbols for matrices and vectors
\usepackage{bbm} % bold and calligraphic numbers
\usepackage[binary-units=true]{siunitx} % SI unit handling
\usepackage{tikz} % from here on, to make nice diagrams with tikz
\usepackage{ifthen}
\usetikzlibrary{patterns}
\usetikzlibrary{shapes, arrows, chains, fit, positioning, calc, decorations.pathreplacing}
\begin{document}
\pagenumbering{gobble}
$text
\end{document}
|