diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-11 00:46:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-11 00:46:42 +0000 |
commit | 58d31edb0a4d32f223ea9e65277982ba88f145a3 (patch) | |
tree | dd214c0eb92e92e65d177567fee9d0836569f72d /Master/texmf-dist/tex/latex/revtex/revtex4-1.cls | |
parent | 7a4867398aac7e40c1ebf080c02bcd8b8f2f64b1 (diff) |
revtex 4.1p2 (13aug10)
git-svn-id: svn://tug.org/texlive/trunk@19652 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/revtex/revtex4-1.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/revtex/revtex4-1.cls | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/revtex/revtex4-1.cls b/Master/texmf-dist/tex/latex/revtex/revtex4-1.cls index 84c0d941c2d..05601a82f3d 100644 --- a/Master/texmf-dist/tex/latex/revtex/revtex4-1.cls +++ b/Master/texmf-dist/tex/latex/revtex/revtex4-1.cls @@ -27,7 +27,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1996/12/01]% \ProvidesClass{revtex4-1} - [2010/02/25/18:00:00 4.1p (http://publish.aps.org/revtex4/ for documentation)]% \fileversion + [2010/07/25/20:33:00 4.1r (http://publish.aps.org/revtex4/ for documentation)]% \fileversion \let\class@name\@gtempa \GenericInfo{}{\space Copyright (c) 2009 The American Physical Society.^^J @@ -47,7 +47,7 @@ \fi \typeout{% ltxutil% - [2010/02/25/18:00:00 4.1p utilities package (portions licensed from W. E. Baxter web at superscript.com)]% \fileversion + [2010/07/25/20:33:00 4.1r utilities package (portions licensed from W. E. Baxter web at superscript.com)]% \fileversion }% \def\class@err#1{\ClassError{\class@name}{#1}\@eha}% \def\class@warn#1{\ClassWarningNoLine{\class@name}{#1}}% @@ -2046,7 +2046,7 @@ ltxutil% }{}% \typeout{% ltxfront% - [2010/02/25/18:00:00 4.1p frontmatter package (AO,DPC)]% \fileversion + [2010/07/25/20:33:00 4.1r frontmatter package (AO,DPC)]% \fileversion }% \appdef\class@documenthook{\frontmatter@init}% \let\frontmatter@init\@empty @@ -3082,7 +3082,7 @@ ltxfront% }% \typeout{% ltxgrid% - [2010/02/25/18:00:00 4.1p page grid package (portions licensed from W. E. Baxter web at superscript.com)]% \fileversion + [2010/07/25/20:33:00 4.1r page grid package (portions licensed from W. E. Baxter web at superscript.com)]% \fileversion }% \newcounter{linecount} \def\loop@line#1#2{% @@ -6211,9 +6211,9 @@ ltxgrid% }% %%% @LaTeX-file{ %%% filename = "revtex4-1.dtx", -%%% version = "4.1p", -%%% date = "2010/02/25", -%%% time = "18:00:00 UT-8", +%%% version = "4.1r", +%%% date = "2010/07/25", +%%% time = "20:33:00 UT-8", %%% checksum = "7177", %%% author = "Arthur Ogawa (mailto:arthur_ogawa at sbcglobal.net), %%% commissioned by the American Physical Society. @@ -6765,11 +6765,12 @@ ltxgrid% {\end@dblfloat}% \newcounter{video} \renewcommand \thevideo {\@arabic\c@video} +\def\ext@video{lov}% +\def\fname@video{Video}% +\def\lovname{List of Videos}% \def\fps@video{tbp}% \def\ftype@video{4}% -\def\ext@video{lov}% \def\fnum@video{\fname@video~\thevideo}% -\def\fname@video{Video}% \appdef\document@inithook{% \@ifxundefined\c@float@type{}{% \global\setcounter{float@type}{8}% @@ -6977,7 +6978,8 @@ ltxgrid% \let\BibitemShut\BibitemShut@ltx }{}% \let\bibliographystyle@latex\bibliographystyle -\def\bibliographystyle{\def\@bibstyle}% +\def\bibliographystyle{\@booleantrue\bibliographystyle@sw\def\@bibstyle}% +\@booleanfalse\bibliographystyle@sw \def\NAT@bibitem@cont{% \let\bibitem@Stop\bibitemContinue@Stop \let\bibitem@NoStop\bibitemContinue @@ -7015,8 +7017,8 @@ ltxgrid% \NAT@thebibliography{#1}% \let\@TBN@opr\present@bibnote \@FMN@list - \auto@bib@innerbib }{% + \auto@bib@innerbib \edef\@currentlabel{\arabic{NAT@ctr}}% \label{LastBibItem}% \endNAT@thebibliography @@ -7037,6 +7039,7 @@ ltxgrid% \def\write@bibliographystyle{% \@ifxundefined\@bibstyle{}{% \expandafter\bibliographystyle@latex\expandafter{\@bibstyle}% + \bibliographystyle@sw{}{\@bibdataout@rev}% }% \global\let\write@bibliographystyle\relax }% @@ -7136,7 +7139,6 @@ ltxgrid% \appdef\class@documenthook{\@bibdataout@init}% \def\@bibdataout@init{% \immediate\openout\@bibdataout\pre@bibdata.\bibdata@ext\relax - \@bibdataout@rev }% \def\@bibdataout@rev{% \immediate\write\@bibdataout{% |