From: Mart Lubbers Date: Thu, 8 Jun 2017 09:30:05 +0000 (+0200) Subject: own titlepage with correct logo X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=db2843b06221959503be2b9befde97b887f2def9;p=asr1617.git own titlepage with correct logo --- diff --git a/.gitmodules b/.gitmodules index ee24bf2..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "rutitlepage"] - path = rutitlepage - url = https://github.com/dopefishh/rutitlepage.git diff --git a/Makefile b/Makefile index 62b3d23..0604cd0 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ BIBTEX?=bibtex BIBTEXFLAGS:= MAKEGLOSSARIES?=makeglossaries MAKEGLOSSARIESFLAGS?= -LATEXFLAGS:=-file-line-error -halt-on-error -no-shell-escape +LATEXFLAGS:=-file-line-error -halt-on-error #-no-shell-escape FIGURES:=$(addsuffix .png,$(addprefix img/,$(notdir $(basename $(wildcard fig/*.dot))))) LISTINGS:=$(wildcard listings/*) diff --git a/acronyms.tex b/acronyms.tex deleted file mode 100644 index 03f74aa..0000000 --- a/acronyms.tex +++ /dev/null @@ -1,20 +0,0 @@ -\newacronym{ANN}{ANN}{Artificial Neural Network} -\newacronym{DCT}{DCT}{Discrete Cosine Transform} -\newacronym{DHMM}{DHMM}{Duration-explicit \acrlong{HMM}} -\newacronym{FA}{FA}{Forced Alignment} -\newacronym{GMM}{GMM}{Gaussian Mixture Models} -\newacronym{HMM}{HMM}{Hidden Markov Model} -\newacronym{HTK}{HTK}{\acrlong{HMM} Toolkit} -\newacronym{IFPI}{IFPI}{International Federation of the Phonographic Industry} -\newacronym{LPCC}{LPCC}{\acrlong{LPC} Derived Cepstrum} -\newacronym{LPC}{LPC}{Linear Prediction Coefficients} -\newacronym{MFCC}{MFCC}{\acrlong{MFC} Coefficient} -\newacronym{MFC}{MFC}{Mel-frequency Cepstrum} -\newacronym{MLP}{MLP}{Multi-layer Perceptron} -\newacronym{PLP}{PLP}{Perceptual Linear Prediction} -\newacronym{PPF}{PPF}{Posterior Probability Features} -\newacronym{ZCR}{ZCR}{Zero-crossing Rate} -\newacronym{RELU}{ReLU}{Rectified Linear Unit} -\newacronym{CC}{CC}{Cannibal Corpse} -\newacronym{DG}{DG}{Disgorge} -\newacronym{WDISS}{WDISS}{Who Dies in Siberian Slush} diff --git a/asr.pre b/asr.pre index 1af71cc..fc97983 100644 --- a/asr.pre +++ b/asr.pre @@ -5,7 +5,6 @@ \usepackage[british]{babel} \usepackage{geometry} % Papersize -\usepackage{rutitlepage/rutitlepage} % Titlepage \usepackage{hyperref} % Hyperlinks \usepackage{booktabs} % Better looking tables \usepackage{float} % Floating tables @@ -13,6 +12,8 @@ \usepackage{subcaption} % Subfigures and captions \usepackage{multirow} % Multirow tables \usepackage{longtable} % Long tables +\usepackage{graphicx} % Graphics +\usepackage{epstopdf} % Eps graphics \graphicspath{{img/}} @@ -28,7 +29,7 @@ \urlstyle{same} \hypersetup{% - pdftitle={Singing voice detection in Death Metal music}, + pdftitle={Singing-Voice Detection in Extreme Singing Styles}, pdfauthor={Mart Lubbers}, pdfsubject={}, pdfcreator={Mart Lubbers}, @@ -37,6 +38,6 @@ hidelinks=true } -\title{Singing voice detection in Death Metal music} +\title{Singing-Voice Detection for Extreme Singing Styles} \author{Mart Lubbers} \date{\today} diff --git a/asr.tex b/asr.tex index 9834402..8e054ae 100644 --- a/asr.tex +++ b/asr.tex @@ -6,13 +6,7 @@ \begin{document} \frontmatter{} -\maketitleru[ - course={(Automatic) Speech Recognition}, - institute={Radboud University Nijmegen}, - authorstext={Author:}, - righttextheader={Supervisor:}, - righttext={Louis ten Bosch}, - pagenr=1] +\input{titlepage} %Abstract \addcontentsline{toc}{chapter}{Abstract} diff --git a/logo.eps b/logo.eps new file mode 100644 index 0000000..dec954a Binary files /dev/null and b/logo.eps differ diff --git a/logo.pdf b/logo.pdf deleted file mode 120000 index 18ed656..0000000 --- a/logo.pdf +++ /dev/null @@ -1 +0,0 @@ -rutitlepage/logo.pdf \ No newline at end of file diff --git a/rutitlepage b/rutitlepage deleted file mode 160000 index 32fc745..0000000 --- a/rutitlepage +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 32fc745524953baa115b829fd37a88c934ed1330 diff --git a/titlepage.tex b/titlepage.tex new file mode 100644 index 0000000..11bc064 --- /dev/null +++ b/titlepage.tex @@ -0,0 +1,31 @@ +\makeatletter +\newgeometry{hmarginratio=1:1} +\begin{titlepage} + \setcounter{page}{1} + \begin{center} + \textsc{\LARGE Automatic Speech Recognition}\\[4.5cm] +% \includegraphics[width=.7\linewidth]{logo.eps}\\[3cm] + \hrule + \vspace{0.4cm} + \textbf{\large\@title}\\[0.4cm] + \hrule + \vspace{2cm} + \begin{minipage}[t]{0.45\textwidth} + \begin{flushleft}\large + \textit{Author:}\\ + \@author% + \end{flushleft} + \end{minipage} + \begin{minipage}[t]{0.45\textwidth} + \begin{flushright}\large + \textit{Supervisor}\\ + dr.~Louis ten Bosch + \end{flushright} + \end{minipage} + \vspace{1cm} + \vfill + {\large\@date} + \end{center} +\end{titlepage} +\restoregeometry% +\makeatother