-
Notifications
You must be signed in to change notification settings - Fork 0
/
mypackages.tex
76 lines (76 loc) · 2.5 KB
/
mypackages.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
\usepackage{adjustbox}
%Languages
\usepackage[english,german]{babel} %%% 'french', 'german', 'spanish', 'danish', etc.
\usepackage[utf8]{inputenc} %Umlaute
%Si - Units
\usepackage[binary-units = true]{siunitx}
%Math
\usepackage{amsmath,bm}
\usepackage{amssymb}
%\usepackage{amsmath}
\usepackage{txfonts}
\usepackage{mathdots}
\usepackage[classicReIm]{kpfonts}
%\usepackage{cool}
%Figures
\usepackage{graphicx} %standard LaTeX graphics tool when including figure files
\usepackage{subcaption}
\usepackage{pstricks, pst-node, pst-text, pst-3d, color}
% You can include more LaTeX packages here
%\usepackage{todonotes} %
\usepackage[hang]{footmisc} %OK Fußnoten
\usepackage{marginnote}
\usepackage{rotating} % Tabellen drehen
\setcounter{secnumdepth}{5}
% Tabellen
\usepackage{tabularx}
\newcolumntype{L}[1]{>{\raggedright\arraybackslash}p{#1}} % linksbündig mit Breitenangabe
\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}} % zentriert mit Breitenangabe
\newcolumntype{R}[1]{>{\raggedleft\arraybackslash}p{#1}} % rechtsbündig mit Breitenangabe
\usepackage{multirow}
\usepackage{xcolor,colortbl}
\usepackage{longtable} % Tabellen mit Seitenumbruch
%
\usepackage{makeidx} % fuer Stichwortverzeichnis OK
\usepackage{multicol} % fuer Stichwortverzeichnis OK
\makeindex
\usepackage{array}% tabelle
\usepackage{booktabs}% tabelle
% Notes
\usepackage{lipsum} % Dummytext
\usepackage{xargs} % Use more than one optional parameter in a new commands
\usepackage[colorinlistoftodos,prependcaption,textsize=normalsize]{todonotes}
%\usepackage{url}
\usepackage[hyphens]{url}
\usepackage[hidelinks]{hyperref} %% use hidelinks to avoid ugly highlight box of link.
%% highlight hypre reference links by light colors. To deactivate highlight colors, please just remove it.
\hypersetup{
colorlinks,
linkcolor={red!50!black},
citecolor={blue!50!black},
urlcolor={blue!80!black}
}
%Time
\usepackage[yyyymmdd,hhmmss]{datetime}
\usepackage{pifont} %circled numbers
%Aufzählungen
\usepackage{enumitem}
%%bibliography
%\usepackage{chapterbib}
%\usepackage[sectionbib]{natbib}
%bibliographyofeachapter
%\usepackage{bibentry}
%OK\usepackage{adjustbox} !!! Errors with clipbox
\usepackage{etoolbox}
\usepackage{units}
%\usepackage{mfirstuc}
\usepackage{glossaries} % for symbol list
\usepackage{pdfpages}
%text highlighting
\usepackage{xcolor, soul}
\usepackage{romannum}
\usepackage{pdflscape}
\usepackage{caption} %set the space between the table and its caption
\usepackage{dsfont}
\usepackage{wrapfig}
\usepackage[font=small,labelfont=bf]{caption}