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