d39663142eaf1bf411ab31d1e3f5cf8a9fa84ca3
[asr1617.git] / asr.pre
1 \documentclass[a4paper]{book}
2
3 \usepackage[T1,T2A]{fontenc}
4 \usepackage[utf8]{inputenc}
5 \usepackage[british]{babel}
6
7 \usepackage{geometry} % Papersize
8 \usepackage{rutitlepage/rutitlepage} % Titlepage
9 \usepackage{hyperref} % Hyperlinks
10 \usepackage{booktabs} % Better looking tables
11 \usepackage{todonotes} % Todo's
12 \usepackage{float} % Floating tables
13 \usepackage{csquotes} % Typeset quotes
14 \usepackage{subcaption} % Subfigures and captions
15 \usepackage{multirow} % Multirow tables
16 \usepackage{longtable} % Long tables
17
18 \graphicspath{{img/}}
19
20 \pdfstringdefDisableCommands{%
21 \def\acrlong#1{}%
22 \def\acrshort#1{}%
23 \def\acrfull#1{}%
24 \def\gls#1{}%
25 \def\glspl#1{}%
26 \def\Gls#1{}%
27 \def\Glspl#1{}%
28 }
29
30 \urlstyle{same}
31 \hypersetup{%
32 pdftitle={Singing voice detection in Death Metal music},
33 pdfauthor={Mart Lubbers},
34 pdfsubject={},
35 pdfcreator={Mart Lubbers},
36 pdfproducer={Mart Lubbers},
37 pdfkeywords={},
38 hidelinks=true
39 }
40
41 \title{Singing voice detection in Death Metal music}
42 \author{Mart Lubbers}
43 \date{\today}