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