b@12: % ----------------------------------------------- b@12: % Template for SMC 2012 b@12: % adapted from the template for SMC 2011, which was adapted from that of SMC 2010 b@12: % ----------------------------------------------- b@12: b@12: \documentclass{article} b@12: \usepackage{smc2015} b@12: \usepackage{times} b@12: \usepackage{ifpdf} b@12: \usepackage[english]{babel} b@12: \usepackage{cite} b@12: b@12: %%%%%%%%%%%%%%%%%%%%%%%% Some useful packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% b@12: %%%%%%%%%%%%%%%%%%%%%%%% See related documentation %%%%%%%%%%%%%%%%%%%%%%%%%% b@12: %\usepackage{amsmath} % popular packages from Am. Math. Soc. Please use the b@12: %\usepackage{amssymb} % related math environments (split, subequation, cases, b@12: %\usepackage{amsfonts}% multline, etc.) b@12: %\usepackage{bm} % Bold Math package, defines the command \bf{} b@12: %\usepackage{paralist}% extended list environments b@12: %%subfig.sty is the modern replacement for subfigure.sty. However, subfig.sty b@12: %%requires and automatically loads caption.sty which overrides class handling b@12: %%of captions. To prevent this problem, preload caption.sty with caption=false b@12: %\usepackage[caption=false]{caption} b@12: %\usepackage[font=footnotesize]{subfig} b@12: b@12: b@12: %user defined variables b@12: \def\papertitle{APE FOR WEB: A BROWSER-BASED EVALUATION TOOL FOR AUDIO} b@12: \def\firstauthor{Brecht De Man} b@12: \def\secondauthor{Nicholas Jillings} b@12: \def\thirdauthor{David Moffat} b@12: \def\fourthauthor{Joshua D. Reiss} b@12: b@12: % adds the automatic b@12: % Saves a lot of ouptut space in PDF... after conversion with the distiller b@12: % Delete if you cannot get PS fonts working on your system. b@12: b@12: % pdf-tex settings: detect automatically if run by latex or pdflatex b@12: \newif\ifpdf b@12: \ifx\pdfoutput\relax b@12: \else b@12: \ifcase\pdfoutput b@12: \pdffalse b@12: \else b@12: \pdftrue b@12: \fi b@12: b@12: \ifpdf % compiling with pdflatex b@12: \usepackage[pdftex, b@12: pdftitle={\papertitle}, b@12: pdfauthor={\firstauthor, \secondauthor, \thirdauthor}, b@12: bookmarksnumbered, % use section numbers with bookmarks b@12: pdfstartview=XYZ % start with zoom=100% instead of full screen; b@12: % especially useful if working with a big screen :-) b@12: ]{hyperref} b@12: %\pdfcompresslevel=9 b@12: b@12: \usepackage[pdftex]{graphicx} b@12: % declare the path(s) where your graphic files are and their extensions so b@12: %you won't have to specify these with every instance of \includegraphics b@12: \graphicspath{{./figures/}} b@12: \DeclareGraphicsExtensions{.pdf,.jpeg,.png} b@12: b@12: \usepackage[figure,table]{hypcap} b@12: b@12: \else % compiling with latex b@12: \usepackage[dvips, b@12: bookmarksnumbered, % use section numbers with bookmarks b@12: pdfstartview=XYZ % start with zoom=100% instead of full screen b@12: ]{hyperref} % hyperrefs are active in the pdf file after conversion b@12: b@12: \usepackage[dvips]{epsfig,graphicx} b@12: % declare the path(s) where your graphic files are and their extensions so b@12: %you won't have to specify these with every instance of \includegraphics b@12: \graphicspath{{./figures/}} b@12: \DeclareGraphicsExtensions{.eps} b@12: b@12: \usepackage[figure,table]{hypcap} b@12: \fi b@12: b@12: %setup the hyperref package - make the links black without a surrounding frame b@12: \hypersetup{ b@12: colorlinks,% b@12: citecolor=black,% b@12: filecolor=black,% b@12: linkcolor=black,% b@12: urlcolor=black b@12: } b@12: b@12: b@12: % Title. b@12: % ------ b@12: \title{\papertitle} b@12: b@12: % Authors b@12: % Please note that submissions are NOT anonymous, therefore b@12: % authors' names have to be VISIBLE in your manuscript. b@12: % b@12: % Single address b@12: % To use with only one author or several with the same address b@12: % --------------- b@12: %\oneauthor b@12: % {\firstauthor} {Affiliation1 \\ % b@12: % {\tt \href{mailto:author1@smcnetwork.org}{author1@smcnetwork.org}}} b@12: b@12: %Two addresses b@12: %-------------- b@12: % \twoauthors b@12: % {\firstauthor} {Affiliation1 \\ % b@12: % {\tt \href{mailto:author1@smcnetwork.org}{author1@smcnetwork.org}}} b@12: % {\secondauthor} {Affiliation2 \\ % b@12: % {\tt \href{mailto:author2@smcnetwork.org}{author2@smcnetwork.org}}} b@12: b@12: % Three addresses b@12: % -------------- b@12: \fourauthors b@12: {\firstauthor} {%Affiliation1 \\ b@12: {\tt \href{mailto:b.deman@qmul.ac.uk}{\{b.deman@, }}} b@12: {\secondauthor} {%Affiliation2\\ % b@12: {\tt \href{mailto:n.g.r.jillings@se14.qmul.ac.uk}{n.g.r.jillings@se14. ,}}} b@12: {\thirdauthor} {%Affiliation3\\ % b@12: {\tt \href{mailto:d.j.moffat@qmul.ac.uk}{d.j.moffat@, }}} b@12: {\fourthauthor} {%Affiliation4\\ % b@12: {\tt \href{mailto:joshua.reiss@qmul.ac.uk}{joshua.reiss@\}qmul.ac.uk}}} b@12: b@12: % ***************************************** the document starts here *************** b@12: \begin{document} b@12: % b@12: \capstartfalse b@12: \maketitle b@12: \capstarttrue b@12: % b@12: \begin{abstract} b@12: Place your abstract at the top left column on the first page. b@12: Please write about 150-200 words that specifically highlight the purpose of your work, b@12: its context, and provide a brief synopsis of your results. b@12: Avoid equations in this part. b@12: \end{abstract} b@12: % b@12: b@12: \section{Introduction}\label{sec:introduction} b@12: b@12: background (types of research)\\ b@12: prior work: \cite{deman2014b} \\ b@12: goal, what are we trying to do? \\ b@12: b@12: b@12: Minimum 4 pages, 6 preferred, max. 8 (6 for demos/posters) b@12: b@12: b@12: b@12: b@12: %\subsection{Equations} b@12: %Equations of importance, b@12: %or to which you refer later, b@12: %should be placed on separated lines and numbered. b@12: %The number should be on the right side, in parentheses. b@12: %\begin{equation} b@12: %E=mc^{2+\delta}. b@12: %\label{eq:Emc2} b@12: %\end{equation} b@12: %Refer to equations like so: b@12: %As (\ref{eq:Emc2}) shows, b@12: %I do not completely trust Special Relativity. b@12: % b@12: %\subsection{Figures, Tables and Captions} b@12: %\begin{table}[t] b@12: % \begin{center} b@12: % \begin{tabular}{|l|l|} b@12: % \hline b@12: % String value & Numeric value \\ b@12: % \hline b@12: % Hej SMC & 2015 \\ b@12: % \hline b@12: % \end{tabular} b@12: %\end{center} b@12: % \caption{Table captions should be placed below the table, exactly like this, b@12: % but using words different from these.} b@12: % \label{tab:example} b@12: %\end{table} b@12: b@12: %\begin{figure}[t] b@12: %\figbox{ b@12: %\subfloat[][]{\includegraphics[width=60mm]{figure}\label{fig:subfigex_a}}\\ b@12: %\subfloat[][]{\includegraphics[width=80mm]{figure}\label{fig:subfigex_b}} b@12: %} b@12: %\caption{Here's an example using the subfig package.\label{fig:subfigex} } b@12: %\end{figure} b@12: b@12: b@12: \section{Conclusions}\label{sec:conclusions} b@12: b@12: b@12: %\begin{acknowledgments} b@12: %You may acknowledge people, projects, b@12: %funding agencies, etc. b@12: %which can be included after the second-level heading b@12: %``Acknowledgments'' (with no numbering). b@12: %\end{acknowledgments} b@12: b@12: %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% b@12: %bibliography here b@12: %\bibliography{smc2015template} b@12: b@12: \bibliography{../General}{} b@12: b@12: b@12: \end{document}