n@1105: % Latex Paper Template for SMC 2015 n@1105: % slightly adapted version of the templates for SMC 2011, SMC 2010 and ISMIR 2009 n@1105: % n@1105: % Version 20111229 n@1105: % Adapded for Sound And Music computing conference n@1105: % The bibliography style is now the most recent IEEEtran.bst n@1105: n@1105: \def\Hline{\noalign{\hrule height 0.4mm}} n@1105: %\newcommand{\bm}[1]{\mbox{\boldmath{$#1$}}} n@1105: \newcommand{\figbox}[1]{\fbox{\parbox{\columnwidth}{\centering{ #1 }}}} n@1105: \newcommand{\range}[2]{{#1,\cdots,#2\;}} n@1105: \newcommand{\secref}[1]{\mbox{Section~\ref{#1}}} n@1105: \newcommand{\tabref}[1]{\mbox{Table~\ref{#1}}} n@1105: \newcommand{\figref}[1]{\mbox{Figure~\ref{#1}}} n@1105: \newcommand{\eqnref}[1]{\mbox{Eq.~(\ref{#1})}} n@1105: n@1105: \renewcommand{\sfdefault}{phv} n@1105: \renewcommand{\rmdefault}{ptm} n@1105: \renewcommand{\ttdefault}{pcr} n@1105: n@1105: \setlength{\paperheight}{297mm} n@1105: \setlength{\paperwidth}{210mm} n@1105: \setlength{\textheight}{252mm} n@1105: \setlength{\textwidth}{172mm} n@1105: \setlength{\columnsep}{8mm} n@1105: \setlength{\headheight}{0mm} n@1105: \setlength{\voffset}{-12mm} n@1105: \setlength{\hoffset}{0mm} n@1105: \setlength{\marginparwidth}{0mm} n@1105: \setlength{\parindent}{2mm} %1pc n@1105: \setlength{\topmargin}{-5mm} n@1105: \setlength{\oddsidemargin}{-6mm} n@1105: \setlength{\evensidemargin}{-6mm} n@1105: n@1105: \setlength\normallineskip{1\p@} n@1105: \setlength\parskip{0\p@ \@plus \p@} n@1105: %\def\baselinestretch{0.98} n@1105: n@1105: \def\normalsize{\@setsize\normalsize{12pt}\xpt\@xpt} n@1105: \def\small{\@setsize\small{10pt}\ixpt\@ixpt} n@1105: \def\footnotesize{\@setsize\footnotesize{8pt}\viiipt\@viiipt} n@1105: \def\scriptsize{\@setsize\scriptsize{8pt}\viipt\@viipt} n@1105: \def\tiny{\@setsize\tiny{7pt}\vipt\@vipt} n@1105: \def\large{\@setsize\large{14pt}\xiipt\@xiipt} n@1105: \def\Large{\@setsize\Large{16pt}\xivpt\@xivpt} n@1105: \def\LARGE{\@setsize\LARGE{20pt}\xviipt\@xviipt} n@1105: \def\huge{\@setsize\huge{23pt}\xxpt\@xxpt} n@1105: \def\Huge{\@setsize\Huge{28pt}\xxvpt\@xxvpt} n@1105: n@1105: \twocolumn n@1105: \pagestyle{empty} n@1105: n@1105: \def\maketitle{\par n@1105: \begingroup n@1105: \def\thefootnote{} n@1105: \def\@makefnmark{ n@1105: \hbox n@1105: {$^{\@thefnmark}$\hss} n@1105: } n@1105: \twocolumn[\@maketitle] n@1105: \permission n@1105: \@thanks n@1105: \endgroup n@1105: \setcounter{footnote}{0} n@1105: \let\maketitle\relax n@1105: \let\@maketitle\relax n@1105: \gdef\thefootnote{ n@1105: \arabic{footnote} n@1105: } n@1105: \gdef\@@savethanks{} n@1105: \gdef\@thanks{} n@1105: \gdef\@author{} n@1105: \gdef\@title{} n@1105: \let\thanks\relax n@1105: } n@1105: n@1105: \def\@maketitle{ n@1105: \newpage n@1105: \null n@1105: \begin{center} { n@1105: \Large \bf \@title \par n@1105: } n@1105: \vskip 2.0em { n@1105: \normalsize \lineskip .5em n@1105: \begin{tabular}[t]{c} n@1105: \@author \\ n@1105: \end{tabular} n@1105: \par n@1105: } n@1105: \end{center} n@1105: \par n@1105: \vskip 2.0em n@1105: } n@1105: n@1105: \newcommand{\permission}{ n@1105: \begin{figure}[b] n@1105: {\scriptsize{\it Copyright: \copyright 2015 \firstauthor \hspace*{1 pt} et al. This is an open-access article distributed under the terms of the \href{http://creativecommons.org/licenses/by/3.0/}{\textcolor {magenta} {\underline {Creative Commons Attribution 3.0 Unported License}}}, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.}} n@1105: %{\copyright~Copyright notice here} n@1105: \end{figure}} n@1105: n@1105: \def\oneauthor#1#2{ n@1105: \gdef\@author{ n@1105: \begin{tabular}{@{}c@{}} n@1105: {\bf #1} \\ n@1105: #2\relax n@1105: \end{tabular}\hskip .3in n@1105: } n@1105: } n@1105: n@1105: \def\twoauthors#1#2#3#4{ n@1105: \gdef\@author{ n@1105: \begin{tabular}{@{}c@{}} n@1105: {\bf #1} \\ n@1105: #2 n@1105: \end{tabular}\hskip 1.5in n@1105: \begin{tabular}{@{}c@{}} n@1105: {\bf #3} \\ n@1105: #4\relax n@1105: \end{tabular} n@1105: } n@1105: } n@1105: n@1105: \def\threeauthors#1#2#3#4#5#6{ n@1105: \gdef\@author{ n@1105: \begin{tabular}{@{}c@{}} n@1105: {\bf #1} \\ n@1105: #2 n@1105: \end{tabular}\hskip .3in n@1105: \begin{tabular}{@{}c@{}} n@1105: {\bf #3} \\ n@1105: #4 n@1105: \end{tabular}\hskip .3in n@1105: \begin{tabular}{@{}c@{}} n@1105: {\bf #5} \\ n@1105: #6\relax n@1105: \end{tabular} n@1105: } n@1105: } n@1105: n@1105: \def\fourauthors#1#2#3#4#5#6#7#8{ n@1105: \gdef\@author{ n@1105: \begin{tabular}{@{}c@{}} n@1105: {\bf #1} \\ n@1105: #2 n@1105: \end{tabular}\hskip .2in n@1105: \begin{tabular}{@{}c@{}} n@1105: {\bf #3} \\ n@1105: #4 n@1105: \end{tabular}\hskip .2in n@1105: \begin{tabular}{@{}c@{}} n@1105: {\bf #5} \\ n@1105: #6\relax n@1105: \end{tabular}\hskip .2in n@1105: \begin{tabular}{@{}c@{}} n@1105: {\bf #7} \\ n@1105: #8\relax n@1105: \end{tabular}\\ n@1105: Centre for Digital Music, Queen Mary University of London n@1105: } n@1105: } n@1105: n@1105: \def\abstract{ n@1105: \begin{center}{ n@1105: \bf ABSTRACT n@1105: } n@1105: \end{center} n@1105: } n@1105: \def\endabstract{\par} n@1105: n@1105: \def\title#1{\gdef\@title{\uppercase{#1}}} n@1105: n@1105: \newif\if@smcsection n@1105: n@1105: \renewcommand\section{ n@1105: \@smcsectiontrue n@1105: \@startsection n@1105: {section} n@1105: {1} n@1105: {\z@} n@1105: {-3.5ex \@plus -1ex \@minus -.2ex} n@1105: {6pt \@plus.2ex} n@1105: {\large\bf\centering} n@1105: } n@1105: n@1105: \renewcommand\subsection{ n@1105: \@smcsectionfalse n@1105: \@startsection n@1105: {subsection} n@1105: {2} n@1105: {\z@} n@1105: {-2.5ex \@plus -1ex \@minus -.2ex} n@1105: {6pt \@plus.2ex} n@1105: {\normalsize\bf\raggedright} n@1105: } n@1105: n@1105: \renewcommand\subsubsection{ n@1105: \@smcsectionfalse n@1105: \@startsection n@1105: {subsubsection} n@1105: {3} n@1105: {\z@} n@1105: {-1.5ex \@plus -1ex \@minus -.2ex} n@1105: {6pt \@plus.2ex} n@1105: {\normalsize\it\raggedright} n@1105: } n@1105: n@1105: \def\@sect#1#2#3#4#5#6[#7]#8{ n@1105: \refstepcounter{#1} n@1105: \if@smcsection n@1105: \edef\@svsec{\csname the#1\endcsname.\hskip 0.6em} n@1105: \else n@1105: \edef\@svsec{\csname the#1\endcsname\hskip 0.6em} n@1105: \fi n@1105: \begingroup n@1105: \ifnum #2=1 n@1105: \bf\centering{\interlinepenalty \@M \@svsec\uppercase{#8}\par} n@1105: \else n@1105: \ifnum #2=2 n@1105: \bf\raggedright n@1105: \noindent{\interlinepenalty \@M \@svsec #8\par} n@1105: \else n@1105: \it\raggedright n@1105: \noindent{\interlinepenalty \@M \@svsec #8\par} n@1105: \fi n@1105: \fi n@1105: \endgroup n@1105: \csname #1mark\endcsname{#7}\addcontentsline n@1105: {toc}{#1}{\protect\numberline n@1105: \if@smcsection n@1105: {\csname the#1\endcsname.} n@1105: \else n@1105: {\csname the#1\endcsname} n@1105: \fi n@1105: #7} n@1105: \@tempskipa #5\relax n@1105: \@xsect{\@tempskipa} n@1105: } n@1105: n@1105: \newenvironment{acknowledgments}% n@1105: {% n@1105: \vskip 2.5ex {\normalsize\bf\raggedright Acknowledgments} n@1105: \vspace*{6pt} \\ n@1105: \noindent n@1105: }% n@1105: {% n@1105: \par n@1105: } n@1105: n@1105: n@1105: \bibliographystyle{IEEEtran} n@1105: n@1105: \def\thebibliography#1{ n@1105: \section{References}\list n@1105: {[\arabic{enumi}]}{ n@1105: \settowidth\labelwidth{[#1]}\leftmargin 1em n@1105: \advance\leftmargin\labelsep n@1105: \usecounter{enumi} n@1105: } n@1105: \def\newblock{\hskip .01em plus .01em minus .01em} n@1105: \sloppy\clubpenalty4000\widowpenalty4000 n@1105: \sfcode`\.=1000\relax n@1105: } n@1105: n@1105: \let\endthebibliography=\endlist n@1105: n@1105: \long\def\@makecaption#1#2{ n@1105: \vskip 10pt n@1105: \setbox\@tempboxa\hbox{#1. #2} n@1105: \ifdim n@1105: \wd\@tempboxa >\hsize #1. #2\par n@1105: \else n@1105: \hbox n@1105: to\hsize{\hfil\box\@tempboxa\hfil} n@1105: \fi n@1105: } n@1105: n@1105: \def\fnum@figure{{\bf Figure\ \thefigure}} n@1105: \def\fnum@table{{\bf Table \thetable}} n@1105: n@1105: \flushbottom