add class result
[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
17 \graphicspath{{img/}}
18
19 \pdfstringdefDisableCommands{%
20 \def\acrlong#1{}%
21 \def\acrshort#1{}%
22 \def\acrfull#1{}%
23 \def\gls#1{}%
24 \def\glspl#1{}%
25 \def\Gls#1{}%
26 \def\Glspl#1{}%
27 }
28
29 \urlstyle{same}
30 \hypersetup{%
31 pdftitle={Singing voice detection in Death Metal music},
32 pdfauthor={Mart Lubbers},
33 pdfsubject={},
34 pdfcreator={Mart Lubbers},
35 pdfproducer={Mart Lubbers},
36 pdfkeywords={},
37 hidelinks=true
38 }
39
40 \title{Singing voice detection in Death Metal music}
41 \author{Mart Lubbers}
42 \date{\today}