1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- % !TeX program = pdfLaTeX
- \documentclass[12pt]{article}
- \usepackage{amsmath}
- \usepackage{graphicx,psfrag,epsf}
- \usepackage{enumerate}
- \usepackage{natbib}
- \usepackage{textcomp}
- \usepackage[hyphens]{url} % not crucial - just used below for the URL
- \usepackage{hyperref}
- \providecommand{\tightlist}{%
- \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
- %\pdfminorversion=4
- % NOTE: To produce blinded version, replace "0" with "1" below.
- \newcommand{\blind}{$blinded$}
- % DON'T change margins - should be 1 inch all around.
- \addtolength{\oddsidemargin}{-.5in}%
- \addtolength{\evensidemargin}{-.5in}%
- \addtolength{\textwidth}{1in}%
- \addtolength{\textheight}{1.3in}%
- \addtolength{\topmargin}{-.8in}%
- %% load any required packages here
- $preamble$
- $if(highlighting-macros)$
- $highlighting-macros$
- $endif$
- $for(header-includes)$
- $header-includes$
- $endfor$
- \begin{document}
- \def\spacingset#1{\renewcommand{\baselinestretch}%
- {#1}\small\normalsize} \spacingset{1}
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- \if0\blind
- {
- \title{\bf $title$}
- \author{
- $for(authors)$
- $authors.name$ $if(authors.thanks)$\thanks{$authors.thanks$} $endif$\\
- $authors.affiliation$\\
- $sep$ and \\ $endfor$
- }
- \maketitle
- } \fi
- \if1\blind
- {
- \bigskip
- \bigskip
- \bigskip
- \begin{center}
- {\LARGE\bf $title$}
- \end{center}
- \medskip
- } \fi
- \bigskip
- \begin{abstract}
- $abstract$
- \end{abstract}
- \noindent%
- {\it Keywords:} $for(keywords)$$keywords$$sep$, $endfor$
- \vfill
- \newpage
- \spacingset{1.45} % DON'T change the spacing!
- $body$
- \bibliographystyle{agsm}
- \bibliography{$for(bibliography)$$bibliography$$sep$,$endfor$}
- \end{document}
|