\documentclass[a4paper]{book} \usepackage[T1,T2A]{fontenc} \usepackage[utf8]{inputenc} \usepackage[british]{babel} \usepackage{amsmath} % Extra math functions \usepackage{geometry} % Papersize \usepackage{hyperref} % Hyperlinks \usepackage{booktabs} % Better looking tables \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={Singing-Voice Detection in Extreme Singing Styles}, pdfauthor={Mart Lubbers}, pdfsubject={}, pdfcreator={Mart Lubbers}, pdfproducer={Mart Lubbers}, pdfkeywords={}, hidelinks=true } \title{Singing-Voice Detection for Extreme Singing Styles} \author{Mart Lubbers} \date{\today}