%agu_abstract.sty % % from: berg@malice.cass.usu.edu (Glenn Berg) %This defines a list environment that you use as follows: % %\begin{abstract}{}{<authors>}{<text>} % \item Text of first item on right hand side of page % \item Text of second item on right hand side of page % \item Text of third item on right hand side of page % \item etc. %\end{abstract} % \pagestyle{empty} \oddsidemargin=-2.6cm \topmargin=0.2cm \textwidth=25.0cm \parskip=12pt \renewenvironment{abstract}[3]{\begin{minipage}[t]{11.8cm} \parindent=2ex \parbox[t]{11.4cm}{\parindent=-2ex{\bf #1}} \vspace*{12pt} \parbox[t]{11.4cm}{\parindent=-2ex\parskip=0pt #2} \parskip=12pt \parindent=0cm #3 \end{minipage} \hspace{1cm}\begin{minipage}[t]{7cm} \newcounter{yaya} \begin{list}{\arabic{yaya}.}{\usecounter{yaya} \leftmargin=0.5cm \rightmargin=0cm \raggedright}}{ \end{list} \end{minipage}}