true final
[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{amsmath} % Extra math functions
8 \usepackage{geometry} % Papersize
9 \usepackage{hyperref} % Hyperlinks
10 \usepackage{booktabs} % Better looking tables
11 \usepackage{float} % Floating tables
12 \usepackage{csquotes} % Typeset quotes
13 \usepackage{subcaption} % Subfigures and captions
14 \usepackage{multirow} % Multirow tables
15 \usepackage{longtable} % Long tables
16 \usepackage{graphicx} % Graphics
17 \usepackage{epstopdf} % Eps graphics
18
19 \graphicspath{{img/}}
20
21 \pdfstringdefDisableCommands{%
22 \def\acrlong#1{}%
23 \def\acrshort#1{}%
24 \def\acrfull#1{}%
25 \def\gls#1{}%
26 \def\glspl#1{}%
27 \def\Gls#1{}%
28 \def\Glspl#1{}%
29 }
30
31 \urlstyle{same}
32 \hypersetup{%
33 pdftitle={Singing-Voice Detection in Extreme Singing Styles},
34 pdfauthor={Mart Lubbers},
35 pdfsubject={},
36 pdfcreator={Mart Lubbers},
37 pdfproducer={Mart Lubbers},
38 pdfkeywords={},
39 hidelinks=true
40 }
41
42 \title{Singing-Voice Detection for Extreme Singing Styles}
43 \author{Mart Lubbers}
44 \date{\today}