annotate docs/SMC15/smc2015template.tex @ 1972:422a31f65e70

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