Skip to content
Snippets Groups Projects
Commit e40d4efa authored by Thorsten Wißmann's avatar Thorsten Wißmann :guitar:
Browse files

Cleanup preamble

parent 5178b9c8
No related branches found
No related tags found
No related merge requests found
......@@ -2,23 +2,19 @@
% a little bit release under GPLv2
% Thorsten -- re06huxa -- Wißmann... 2012-07-01
% no guarantee on anything. read on your own risk
\documentclass[a3paper,landscape,12pt]{scrartcl}
\documentclass[landscape,12pt]{article}
\usepackage{ngerman}
\usepackage[utf8]{inputenc}
\usepackage{enumerate}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{stmaryrd} % für \lightning
\usepackage{float}
\usepackage{units} % für \nicefrac
\usepackage{amssymb}
\usepackage{mathtools}
\usepackage{array}
\usepackage{tikz}
\usepackage{xstring}
\usepackage{environ}
\usepackage[hidelinks]{hyperref}
\usepackage[margin=0.5in,bmargin=0.3in,tmargin=0.4in]{geometry}
\usepackage[a3paper,margin=0.5in,bmargin=0.3in,tmargin=0.4in]{geometry}
\usetikzlibrary{arrows}
\usetikzlibrary{shadows}
\usetikzlibrary{calc} % für ($ ... $)
......@@ -26,40 +22,20 @@
% DRAFT - Watermark
%\usepackage[printwatermark]{xwatermark}
%\usepackage[outline]{contour}
%\newsavebox\mybox
%\savebox\mybox{\tikz[color=red!90!black,opacity=0.4]\node{\contour{white}{Entwurf
%(\today)}};}
%\newwatermark*[
% allpages, angle=33, scale=10, xpos=-20, ypos=15 ]{\usebox\mybox}
%
\newcommand{\N}{\mathbb{N}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\R}{\mathbb{R}}
\newcommand{\C}{\mathbb{C}}
\newcommand{\Sp}{\text{Sp}}
\newcommand{\F}{\mathbb{F}}
\newcommand{\M}{\mathfrak{M}}
\renewcommand{\Re}{\operatorname{Re}}
\renewcommand{\Im}{\operatorname{Im}}
\newcommand{\diff}[2]{\frac{\partial #1}{\partial #2}}
\newcommand{\dx}{\text{d}x}
\newcommand{\dz}{\text{d}z}
\newcommand{\dt}{\text{d}t}
\newcommand{\TODO}{{\color{red}{TODO}}}
\usepackage{ifdraft}
\usepackage[printwatermark]{xwatermark}
\usepackage[outline]{contour}
\ifoptiondraft{
\newsavebox\mybox
\savebox\mybox{\tikz[color=red!90!black,opacity=0.4,transparency group]\node{\contour{white}{Entwurf
(\today)}};}
\newwatermark*[
allpages, angle=33, scale=10, xpos=-20, ypos=15 ]{\usebox\mybox}
}{}
\newcommand{\intab}{\int_a^b}
\renewcommand{\theequation}{\Roman{equation}}
\setlength{\parindent}{0pt}
\setlength{\parskip}{6pt}
\renewcommand{\labelenumi}{\roman{enumi})}
\definecolor{percentcolor}{HTML}{EEEEEC}
\definecolor{linecolor}{HTML}{2E3436}
......@@ -248,7 +224,7 @@
\draw[draw=none,fill=white,rounded corners]
(\textwidth-6cm,.2cm) rectangle node
{%
\includegraphics[width=3cm]{stuve-logo-large.pdf}
\includegraphics[draft=false,width=3cm]{stuve-logo-large.pdf}
} (\textwidth-2.2cm,1.3cm);
\end{tikzpicture}%
%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment