diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-13 23:43:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-13 23:43:30 +0000 |
commit | 188bcbf5affd57deba6ca9db75021b357ba52ca2 (patch) | |
tree | 374fe4db6aa43174980759a16ddfa320b3bde713 /Master/texmf-dist/tex | |
parent | b3680e31a0e46738b10b252cf7be18221e5dce31 (diff) |
preprint (13may13)
git-svn-id: svn://tug.org/texlive/trunk@30447 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/preprint/authblk.sty | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/preprint/authblk.sty b/Master/texmf-dist/tex/latex/preprint/authblk.sty index afe5617867e..7a01056adf1 100644 --- a/Master/texmf-dist/tex/latex/preprint/authblk.sty +++ b/Master/texmf-dist/tex/latex/preprint/authblk.sty @@ -19,7 +19,7 @@ %% Full documentation can be obtained by LaTeXing that original file. %% Only a few abbreviated comments remain here to describe the usage. %% ============================================= -%% Copyright 1997-1999, 2009 Patrick W Daly +%% Copyright 1997-1999 Patrick W Daly %% Max-Planck-Institut f\"ur Aeronomie %% Max-Planck-Str. 2 %% D-37191 Katlenburg-Lindau @@ -27,7 +27,16 @@ %% E-mail: daly@linmpi.mpg.de \NeedsTeXFormat{LaTeX2e}[1995/06/01] \ProvidesPackage{authblk} - [2009/11/18 1.3 (PWD)] + [2001/02/27 1.3 (PWD)] + %------------------------------------------------------------------- + % NOTICE: + % This file may be used for non-profit purposes. + % It may not be distributed in exchange for money, + % other than distribution costs. + % + % The author provides it `as is' and does not guarantee it in any way. + % +%% authblk coding copyright (C) 1997 Patrick W. Daly % Max-Planck-Institut f\"ur Aeronomie % Max-Planck-Str. 2 % D-37191 Katlenburg-Lindau @@ -41,7 +50,7 @@ % % Three methods of input: % 1. Standard LaTeX - % \author{Name1//Affil1 /and Name2 and Name3//Affil2 . . .} + % \author{Name1\\Affil1 /and Name2 and Name3\\Affil2 . . .} % (use \authorcr, not \\, to force new line within the author text) % 2. Automatic mode (selects modes 1 or 3 depending on number of affiliations) % \author{Name1} |