-
Notifications
You must be signed in to change notification settings - Fork 0
/
localpackages.tex
49 lines (24 loc) · 958 Bytes
/
localpackages.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
\usepackage{csquotes}
\usepackage{hyperref}
\hypersetup{bookmarksopenlevel=0}
\usepackage{bookmark}
\usepackage{./styles/biblatex-series-number-checks}
\usepackage{./styles/eng-date,./styles/abbrev}
\usepackage{hologo}
% has to be loaded after forest-setup because of incompatibilities with the dg-style.
% sorry folks, this has to be loaded. All this babel-shorthands stuff is way too complicated and
% does not work for my abbreviations. It does not work in bibtex items since it is language dependent.
\usepackage{german}\selectlanguage{USenglish}
\usepackage{xspace}
%% Typesetting of mathematical formulas
\usepackage{amssymb} % has to be loaded before other stuff
\usepackage{amsmath} % has to be loaded before mathspec/unicode-math
\usepackage{unicode-math}
\usepackage{hyphenat}
\usepackage{xcolor}
\definecolor{lsDOIGray}{cmyk}{0,0,0,0.45}
\ifxetex
\usepackage{styles/eng-hyp-utf8}
\else
\usepackage{styles/eng-hyp}
\fi