summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-19 00:33:50 +0000
committerKarl Berry <karl@freefriends.org>2008-04-19 00:33:50 +0000
commitd326aac622c002c9b2288faf17513607d247a7a3 (patch)
tree94513ff843ada690d8056289c584202bd6124d09 /Master/texmf-dist
parenta211b475f877884c5291c6808b3dd10108234f26 (diff)
achemso 2.2i (17apr08)
git-svn-id: svn://tug.org/texlive/trunk@7503 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/achemso/achemso.pdfbin188849 -> 189195 bytes
-rw-r--r--Master/texmf-dist/source/latex/achemso/achemso.dtx9
-rw-r--r--Master/texmf-dist/tex/latex/achemso/achemso.sty3
3 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/achemso/achemso.pdf b/Master/texmf-dist/doc/latex/achemso/achemso.pdf
index 38589fb542d..e132a870f6f 100644
--- a/Master/texmf-dist/doc/latex/achemso/achemso.pdf
+++ b/Master/texmf-dist/doc/latex/achemso/achemso.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/achemso/achemso.dtx b/Master/texmf-dist/source/latex/achemso/achemso.dtx
index 1b9e486a9b5..8868d841fe9 100644
--- a/Master/texmf-dist/source/latex/achemso/achemso.dtx
+++ b/Master/texmf-dist/source/latex/achemso/achemso.dtx
@@ -129,6 +129,7 @@
%<*ignore>
\fi
% Will Robertson's trick
+\immediate\write18{bibtex8 --wolfgang \jobname}
\immediate\write18{makeindex -s gind.ist -o \jobname.ind \jobname.idx}
\immediate\write18{makeindex -s gglo.ist -o \jobname.gls \jobname.glo}
%</ignore>
@@ -148,7 +149,7 @@
%</driver>
% \fi
%
-%\CheckSum{187}
+%\CheckSum{189}
%
%\CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -491,6 +492,8 @@
% of the \BibTeX\ style file, and loads \pkg{mciteplus}.
% \item[\opt{iecr}] Uses a setup suitable for the journal
% \emph{Industrial \& Engineering Chemical Research}.
+% \item[\opt{usetitle}] Adds journal titles in bibliography
+% (equivalent to \opt{iecr} option).
% \end{description}
%
%\StopEventually{\bibliography{achemso}}
@@ -502,7 +505,7 @@
%<*package>
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{achemso}
- [2008/03/12 v2.2h LaTeX and BibTeX support for American
+ [2008/04/16 v2.2i LaTeX and BibTeX support for American
Chemical Society publications]
% \end{macrocode}
%\begin{macro}{\ifACS@sctnnmbr}
@@ -536,6 +539,7 @@
%\end{macro}
% The options are processed.
%\changes{v2.2d}{2007/10/16}{Added \opt{notes} option}
+%\changes{v2.2i}{2008/04/16}{Added \opt{usetitle} option}
% \begin{macrocode}
\DeclareOption{note}{\ExecuteOptions{notes}}
\DeclareOption{notes}{\ACS@notetrue}
@@ -546,6 +550,7 @@
\DeclareOption{natbib}{\ACS@natbibtrue}
\DeclareOption{mcite}{\ACS@mcitetrue}
\DeclareOption{iecr}{\ACS@iecrtrue}
+\DeclareOption{usetitle}{\ACS@iecrtrue}
\DeclareOption*{\OptionNotUsed}
\ProcessOptions\relax
% \end{macrocode}
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.sty b/Master/texmf-dist/tex/latex/achemso/achemso.sty
index acce6c1b08a..c5587e6ce37 100644
--- a/Master/texmf-dist/tex/latex/achemso/achemso.sty
+++ b/Master/texmf-dist/tex/latex/achemso/achemso.sty
@@ -16,7 +16,7 @@
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{achemso}
- [2008/03/12 v2.2h LaTeX and BibTeX support for American
+ [2008/04/16 v2.2i LaTeX and BibTeX support for American
Chemical Society publications]
\newif\ifACS@sctnnmbr\ACS@sctnnmbrfalse
\newif\ifACS@list\ACS@listfalse
@@ -34,6 +34,7 @@
\DeclareOption{natbib}{\ACS@natbibtrue}
\DeclareOption{mcite}{\ACS@mcitetrue}
\DeclareOption{iecr}{\ACS@iecrtrue}
+\DeclareOption{usetitle}{\ACS@iecrtrue}
\DeclareOption*{\OptionNotUsed}
\ProcessOptions\relax
\ifACS@natbib