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