Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
talks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osak
talks
Commits
0856a054
Commit
0856a054
authored
6 years ago
by
Lennart Klebl
Browse files
Options
Downloads
Patches
Plain Diff
template re-improved
parent
d92f7851
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
workshops/latex/vorlage.tex
+26
-40
26 additions, 40 deletions
workshops/latex/vorlage.tex
with
26 additions
and
40 deletions
workshops/latex/vorlage.tex
+
26
−
40
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,31 +27,30 @@
\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
<Inhalt>
<TXT>
% \printbibliography
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment