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