diff options
author | Karl Berry <karl@freefriends.org> | 2009-09-03 18:05:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-09-03 18:05:01 +0000 |
commit | 51be8b5f44ee96b3e1ef17df00d6054ed0ea6589 (patch) | |
tree | e56b772c89e1e2df3f4f3dd1e7a9b9597231a68f /Master/texmf-dist/doc/latex | |
parent | fb72bda0c82db35efdc4d25f2864a127463bd880 (diff) |
achemso 3.3a (1sep09)
git-svn-id: svn://tug.org/texlive/trunk@15028 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/achemso/achemso-demo.tex | 20 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/achemso/achemso.pdf | bin | 219673 -> 206180 bytes |
2 files changed, 15 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/achemso/achemso-demo.tex b/Master/texmf-dist/doc/latex/achemso/achemso-demo.tex index 5b80e471e04..925cb66fb0c 100644 --- a/Master/texmf-dist/doc/latex/achemso/achemso-demo.tex +++ b/Master/texmf-dist/doc/latex/achemso/achemso-demo.tex @@ -50,10 +50,12 @@ %% when authors are associated with multiple institutions. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \author{Andrew N. Other} +\altaffiliation{A shared footnote} \author{Fred T. Secondauthor} \altaffiliation{Current address: Some other place, Othert\"own, Germany} \author{I. Ken Groupleader} +\altaffiliation{A shared footnote} \email{i.k.groupleader@unknown.uu} \phone{+123 (0)123 4445556} \fax{+123 (0)123 4445557} @@ -207,13 +209,19 @@ followed by some display. \[ A = \pi r^2 \] It is possible to label equations in the usual way. \begin{equation} - \frac{\mathrm{d}}{\mathrm{d}x} r^2 = 2r + \frac{\mathrm{d}}{\mathrm{d}x} \, r^2 = 2r \end{equation} This can also be used to have equations containing graphical -content. +content. To align the equation number with the middle of the graphic, +rather than the bottom, a minipage may be used. \begin{equation} - \textrm{Some content} - %\includegraphics{graphic} + \begin{minipage}[c]{0.80\linewidth} + \centering + As illustrated here, the width of \\ + the minipage needs to allow some \\ + space for the number to fit in to. + %\includegraphics{graphic} + \end{minipage} \label{eqn:graphic} \end{equation} @@ -305,7 +313,9 @@ authors would like to thank \ldots''. The author thanks Mats Dahlgren for version one of \textsf{achemso}, and Donald Arseneau for the code taken from \textsf{cite} to move -citations after punctuation. +citations after punctuation. Many users have provided feedback on the +class, which is reflected in all of the different demonstrations +shown in this document. \end{acknowledgement} diff --git a/Master/texmf-dist/doc/latex/achemso/achemso.pdf b/Master/texmf-dist/doc/latex/achemso/achemso.pdf Binary files differindex f22a62108e7..939f33563b9 100644 --- a/Master/texmf-dist/doc/latex/achemso/achemso.pdf +++ b/Master/texmf-dist/doc/latex/achemso/achemso.pdf |