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

template re-improved

parent d92f7851
No related branches found
No related tags found
No related merge requests found
...@@ -3,33 +3,20 @@ ...@@ -3,33 +3,20 @@
\usepackage[utf8]{inputenc} % legacy \usepackage[utf8]{inputenc} % legacy
\usepackage[T1]{fontenc} % legacy \usepackage[T1]{fontenc} % legacy
\usepackage{textcomp} % legacy \usepackage{textcomp} % legacy
\usepackage[no-math]{fontspec} \usepackage[no-math]{fontspec} % fonts
\usepackage[ngerman]{babel} \usepackage[ngerman]{babel} % languages
\usepackage[ \usepackage[backend=biber,style=phys,autocite=inline,biblabel=brackets,eprint=true,doi=true,isbn=true]{biblatex} % bibliography
backend=biber, \usepackage[top=2.5cm,bottom=3cm,left=2.5cm,right=2.5cm]{geometry} % page geometry
style=phys,
autocite=inline,
biblabel=brackets,
eprint=true,
doi=true,
isbn=true,
]{biblatex} % Bibliographie
\usepackage[
top=2.5cm,
bottom=3cm,
left=2.5cm,
right=2.5cm,
]{geometry}
\usepackage{csquotes} % "x" mit \enquote{x} \usepackage{csquotes} % "x" mit \enquote{x}
\usepackage{graphicx} \usepackage{graphicx} % \includegraphics{}
\usepackage[dvipsnames]{xcolor} \usepackage[dvipsnames]{xcolor}
\usepackage{float} \usepackage{float} % \begin{figure}[H] ...
\usepackage{hyperref} \usepackage[unicode=true]{hyperref} % \url{}, ...
\usepackage{multirow} \usepackage{multirow} % multi row tables
\usepackage{appendix} \usepackage{appendix} % appendices
\usepackage{tikz} \usepackage{tikz} % create nice graphics
% mathe pakete % math packages
\usepackage{units} \usepackage{units}
\usepackage{dsfont} \usepackage{dsfont}
\usepackage{mathrsfs} \usepackage{mathrsfs}
...@@ -40,31 +27,30 @@ ...@@ -40,31 +27,30 @@
\usepackage{wasysym} \usepackage{wasysym}
\usepackage{braket} \usepackage{braket}
\setmainfont{Linux Biolinum O} % set different fonts
\numberwithin{equation}{section} % \setmainfont{Linux Biolinum O}
\setlength\parskip{5pt} \setlength\parskip{5pt} % vertikaler abstand
\setlength\parindent{14pt} \setlength\parindent{14pt} % einrückung
\hypersetup{unicode=true}
% bibliography % bibliography
% \addbibresource{all.bib} % \addbibresource{file.bib}
% mathe makros % math macros
\newcommand{\dd}{\mathrm{d}} \newcommand{\dd}{\mathrm{d}}
\renewcommand{\unit}[1]{\,\mathrm{#1}} \renewcommand{\unit}[1]{\,\mathrm{#1}}
\newcommand{\abs}[1]{\left| #1 \right|} \newcommand{\abs}[1]{\left| #1 \right|}
% title-page % \title{}
\title{<Titel>} % \author{}
\author{<Autor>} % \date{\today}
\date{\today}
% DOCUMENT BEGINS HERE
\begin{document} \begin{document}
% \maketitle % \maketitle
% \tableofcontents % \tableofcontents
<Inhalt>
<TXT>
% \printbibliography % \printbibliography
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment