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

template improved

parent 83561080
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@
\usepackage[utf8]{inputenc} % legacy
\usepackage[T1]{fontenc} % legacy
\usepackage{textcomp} % legacy
\usepackage[no-math]{fontspec}
\usepackage[ngerman]{babel}
\usepackage{csquotes}
\usepackage[
backend=biber,
style=phys,
......@@ -13,85 +13,59 @@
eprint=true,
doi=true,
isbn=true,
]{biblatex}
\usepackage{microtype}
\usepackage{dsfont}
]{biblatex} % Bibliographie
\usepackage[
top=2.5cm,
bottom=3cm,
left=2.5cm,
right=2.5cm,
]{geometry}
\usepackage{csquotes} % "x" mit \enquote{x}
\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{hyperref}
\usepackage{multirow}
\usepackage{appendix}
\usepackage{tikz}
% mathe pakete
\usepackage{units}
\usepackage{dsfont}
\usepackage{mathrsfs}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{mathrsfs}
\usepackage{framed}
\usepackage{empheq}
\usepackage{amsfonts}
\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}
\setmainfont{Linux Biolinum O}
\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}
\hypersetup{unicode=true}
% bibliography
% \addbibresource{all.bib}
% maths
\newcommand{\Principal}{\mathcal{P}\!\!\!\!\!\!}
% mathe makros
\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}
\newcommand{\abs}[1]{\left| #1 \right|}
% title-page
\title{Der Titel dieses Dokuments}
\author{G.~Geier}
\title{<Titel>}
\author{<Autor>}
\date{\today}
% DOCUMENT BEGINS HERE
\begin{document}
\maketitle
\tableofcontents
%\maketitle
%\tableofcontents
\section{Überschrift}
Text.
<Inhalt>
\printbibliography
%\printbibliography
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment