diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/revtex/aip.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/revtex/aip.dtx | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/revtex/aip.dtx b/Master/texmf-dist/source/latex/revtex/aip.dtx index 04a47c748dc..13c711fc823 100644 --- a/Master/texmf-dist/source/latex/revtex/aip.dtx +++ b/Master/texmf-dist/source/latex/revtex/aip.dtx @@ -124,9 +124,9 @@ License %<*package> %%% @LaTeX-file{ %%% filename = "aip.dtx", -%%% version = "4.1p", -%%% date = "2010/03/12", -%%% time = "16:23:00 GMT-8", +%%% version = "4.1r", +%%% date = "2010/07/25", +%%% time = "20:32:00 GMT-8", %%% checksum = "1163", %%% author = "Arthur Ogawa (mailto:arthur_ogawa at sbcglobal.net), %%% commissioned by the American Institute of Physics. @@ -232,7 +232,7 @@ License % \begin{macrocode} %<*driver|package> %<version> - [2010/03/12 4.1p AIP substyle for REVTeX]% \fileversion + [2010/07/25 4.1r AIP substyle for REVTeX]% \fileversion %</driver|package> % \end{macrocode} % @@ -537,7 +537,7 @@ generate the needed \file{.bst} files and install them in % is set by the society (AIP) and journal. % % \begin{macrocode} -\appdef\@bibdataout@init{\@bibdataout@aip}% +\appdef\@bibdataout@rev{\@bibdataout@aip}% \def\@bibdataout@aip{% \immediate\write\@bibdataout{% % \end{macrocode} @@ -552,7 +552,7 @@ generate the needed \file{.bst} files and install them in {% ,pages="1",title="0"% }{% - ,pages="0",title="-1"% + ,pages="0",title=""% }% }% }% @@ -1524,17 +1524,6 @@ generate the needed \file{.bst} files and install them in % Thus, the ``author-year'' bibliography is sorted by author name, and % names are given last name first, followed by initials. % -% Note that \file{aipnumlong.dbj} is the same as \file{aipnum.dbj}, except: -% \begin{itemize} -% \item -% Remove \texttt{jtit-x}, \texttt{jpg-1}. This means article titles and full page range. -% \item -% Add \texttt{article-title-o}: article title is not required. -% \end{itemize} -% -% The differences between \file{aipauthlong.dbj} and \file{aipauth.dbj} -% are exactly the same as between \file{aipnumlong.dbj} and \file{aipnum.dbj} -% % We ensure that the journal substyle has the first word % in the matter by installing the (default) AIP code % later on (see Section~\ref{sec:aip-defaults}). @@ -1557,7 +1546,12 @@ generate the needed \file{.bst} files and install them in \@ifx@empty\refname{% \par\vspace{6\p@ plus 6\p@}% }{% +% \end{macrocode} +% The following line has been commented out: +% \begin{verbatim} % \let\@hangfroms@section\@hang@froms +% \end{verbatim} +% \begin{macrocode} \expandafter\section\expandafter*\expandafter{\refname}% \@nobreaktrue }% |