annotate docs/SMC15/smc2015.sty @ 1105:d2afd2ee8684

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