-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkolloquium.sty
59 lines (58 loc) · 1.94 KB
/
kolloquium.sty
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
\usepackage[german]{babel}
\usepackage[latin1]{inputenc}
\usepackage{times}
\usepackage[T1]{fontenc}
\usepackage{multimedia}
\usepackage{hyperref}
\usepackage{mathdesign}
\usepackage[]{subfigure}
\usepackage{float}
\usepackage[]{graphicx}
%\usepackage[]{natbib}
\usepackage[]{amsmath}
\usepackage{dsfont}
\usepackage{color}
%Zur Darstellung von Code
%\usepackage[ruled,chapter]{algorithm}
%\usepackage[]{algorithmic}
% Private Declarations
%\usepackage{psfrag}
\usepackage{multirow}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\usepackage{tikz}
\usepackage{tikz-3dplot}
\usetikzlibrary{shapes,positioning,calc,arrows.meta,decorations.markings}
\usepackage{tkz-euclide} % loads TikZ and tkz-base
\usetkzobj{angles} % important you want to use angles
%\usepackage{latexsym}
%\usepackage{pstricks,pst-node}
%\usepackage{pst-blur}
%\usepackage{pstricks-add}
%Colors
%\definecolor{Pink}{rgb}{1.,0.75,0.8}
%\definecolor{fond}{RGB}{240,240,240}
%Für Bibliography
\usepackage[fixlanguage]{babelbib}
\selectbiblanguage{german}
%\selectlanguage{german}
\usepackage{booktabs}
\usepackage{pgfplots}
\usepackage{rotating}
\usepackage{setspace} %to use \doublespacing in tables
\usepackage{multirow} %multiple rows in tabular environments
\usepackage{booktabs} %provides extra tables commands and in general makes tables look a little nicer than without
\usepackage{colortbl}
\usepackage{algorithm} %algorithms
\usepackage{algpseudocode}
\usepackage{algpascal}
\usepackage{xcolor} %are required to allow the colour of table and text elements to be altered
\input{masterthesis.color}
\usepackage{xfrac} %is required to make nicer fractions that look good in tables
\newcommand{\ra}[1]{\renewcommand{\arraystretch}{#1}}
%\usepackage{longtable,tabu,booktabs}
\setbeamercolor{caption name}{fg=fnbblue}
\setbeamerfont{caption name}{size=\tiny}
\setbeamerfont{caption}{size=\tiny}
\setbeamercolor{bibliography entry author}{fg=fnbblue}
\setbeamercolor{bibliography entry journal}{fg=fnbblue}