Skip to content
Snippets Groups Projects
Commit 407e779e authored by Lennart Klebl's avatar Lennart Klebl
Browse files

vorlage angelegt

parent 89317d93
No related branches found
No related tags found
No related merge requests found
\documentclass[german,a4paper,12pt]{article}
\usepackage[utf8]{inputenc} % legacy
\usepackage[T1]{fontenc} % legacy
\usepackage[no-math]{fontspec}
\usepackage[ngerman]{babel}
\usepackage{csquotes}
\usepackage[
backend=biber,
style=phys,
autocite=inline,
biblabel=brackets,
eprint=true,
doi=true,
isbn=true,
]{biblatex}
\usepackage{microtype}
\usepackage{dsfont}
\usepackage[
top=2.5cm,
bottom=3cm,
left=2.5cm,
right=2.5cm,
]{geometry}
\usepackage{graphicx}
\usepackage[dvipsnames]{xcolor}
\usepackage{float}
\usepackage{sidecap}
\usepackage[hang,margin=20pt,labelfont={sf,bf,small}]{caption}
\usepackage[section]{placeins}
\usepackage[bottom]{footmisc}
\usepackage{footnote}
\usepackage{sectsty}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{mathrsfs}
\usepackage{framed}
\usepackage{empheq}
\usepackage{mathtools}
\usepackage{units}
\usepackage{wasysym}
\usepackage{braket}
\usepackage{hyperref}
\usepackage[export]{adjustbox}
\usepackage{multirow}
\usepackage{booktabs}
\usepackage{textcomp}
\usepackage{appendix}
\usepackage{nth}
\usepackage{todonotes}
\usepackage{tikz}
\usepackage{pgfplots}
% font, language, etc.
\allsectionsfont{\normalfont\sffamily\bfseries}
\setmainfont{Latin Modern Roman}
\numberwithin{equation}{section}
\def\UrlBreaks{\do\/\do\a\do\b\do\c\do\d\do\e\do\f\do\g\do\h\do\i\do\j\do\k\do%
\l\do\m\do\n\do\o\do\p\do\q\do\r\do\s\do\t\do\u\do\v\do\w\do\x\do\y\do\z\do%
\A\do\B\do\C\do\D\do\E\do\F\do\G\do\H\do\I\do\J\do\K\do\L\do\M\do\N\do\O\do%
\P\do\Q\do\R\do\S\do\T\do\U\do\V\do\W\do\X\do\Y\do\Z\do0\do1\do2\do3\do4\do%
5\do6\do7\do8\do9\do=\do/\do.\do:}
\setcounter{biburllcpenalty}{9000}
\mathchardef\UrlBreakPenalty=200\relax
\setlength\parskip{5pt}
\setlength\parindent{14pt}
% bibliography
% \addbibresource{all.bib}
% maths
\newcommand{\Principal}{\mathcal{P}\!\!\!\!\!\!}
\newcommand{\dd}{\mathrm{d}}
\newcommand{\DD}{\mathcal{D}}
\newcommand{\expect}[1]{\left< #1 \right>}
\renewcommand{\vec}[1]{\boldsymbol #1}
\newcommand{\repr}{\overset{.}{=}}
\renewcommand{\unit}[1]{\,\mathrm{#1}}
\newcommand{\abs}[1]{\lvert #1 \rvert}
% title-page
\title{Der Titel dieses Dokuments}
\author{G.~Geier}
\date{\today}
% DOCUMENT BEGINS HERE
\begin{document}
\maketitle
\tableofcontents
\section{Überschrift}
Text.
\printbibliography
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment