Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
talks
Commits
0856a054
Commit
0856a054
authored
Jun 02, 2019
by
Lennart Klebl
Browse files
template re-improved
parent
d92f7851
Changes
1
Hide whitespace changes
Inline
Side-by-side
workshops/latex/vorlage.tex
View file @
0856a054
...
...
@@ -3,33 +3,20 @@
\usepackage
[utf8]
{
inputenc
}
% legacy
\usepackage
[T1]
{
fontenc
}
% legacy
\usepackage
{
textcomp
}
% legacy
\usepackage
[no-math]
{
fontspec
}
\usepackage
[ngerman]
{
babel
}
\usepackage
[
backend=biber,
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
[no-math]
{
fontspec
}
% fonts
\usepackage
[ngerman]
{
babel
}
% languages
\usepackage
[backend=biber,style=phys,autocite=inline,biblabel=brackets,eprint=true,doi=true,isbn=true]
{
biblatex
}
% bibliography
\usepackage
[top=2.5cm,bottom=3cm,left=2.5cm,right=2.5cm]
{
geometry
}
% page geometry
\usepackage
{
csquotes
}
% "x" mit \enquote{x}
\usepackage
{
graphicx
}
\usepackage
{
graphicx
}
% \includegraphics{}
\usepackage
[dvipsnames]
{
xcolor
}
\usepackage
{
float
}
\usepackage
{
hyperref
}
\usepackage
{
multirow
}
\usepackage
{
appendix
}
\usepackage
{
tikz
}
\usepackage
{
float
}
% \begin{figure}[H] ...
\usepackage
[unicode=true]
{
hyperref
}
% \url{}, ...
\usepackage
{
multirow
}
% multi row tables
\usepackage
{
appendix
}
% appendices
\usepackage
{
tikz
}
% create nice graphics
% math
e
pa
kete
% math pa
ckages
\usepackage
{
units
}
\usepackage
{
dsfont
}
\usepackage
{
mathrsfs
}
...
...
@@ -40,32 +27,31 @@
\usepackage
{
wasysym
}
\usepackage
{
braket
}
\setmainfont
{
Linux Biolinum O
}
\numberwithin
{
equation
}{
section
}
\setlength\parskip
{
5pt
}
\setlength\parindent
{
14pt
}
\hypersetup
{
unicode=true
}
% set different fonts
% \setmainfont{Linux Biolinum O}
\setlength\parskip
{
5pt
}
% vertikaler abstand
\setlength\parindent
{
14pt
}
% einrückung
% bibliography
% \addbibresource{
all
.bib}
% \addbibresource{
file
.bib}
% math
e
ma
k
ros
% math ma
c
ros
\newcommand
{
\dd
}{
\mathrm
{
d
}}
\renewcommand
{
\unit
}
[1]
{
\,\mathrm
{
#1
}}
\newcommand
{
\abs
}
[1]
{
\left
| #1
\right
|
}
% title-page
\title
{
<Titel>
}
\author
{
<Autor>
}
\date
{
\today
}
% \title{}
% \author{}
% \date{\today}
% DOCUMENT BEGINS HERE
\begin{document}
%\maketitle
%\tableofcontents
%
\maketitle
%
\tableofcontents
<Inhalt>
%\printbibliography
<TXT>
% \printbibliography
\end{document}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment