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
13c3998f
Commit
13c3998f
authored
6 years ago
by
Valentin Bruch
Browse files
Options
Downloads
Patches
Plain Diff
vorlage
parent
523cbe43
Branches
Branches containing commit
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
+19
-36
19 additions, 36 deletions
workshops/latex/vorlage.tex
with
19 additions
and
36 deletions
workshops/latex/vorlage.tex
+
19
−
36
View file @
13c3998f
% 1. Warum Kommentare teilweise auf Englisch?
% 2. Warum fontspec mit no-math?
% 3. Warum biblatex mit isbn=true? Wird biber als Backend überall unterstützt?
% 4. Warum TikZ? Ist das nicht zu fortgeschritten?
\documentclass
[ngerman,a4paper,12pt]
{
article
}
% Spracheinstellungen und Silbentrennung
% Warum nicht polyglossia?
\usepackage
[ngerman]
{
babel
}
% TODO: Wollen wir Legacy, Lualatex oder beides?
\usepackage
{
ifluatex
}
\ifluatex
% Schriftart umstellen:
\usepackage
[no-math]
{
fontspec
}
%\setmainfont{Linux Biolinum O}
\else
% Kompatibilitäts-Pakete, bei bestimmten Einstellungen benötigt
\usepackage
[utf8]
{
inputenc
}
% legacy
\usepackage
[T1]
{
fontenc
}
% legacy
\usepackage
{
textcomp
}
% legacy
\fi
% Schriftart umstellen:
%\usepackage[no-math]{fontspec}
%\setmainfont{Linux Biolinum O}
% Bibliographieeinstellungen für Zitate, Referenzen usw.
\usepackage
[backend=biber,style=phys,
autocite=inline,
biblabel=brackets
,eprint=true,doi=true,isbn=true
]
{
biblatex
}
\usepackage
[backend=biber,style=phys,biblabel=brackets]
{
biblatex
}
% Abstände an den Seitenrändern
\usepackage
[top=2.5cm,bottom=3cm,left=2.5cm,right=2.5cm]
{
geometry
}
...
...
@@ -37,10 +26,10 @@
\usepackage
[unicode=true]
{
hyperref
}
% \url{}, ...
\usepackage
{
multirow
}
% Tabelleneinträge über mehrere Zeilen
\usepackage
{
appendix
}
% schönere Anhänge
\usepackage
{
tikz
}
% create nice graphics
\usepackage
{
tikz
}
% Erstellen schöner Zeichnungen direkt in LaTeX
% Mathematikpakete
%
\usepackage{amsmath} % Wird von mathtools automatisch geladen
\usepackage
{
amsmath
}
% Wird von mathtools automatisch geladen
\usepackage
{
amssymb
}
% Mehr Symbole und Fonts
\usepackage
{
amsfonts
}
% Mehr Symbole und Fonts
\usepackage
{
mathtools
}
% Viel Mathezeug
...
...
@@ -48,7 +37,6 @@
\usepackage
{
dsfont
}
% für \mathds{1} als Identitätsoperator
\usepackage
{
wasysym
}
% Mehr Symbole
\usepackage
{
braket
}
% Diracnotation in der Quantenmechanik
\usepackage
{
units
}
% Was macht das? Und warum braucht man zusätzlich ein Makro \unit?
% bibliography
...
...
@@ -58,11 +46,6 @@
% \setlength\parskip{5pt} % vertikaler abstand zwischen Absätzen
\setlength\parindent
{
0pt
}
% Einrückung neuer Absätze
% Mathematik Makros
\newcommand
{
\dd
}{
\mathrm
{
d
}}
\renewcommand
{
\unit
}
[1]
{
\,\mathrm
{
#1
}}
\newcommand
{
\abs
}
[1]
{
\left
| #1
\right
|
}
% Einstellungen für \maketitle
% \title{}
% \author{}
...
...
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