% LaTeX style file for ISAMA proceedings % John M. Sullivan % % based on Bridges style by % Helmer Aslaksen % % To use this file, please put it in the same directory as your TeX file. % Start your file with the line % \documentclass[11pt,letterpaper]{article} \usepackage{isama} % To get 2.5cm margins on all pages, times fonts. \usepackage[margin=2.5cm,noheadfoot]{geometry} \usepackage{times} % Remove page numbers. \pagestyle{empty} \thispagestyle{empty} % Remove space to make the top margin 3 cm on the first page % and change title to 16 point bold. % Author's name and address is set in 12 point by default. \def\@maketitle{% \newpage \null \vspace*{-0.6cm}% \begin{center}% \let \footnote \thanks {\fontsize{16}{18}\selectfont\bfseries \@title \par}% \vskip 1.5em% {\large \lineskip .5em% \begin{tabular}[t]{c}% \@author \end{tabular}\par}% \vskip 1em% {\large \@date}% \end{center}% \par \vskip 1.5em} % Makes abstract heading 12 point bold and text 9 point. \renewenvironment{abstract}{% \footnotesize \begin{center}% {\bfseries\large \abstractname\vspace{-.5em}\vspace{\z@}}% \end{center}% \quotation} % Remove the indentation of the first line of paragraphs in the abstract % and add space between the lines in the paragraph. \renewenvironment{quotation} {\list{}{\listparindent 0em% \itemindent \listparindent \rightmargin \leftmargin \parsep 9\p@ \@plus\p@}% \item\relax} {\endlist} % Make the first part of figure and table captions bold. \def\fnum@figure{\textbf{\figurename\nobreakspace\thefigure}} \def\fnum@table{\textbf{\tablename\nobreakspace\thetable}} % Make section headings 12 point bold. \let\ISAMA@startsection\@startsection \renewcommand{\@startsection}[6]{\ISAMA@startsection% {#1}{#2}{#3}{#4}{#5}{\centering\normalfont\large\bfseries{#6}}}