true final
[asr1617.git] / asr.pre
diff --git a/asr.pre b/asr.pre
index f8236fb..6a82310 100644 (file)
--- a/asr.pre
+++ b/asr.pre
@@ -1,16 +1,36 @@
-\documentclass[a4paper]{article}
+\documentclass[a4paper]{book}
 
+\usepackage[T1,T2A]{fontenc}
+\usepackage[utf8]{inputenc}
 \usepackage[british]{babel}
 
+\usepackage{amsmath}                 % Extra math functions
 \usepackage{geometry}                % Papersize
-\usepackage{rutitlepage/rutitlepage} % Titlepage
 \usepackage{hyperref}                % Hyperlinks
 \usepackage{booktabs}                % Better looking tables
-\usepackage{todonotes}               % Todo's
+\usepackage{float}                   % Floating tables
+\usepackage{csquotes}                % Typeset quotes
+\usepackage{subcaption}              % Subfigures and captions
+\usepackage{multirow}                % Multirow tables
+\usepackage{longtable}               % Long tables
+\usepackage{graphicx}                % Graphics
+\usepackage{epstopdf}                % Eps graphics
+
+\graphicspath{{img/}}
+
+\pdfstringdefDisableCommands{%
+       \def\acrlong#1{}%
+       \def\acrshort#1{}%
+       \def\acrfull#1{}%
+       \def\gls#1{}%
+       \def\glspl#1{}%
+       \def\Gls#1{}%
+       \def\Glspl#1{}%
+}
 
 \urlstyle{same}
 \hypersetup{%
-       pdftitle={},
+       pdftitle={Singing-Voice Detection in Extreme Singing Styles},
        pdfauthor={Mart Lubbers},
        pdfsubject={},
        pdfcreator={Mart Lubbers},
@@ -19,6 +39,6 @@
        hidelinks=true
 }
 
-\title{iTasks and the Internet of Things}
+\title{Singing-Voice Detection for Extreme Singing Styles}
 \author{Mart Lubbers}
 \date{\today}