annotate docs/SMC15/smc2015template.tex @ 12:ffde18e534ff

SMC paper template (without bibliography)
author Brecht De Man <b.deman@qmul.ac.uk>
date Fri, 27 Mar 2015 10:27:40 +0000
parents
children 18699932c396 869ed636f7c0
rev   line source
b@12 1 % -----------------------------------------------
b@12 2 % Template for SMC 2012
b@12 3 % adapted from the template for SMC 2011, which was adapted from that of SMC 2010
b@12 4 % -----------------------------------------------
b@12 5
b@12 6 \documentclass{article}
b@12 7 \usepackage{smc2015}
b@12 8 \usepackage{times}
b@12 9 \usepackage{ifpdf}
b@12 10 \usepackage[english]{babel}
b@12 11 \usepackage{cite}
b@12 12
b@12 13 %%%%%%%%%%%%%%%%%%%%%%%% Some useful packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
b@12 14 %%%%%%%%%%%%%%%%%%%%%%%% See related documentation %%%%%%%%%%%%%%%%%%%%%%%%%%
b@12 15 %\usepackage{amsmath} % popular packages from Am. Math. Soc. Please use the
b@12 16 %\usepackage{amssymb} % related math environments (split, subequation, cases,
b@12 17 %\usepackage{amsfonts}% multline, etc.)
b@12 18 %\usepackage{bm} % Bold Math package, defines the command \bf{}
b@12 19 %\usepackage{paralist}% extended list environments
b@12 20 %%subfig.sty is the modern replacement for subfigure.sty. However, subfig.sty
b@12 21 %%requires and automatically loads caption.sty which overrides class handling
b@12 22 %%of captions. To prevent this problem, preload caption.sty with caption=false
b@12 23 %\usepackage[caption=false]{caption}
b@12 24 %\usepackage[font=footnotesize]{subfig}
b@12 25
b@12 26
b@12 27 %user defined variables
b@12 28 \def\papertitle{APE FOR WEB: A BROWSER-BASED EVALUATION TOOL FOR AUDIO}
b@12 29 \def\firstauthor{Brecht De Man}
b@12 30 \def\secondauthor{Nicholas Jillings}
b@12 31 \def\thirdauthor{David Moffat}
b@12 32 \def\fourthauthor{Joshua D. Reiss}
b@12 33
b@12 34 % adds the automatic
b@12 35 % Saves a lot of ouptut space in PDF... after conversion with the distiller
b@12 36 % Delete if you cannot get PS fonts working on your system.
b@12 37
b@12 38 % pdf-tex settings: detect automatically if run by latex or pdflatex
b@12 39 \newif\ifpdf
b@12 40 \ifx\pdfoutput\relax
b@12 41 \else
b@12 42 \ifcase\pdfoutput
b@12 43 \pdffalse
b@12 44 \else
b@12 45 \pdftrue
b@12 46 \fi
b@12 47
b@12 48 \ifpdf % compiling with pdflatex
b@12 49 \usepackage[pdftex,
b@12 50 pdftitle={\papertitle},
b@12 51 pdfauthor={\firstauthor, \secondauthor, \thirdauthor},
b@12 52 bookmarksnumbered, % use section numbers with bookmarks
b@12 53 pdfstartview=XYZ % start with zoom=100% instead of full screen;
b@12 54 % especially useful if working with a big screen :-)
b@12 55 ]{hyperref}
b@12 56 %\pdfcompresslevel=9
b@12 57
b@12 58 \usepackage[pdftex]{graphicx}
b@12 59 % declare the path(s) where your graphic files are and their extensions so
b@12 60 %you won't have to specify these with every instance of \includegraphics
b@12 61 \graphicspath{{./figures/}}
b@12 62 \DeclareGraphicsExtensions{.pdf,.jpeg,.png}
b@12 63
b@12 64 \usepackage[figure,table]{hypcap}
b@12 65
b@12 66 \else % compiling with latex
b@12 67 \usepackage[dvips,
b@12 68 bookmarksnumbered, % use section numbers with bookmarks
b@12 69 pdfstartview=XYZ % start with zoom=100% instead of full screen
b@12 70 ]{hyperref} % hyperrefs are active in the pdf file after conversion
b@12 71
b@12 72 \usepackage[dvips]{epsfig,graphicx}
b@12 73 % declare the path(s) where your graphic files are and their extensions so
b@12 74 %you won't have to specify these with every instance of \includegraphics
b@12 75 \graphicspath{{./figures/}}
b@12 76 \DeclareGraphicsExtensions{.eps}
b@12 77
b@12 78 \usepackage[figure,table]{hypcap}
b@12 79 \fi
b@12 80
b@12 81 %setup the hyperref package - make the links black without a surrounding frame
b@12 82 \hypersetup{
b@12 83 colorlinks,%
b@12 84 citecolor=black,%
b@12 85 filecolor=black,%
b@12 86 linkcolor=black,%
b@12 87 urlcolor=black
b@12 88 }
b@12 89
b@12 90
b@12 91 % Title.
b@12 92 % ------
b@12 93 \title{\papertitle}
b@12 94
b@12 95 % Authors
b@12 96 % Please note that submissions are NOT anonymous, therefore
b@12 97 % authors' names have to be VISIBLE in your manuscript.
b@12 98 %
b@12 99 % Single address
b@12 100 % To use with only one author or several with the same address
b@12 101 % ---------------
b@12 102 %\oneauthor
b@12 103 % {\firstauthor} {Affiliation1 \\ %
b@12 104 % {\tt \href{mailto:author1@smcnetwork.org}{author1@smcnetwork.org}}}
b@12 105
b@12 106 %Two addresses
b@12 107 %--------------
b@12 108 % \twoauthors
b@12 109 % {\firstauthor} {Affiliation1 \\ %
b@12 110 % {\tt \href{mailto:author1@smcnetwork.org}{author1@smcnetwork.org}}}
b@12 111 % {\secondauthor} {Affiliation2 \\ %
b@12 112 % {\tt \href{mailto:author2@smcnetwork.org}{author2@smcnetwork.org}}}
b@12 113
b@12 114 % Three addresses
b@12 115 % --------------
b@12 116 \fourauthors
b@12 117 {\firstauthor} {%Affiliation1 \\
b@12 118 {\tt \href{mailto:b.deman@qmul.ac.uk}{\{b.deman@, }}}
b@12 119 {\secondauthor} {%Affiliation2\\ %
b@12 120 {\tt \href{mailto:n.g.r.jillings@se14.qmul.ac.uk}{n.g.r.jillings@se14. ,}}}
b@12 121 {\thirdauthor} {%Affiliation3\\ %
b@12 122 {\tt \href{mailto:d.j.moffat@qmul.ac.uk}{d.j.moffat@, }}}
b@12 123 {\fourthauthor} {%Affiliation4\\ %
b@12 124 {\tt \href{mailto:joshua.reiss@qmul.ac.uk}{joshua.reiss@\}qmul.ac.uk}}}
b@12 125
b@12 126 % ***************************************** the document starts here ***************
b@12 127 \begin{document}
b@12 128 %
b@12 129 \capstartfalse
b@12 130 \maketitle
b@12 131 \capstarttrue
b@12 132 %
b@12 133 \begin{abstract}
b@12 134 Place your abstract at the top left column on the first page.
b@12 135 Please write about 150-200 words that specifically highlight the purpose of your work,
b@12 136 its context, and provide a brief synopsis of your results.
b@12 137 Avoid equations in this part.
b@12 138 \end{abstract}
b@12 139 %
b@12 140
b@12 141 \section{Introduction}\label{sec:introduction}
b@12 142
b@12 143 background (types of research)\\
b@12 144 prior work: \cite{deman2014b} \\
b@12 145 goal, what are we trying to do? \\
b@12 146
b@12 147
b@12 148 Minimum 4 pages, 6 preferred, max. 8 (6 for demos/posters)
b@12 149
b@12 150
b@12 151
b@12 152
b@12 153 %\subsection{Equations}
b@12 154 %Equations of importance,
b@12 155 %or to which you refer later,
b@12 156 %should be placed on separated lines and numbered.
b@12 157 %The number should be on the right side, in parentheses.
b@12 158 %\begin{equation}
b@12 159 %E=mc^{2+\delta}.
b@12 160 %\label{eq:Emc2}
b@12 161 %\end{equation}
b@12 162 %Refer to equations like so:
b@12 163 %As (\ref{eq:Emc2}) shows,
b@12 164 %I do not completely trust Special Relativity.
b@12 165 %
b@12 166 %\subsection{Figures, Tables and Captions}
b@12 167 %\begin{table}[t]
b@12 168 % \begin{center}
b@12 169 % \begin{tabular}{|l|l|}
b@12 170 % \hline
b@12 171 % String value & Numeric value \\
b@12 172 % \hline
b@12 173 % Hej SMC & 2015 \\
b@12 174 % \hline
b@12 175 % \end{tabular}
b@12 176 %\end{center}
b@12 177 % \caption{Table captions should be placed below the table, exactly like this,
b@12 178 % but using words different from these.}
b@12 179 % \label{tab:example}
b@12 180 %\end{table}
b@12 181
b@12 182 %\begin{figure}[t]
b@12 183 %\figbox{
b@12 184 %\subfloat[][]{\includegraphics[width=60mm]{figure}\label{fig:subfigex_a}}\\
b@12 185 %\subfloat[][]{\includegraphics[width=80mm]{figure}\label{fig:subfigex_b}}
b@12 186 %}
b@12 187 %\caption{Here's an example using the subfig package.\label{fig:subfigex} }
b@12 188 %\end{figure}
b@12 189
b@12 190
b@12 191 \section{Conclusions}\label{sec:conclusions}
b@12 192
b@12 193
b@12 194 %\begin{acknowledgments}
b@12 195 %You may acknowledge people, projects,
b@12 196 %funding agencies, etc.
b@12 197 %which can be included after the second-level heading
b@12 198 %``Acknowledgments'' (with no numbering).
b@12 199 %\end{acknowledgments}
b@12 200
b@12 201 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
b@12 202 %bibliography here
b@12 203 %\bibliography{smc2015template}
b@12 204
b@12 205 \bibliography{../General}{}
b@12 206
b@12 207
b@12 208 \end{document}