%From: DANTE@VM.URZ.UNI-HEIDELBERG.DE (DANTE e.V.) %Subject: Re: Author id's and article.sty %Date: 26 Oct 92 20:17:28 GMT %On Fri, 25 Sep 1992 09:16:03 -0500 you said: %>What I want if for the author's names to be superscripted with numerals, and %>for the identifying material to appear at the bottom of the page. What happens %>is that symbols are superscripted on the author's names, and nothing appears %>at the bottom of the page. % %when you use the command which is intended for this the text will appear %at the bottom of the page. there's an extra "\thanks" for that which is %interpreted by LaTeX like you want. use in addition to that the following %short modification of article.sty and you'll also get the numerals. % %*---------------------newtitle.sty---------------------------- % modified version of \maketitle, so that \footenote is set % with numerals. by l.dietsche, x68@vm.urz.uni-heidelberg.de % 92/09/29 % % original version in: % ARTICLE STANDARD DOCUMENT STYLE -- Released 14 Jan 1992 % for LaTeX version 2.09 % Copyright (C) 1992 by Leslie Lamport % \def\maketitle{\par \begingroup % \def\thefootnote{\fnsymbol{footnote}}% disabled, l.d. \def\@makefnmark{\hbox to\z@{$\m@th^{\@thefnmark}$\hss}}% \if@twocolumn \twocolumn[\@maketitle]% \else \newpage \global\@topnum\z@ \@maketitle \fi\thispagestyle{plain}\@thanks \endgroup \setcounter{footnote}{0}% \let\maketitle\relax \let\@maketitle\relax \gdef\@thanks{}\gdef\@author{}\gdef\@title{}\let\thanks\relax} \endinput %*-----------------------end-------------------------------------- %*----------------------test.tex---------------------------------- %\documentstyle[newtitle]{article} %\title{Smith's Infiltration Equation for Flooding Infiltrometers} %\author{% % David Thompson\thanks{Hydrologist, U.S. Geological Survey} % \and % Jerome Westphal\thanks{Professor, University of Missouri--Rolla} % \and % Raymond J. Kopsky, Jr.\thanks{Hydraulic Engineer, % U.S. Army Corps of Engineers} % } %\begin{document} %\maketitle %\end{document} %*-------------------------end----------------------------------- % %with kind regards %luzia dietsche % %*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* %DANTE, Deutschsprachige Anwendervereinigung TeX e.V. %P.O. Box 101840 %6900 Heidelberg 1 Secretary DANTE e.V. %Germany Member of the Board of Directors %Tel: +49 6221 29766 of TeX Users Group