annotate docs/SMC15/smc2015.sty @ 1618:ff21abb06a37

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