-
Notifications
You must be signed in to change notification settings - Fork 1
/
preamble.tex
53 lines (47 loc) · 1.94 KB
/
preamble.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
\usepackage[usenames,dvipsnames,svgnames]{xcolor}
\usepackage[utf8]{inputenc}
\usepackage[danish]{babel}
\usepackage{a4wide}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[bookmarks]{hyperref}
\usepackage{tikz}
\usepackage{amsthm}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{adjustbox}
\usepackage{varwidth}
\usepackage[framemethod=TikZ,xcolor]{mdframed}
\usepackage{ulem}
%\usepackage[adobe-utopia]{mathdesign}
%\usepackage{mathptmx}
\usepackage[sc]{mathpazo}
\linespread{1.05} % Palatino needs more leading (space between lines)
\setlength{\parindent}{0cm}
\definecolor{light-gray}{gray}{0.97}
\hypersetup{
%bookmarks=true, % show bookmarks bar?
unicode=false, % non-Latin characters in Acrobat’s bookmarks
%pdftoolbar=true, % show Acrobat’s toolbar?
%pdfmenubar=true, % show Acrobat’s menu?
%pdffitwindow=false, % window fit to page when opened
%pdfstartview={FitH}, % fits the width of the page to the window
pdftitle={Lineær Algebra - Eksamens Noter}, % title
pdfauthor={Morten Nygaard, Kasper Eenberg, Jonas Hovmand}, % author
pdfsubject={Lineær Algebra}, % subject of the document
pdfcreator={LaTex}, % creator of the document
%pdfproducer={Producer}, % producer of the document
%pdfkeywords={keyword1} {key2} {key3}, % list of keywords
%pdfnewwindow=true, % links in new window
colorlinks=true, % false: boxed links; true: colored links
linkcolor=NavyBlue, % color of internal links (change box color with linkbordercolor)
citecolor=green, % color of links to bibliography
filecolor=magenta, % color of file links
urlcolor=cyan % color of external links
}
\tikzstyle{every picture}+=[remember picture]
\usepackage[pagestyles]{titlesec}
\newpagestyle{mystyle}{%
\headrule\sethead{\chaptername\ \thechapter: \chaptertitle}{}{}
\setfoot{}{\thepage}{}}
\pagestyle{mystyle}