annotate docs/SMC15/smc2015.sty @ 2341:9b4d7c57a78c

Merge branch 'master' of https://github.com/BrechtDeMan/WebAudioEvaluationTool
author www-data <www-data@sucuk.dcs.qmul.ac.uk>
date Tue, 10 May 2016 19:20:54 +0100
parents c07b9e2312ba
children
rev   line source
n@1090 1 % Latex Paper Template for SMC 2015
n@1090 2 % slightly adapted version of the templates for SMC 2011, SMC 2010 and ISMIR 2009
n@1090 3 %
n@1090 4 % Version 20111229
n@1090 5 % Adapded for Sound And Music computing conference
n@1090 6 % The bibliography style is now the most recent IEEEtran.bst
n@1090 7
n@1090 8 \def\Hline{\noalign{\hrule height 0.4mm}}
n@1090 9 %\newcommand{\bm}[1]{\mbox{\boldmath{$#1$}}}
n@1090 10 \newcommand{\figbox}[1]{\fbox{\parbox{\columnwidth}{\centering{ #1 }}}}
n@1090 11 \newcommand{\range}[2]{{#1,\cdots,#2\;}}
n@1090 12 \newcommand{\secref}[1]{\mbox{Section~\ref{#1}}}
n@1090 13 \newcommand{\tabref}[1]{\mbox{Table~\ref{#1}}}
n@1090 14 \newcommand{\figref}[1]{\mbox{Figure~\ref{#1}}}
n@1090 15 \newcommand{\eqnref}[1]{\mbox{Eq.~(\ref{#1})}}
n@1090 16
n@1090 17 \renewcommand{\sfdefault}{phv}
n@1090 18 \renewcommand{\rmdefault}{ptm}
n@1090 19 \renewcommand{\ttdefault}{pcr}
n@1090 20
n@1090 21 \setlength{\paperheight}{297mm}
n@1090 22 \setlength{\paperwidth}{210mm}
n@1090 23 \setlength{\textheight}{252mm}
n@1090 24 \setlength{\textwidth}{172mm}
n@1090 25 \setlength{\columnsep}{8mm}
n@1090 26 \setlength{\headheight}{0mm}
n@1090 27 \setlength{\voffset}{-12mm}
n@1090 28 \setlength{\hoffset}{0mm}
n@1090 29 \setlength{\marginparwidth}{0mm}
n@1090 30 \setlength{\parindent}{2mm} %1pc
n@1090 31 \setlength{\topmargin}{-5mm}
n@1090 32 \setlength{\oddsidemargin}{-6mm}
n@1090 33 \setlength{\evensidemargin}{-6mm}
n@1090 34
n@1090 35 \setlength\normallineskip{1\p@}
n@1090 36 \setlength\parskip{0\p@ \@plus \p@}
n@1090 37 %\def\baselinestretch{0.98}
n@1090 38
n@1090 39 \def\normalsize{\@setsize\normalsize{12pt}\xpt\@xpt}
n@1090 40 \def\small{\@setsize\small{10pt}\ixpt\@ixpt}
n@1090 41 \def\footnotesize{\@setsize\footnotesize{8pt}\viiipt\@viiipt}
n@1090 42 \def\scriptsize{\@setsize\scriptsize{8pt}\viipt\@viipt}
n@1090 43 \def\tiny{\@setsize\tiny{7pt}\vipt\@vipt}
n@1090 44 \def\large{\@setsize\large{14pt}\xiipt\@xiipt}
n@1090 45 \def\Large{\@setsize\Large{16pt}\xivpt\@xivpt}
n@1090 46 \def\LARGE{\@setsize\LARGE{20pt}\xviipt\@xviipt}
n@1090 47 \def\huge{\@setsize\huge{23pt}\xxpt\@xxpt}
n@1090 48 \def\Huge{\@setsize\Huge{28pt}\xxvpt\@xxvpt}
n@1090 49
n@1090 50 \twocolumn
n@1090 51 \pagestyle{empty}
n@1090 52
n@1090 53 \def\maketitle{\par
n@1090 54 \begingroup
n@1090 55 \def\thefootnote{}
n@1090 56 \def\@makefnmark{
n@1090 57 \hbox
n@1090 58 {$^{\@thefnmark}$\hss}
n@1090 59 }
n@1090 60 \twocolumn[\@maketitle]
n@1090 61 \permission
n@1090 62 \@thanks
n@1090 63 \endgroup
n@1090 64 \setcounter{footnote}{0}
n@1090 65 \let\maketitle\relax
n@1090 66 \let\@maketitle\relax
n@1090 67 \gdef\thefootnote{
n@1090 68 \arabic{footnote}
n@1090 69 }
n@1090 70 \gdef\@@savethanks{}
n@1090 71 \gdef\@thanks{}
n@1090 72 \gdef\@author{}
n@1090 73 \gdef\@title{}
n@1090 74 \let\thanks\relax
n@1090 75 }
n@1090 76
n@1090 77 \def\@maketitle{
n@1090 78 \newpage
n@1090 79 \null
n@1090 80 \begin{center} {
n@1090 81 \Large \bf \@title \par
n@1090 82 }
n@1090 83 \vskip 2.0em {
n@1090 84 \normalsize \lineskip .5em
n@1090 85 \begin{tabular}[t]{c}
n@1090 86 \@author \\
n@1090 87 \end{tabular}
n@1090 88 \par
n@1090 89 }
n@1090 90 \end{center}
n@1090 91 \par
n@1090 92 \vskip 2.0em
n@1090 93 }
n@1090 94
n@1090 95 \newcommand{\permission}{
n@1090 96 \begin{figure}[b]
n@1090 97 {\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@1090 98 %{\copyright~Copyright notice here}
n@1090 99 \end{figure}}
n@1090 100
n@1090 101 \def\oneauthor#1#2{
n@1090 102 \gdef\@author{
n@1090 103 \begin{tabular}{@{}c@{}}
n@1090 104 {\bf #1} \\
n@1090 105 #2\relax
n@1090 106 \end{tabular}\hskip .3in
n@1090 107 }
n@1090 108 }
n@1090 109
n@1090 110 \def\twoauthors#1#2#3#4{
n@1090 111 \gdef\@author{
n@1090 112 \begin{tabular}{@{}c@{}}
n@1090 113 {\bf #1} \\
n@1090 114 #2
n@1090 115 \end{tabular}\hskip 1.5in
n@1090 116 \begin{tabular}{@{}c@{}}
n@1090 117 {\bf #3} \\
n@1090 118 #4\relax
n@1090 119 \end{tabular}
n@1090 120 }
n@1090 121 }
n@1090 122
n@1090 123 \def\threeauthors#1#2#3#4#5#6{
n@1090 124 \gdef\@author{
n@1090 125 \begin{tabular}{@{}c@{}}
n@1090 126 {\bf #1} \\
n@1090 127 #2
n@1090 128 \end{tabular}\hskip .3in
n@1090 129 \begin{tabular}{@{}c@{}}
n@1090 130 {\bf #3} \\
n@1090 131 #4
n@1090 132 \end{tabular}\hskip .3in
n@1090 133 \begin{tabular}{@{}c@{}}
n@1090 134 {\bf #5} \\
n@1090 135 #6\relax
n@1090 136 \end{tabular}
n@1090 137 }
n@1090 138 }
n@1090 139
n@1090 140 \def\fourauthors#1#2#3#4#5#6#7#8{
n@1090 141 \gdef\@author{
n@1090 142 \begin{tabular}{@{}c@{}}
n@1090 143 {\bf #1} \\
n@1090 144 #2
n@1090 145 \end{tabular}\hskip .2in
n@1090 146 \begin{tabular}{@{}c@{}}
n@1090 147 {\bf #3} \\
n@1090 148 #4
n@1090 149 \end{tabular}\hskip .2in
n@1090 150 \begin{tabular}{@{}c@{}}
n@1090 151 {\bf #5} \\
n@1090 152 #6\relax
n@1090 153 \end{tabular}\hskip .2in
n@1090 154 \begin{tabular}{@{}c@{}}
n@1090 155 {\bf #7} \\
n@1090 156 #8\relax
n@1090 157 \end{tabular}\\
n@1090 158 Centre for Digital Music, Queen Mary University of London
n@1090 159 }
n@1090 160 }
n@1090 161
n@1090 162 \def\abstract{
n@1090 163 \begin{center}{
n@1090 164 \bf ABSTRACT
n@1090 165 }
n@1090 166 \end{center}
n@1090 167 }
n@1090 168 \def\endabstract{\par}
n@1090 169
n@1090 170 \def\title#1{\gdef\@title{\uppercase{#1}}}
n@1090 171
n@1090 172 \newif\if@smcsection
n@1090 173
n@1090 174 \renewcommand\section{
n@1090 175 \@smcsectiontrue
n@1090 176 \@startsection
n@1090 177 {section}
n@1090 178 {1}
n@1090 179 {\z@}
n@1090 180 {-3.5ex \@plus -1ex \@minus -.2ex}
n@1090 181 {6pt \@plus.2ex}
n@1090 182 {\large\bf\centering}
n@1090 183 }
n@1090 184
n@1090 185 \renewcommand\subsection{
n@1090 186 \@smcsectionfalse
n@1090 187 \@startsection
n@1090 188 {subsection}
n@1090 189 {2}
n@1090 190 {\z@}
n@1090 191 {-2.5ex \@plus -1ex \@minus -.2ex}
n@1090 192 {6pt \@plus.2ex}
n@1090 193 {\normalsize\bf\raggedright}
n@1090 194 }
n@1090 195
n@1090 196 \renewcommand\subsubsection{
n@1090 197 \@smcsectionfalse
n@1090 198 \@startsection
n@1090 199 {subsubsection}
n@1090 200 {3}
n@1090 201 {\z@}
n@1090 202 {-1.5ex \@plus -1ex \@minus -.2ex}
n@1090 203 {6pt \@plus.2ex}
n@1090 204 {\normalsize\it\raggedright}
n@1090 205 }
n@1090 206
n@1090 207 \def\@sect#1#2#3#4#5#6[#7]#8{
n@1090 208 \refstepcounter{#1}
n@1090 209 \if@smcsection
n@1090 210 \edef\@svsec{\csname the#1\endcsname.\hskip 0.6em}
n@1090 211 \else
n@1090 212 \edef\@svsec{\csname the#1\endcsname\hskip 0.6em}
n@1090 213 \fi
n@1090 214 \begingroup
n@1090 215 \ifnum #2=1
n@1090 216 \bf\centering{\interlinepenalty \@M \@svsec\uppercase{#8}\par}
n@1090 217 \else
n@1090 218 \ifnum #2=2
n@1090 219 \bf\raggedright
n@1090 220 \noindent{\interlinepenalty \@M \@svsec #8\par}
n@1090 221 \else
n@1090 222 \it\raggedright
n@1090 223 \noindent{\interlinepenalty \@M \@svsec #8\par}
n@1090 224 \fi
n@1090 225 \fi
n@1090 226 \endgroup
n@1090 227 \csname #1mark\endcsname{#7}\addcontentsline
n@1090 228 {toc}{#1}{\protect\numberline
n@1090 229 \if@smcsection
n@1090 230 {\csname the#1\endcsname.}
n@1090 231 \else
n@1090 232 {\csname the#1\endcsname}
n@1090 233 \fi
n@1090 234 #7}
n@1090 235 \@tempskipa #5\relax
n@1090 236 \@xsect{\@tempskipa}
n@1090 237 }
n@1090 238
n@1090 239 \newenvironment{acknowledgments}%
n@1090 240 {%
n@1090 241 \vskip 2.5ex {\normalsize\bf\raggedright Acknowledgments}
n@1090 242 \vspace*{6pt} \\
n@1090 243 \noindent
n@1090 244 }%
n@1090 245 {%
n@1090 246 \par
n@1090 247 }
n@1090 248
n@1090 249
n@1090 250 \bibliographystyle{IEEEtran}
n@1090 251
n@1090 252 \def\thebibliography#1{
n@1090 253 \section{References}\list
n@1090 254 {[\arabic{enumi}]}{
n@1090 255 \settowidth\labelwidth{[#1]}\leftmargin 1em
n@1090 256 \advance\leftmargin\labelsep
n@1090 257 \usecounter{enumi}
n@1090 258 }
n@1090 259 \def\newblock{\hskip .01em plus .01em minus .01em}
n@1090 260 \sloppy\clubpenalty4000\widowpenalty4000
n@1090 261 \sfcode`\.=1000\relax
n@1090 262 }
n@1090 263
n@1090 264 \let\endthebibliography=\endlist
n@1090 265
n@1090 266 \long\def\@makecaption#1#2{
n@1090 267 \vskip 10pt
n@1090 268 \setbox\@tempboxa\hbox{#1. #2}
n@1090 269 \ifdim
n@1090 270 \wd\@tempboxa >\hsize #1. #2\par
n@1090 271 \else
n@1090 272 \hbox
n@1090 273 to\hsize{\hfil\box\@tempboxa\hfil}
n@1090 274 \fi
n@1090 275 }
n@1090 276
n@1090 277 \def\fnum@figure{{\bf Figure\ \thefigure}}
n@1090 278 \def\fnum@table{{\bf Table \thetable}}
n@1090 279
n@1090 280 \flushbottom