%%---------------------------------------------------------------- % Template for abstracts, if you want to check the format by % printing it out yourself. Replace the text within the curly % braces of the keywords title, author, inst, instlist, abstract, % status, contact with your own text. Please keep the empty lines % between the keywords. % Send your abstract to nac2009-science@uva.nl before April 1, 2009 % indicating in the subject "Abstract for NAC2009". %%---------------------------------------------------------------- \documentstyle{article} \textwidth=17cm \textheight=23cm \oddsidemargin=-0.5cm \topmargin=-1cm \parskip=0.0cm \parindent=0pt \renewcommand{\title}[1]{{\bigskip\bigskip \large\bf #1}} \renewcommand{\author}[1]{\smallskip{\bf #1}} \newcommand{\inst}[1]{$^{#1}$} \newcommand{\instlist}[2]{$^{#1}${\small #2}} \newcommand{\status}[1]{{\bf Publication status:} {\em #1}} \newcommand{\contact}[1]{{\bf Contact and/or more info:} {\tt #1}} \renewcommand{\abstract}[1]{\smallskip#1} \begin{document} %%================================================================ % if necessary, define your own special commands here \title{Here Goes the Title of Your Abstract} % put as many authors as needed \author{ A.N. Author\inst{1}, A. Coauthor\inst{2}} % repeat for all affiliations \instlist{1}{Institution No. 1, Somewhere} \instlist{2}{Institution No. 2, Anywhere Else} \abstract{Here you should put your own abstract. Please limit the number of words to around 150.} \status{Journal of Hopeful Astronomy, in press} \contact{author@host.a.b, http://.....................} \end{document}