summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/achemso/achemso.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/achemso/achemso.cls')
-rw-r--r--Master/texmf-dist/tex/latex/achemso/achemso.cls10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.cls b/Master/texmf-dist/tex/latex/achemso/achemso.cls
index c0c905e8e42..5d118c4c3f3 100644
--- a/Master/texmf-dist/tex/latex/achemso/achemso.cls
+++ b/Master/texmf-dist/tex/latex/achemso/achemso.cls
@@ -16,7 +16,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{achemso}
- [2011/09/20 v3.5i Submission to ACS journals]
+ [2011/11/14 v3.5j Submission to ACS journals]
\LoadClass[12pt,letter]{article}
\newcommand*\acs@warning{\ClassWarning{achemso}}
\newcommand*\acs@ifundefined[1]{%
@@ -1191,8 +1191,8 @@
\begin{center}
\fbox
{%
- \begin{minipage}{9 cm}
- \vbox to 3.5 cm{#1}%
+ \begin{minipage}{\acs@tocentry@height}
+ \vbox to \acs@tocentry@width{#1}%
\end{minipage}%
}%
\end{center}%
@@ -1204,6 +1204,10 @@
}%
\AtEndDocument{\acs@tocentry@text}%
}
+\newlength{\acs@tocentry@height}
+\newlength{\acs@tocentry@width}
+\setlength{\acs@tocentry@height}{9 cm}
+\setlength{\acs@tocentry@width}{3.5 cm}
\newenvironment{tocentry}{\acs@collect\acs@tocentry@print}{}
\newcommand*\tocentryname{Graphical TOC Entry}
\newcommand*\tocsize{%