summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/mhchem/mhchem.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/mhchem/mhchem.tex')
-rw-r--r--Master/texmf-dist/doc/latex/mhchem/mhchem.tex28
1 files changed, 17 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/mhchem/mhchem.tex b/Master/texmf-dist/doc/latex/mhchem/mhchem.tex
index 1c86ac63321..0d4e826049a 100644
--- a/Master/texmf-dist/doc/latex/mhchem/mhchem.tex
+++ b/Master/texmf-dist/doc/latex/mhchem/mhchem.tex
@@ -1,5 +1,5 @@
%% mhchem.tex
-%% Copyright 2004-2014 Martin Hensel
+%% Copyright 2004-2015 Martin Hensel
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c
@@ -62,7 +62,7 @@
The mhchem Bundle\\[0.3em]
\Large\textmd{%
Documentation for the Packages\\
- mhchem v3.17,\\% check
+ mhchem v3.18,\\% check
hpstatement v1.01 and\\
rsphrase v3.11}%
}
@@ -71,7 +71,7 @@
mhchem\makebox[0pt][l]{\textcolor{white}{NOSPAM}}@MartinHensel\makebox[1pt][l]{\textcolor{white}{.}}.de%
}
\date{%
- 2014-03-27% check
+ 2015-01-05% check
}
\maketitle
@@ -476,7 +476,7 @@ use math commands inside \macro{ce}, these commands can be enclosed by \verb|$|.
\medskip
\noindent
-As with \verb|^| and \verb|_|, the content above and below reaction arrows is set in math font. When you want to put descriptive text there, use the \macro{text} command. Or, as a shortcut, you could type a `T' between reaction arrow and opening bracket.
+The content above and below reaction arrows is set in math font. When you want to put descriptive text there, use the \macro{text} command. Or, as a shortcut, you could type a `T' between reaction arrow and opening bracket.
\medskip
\begin{SideBySideExample}[xrightmargin=5cm]
@@ -520,15 +520,14 @@ Similarly, there is a shortcut for using \macro{ce} with reaction arrows:
\end{SideBySideExample}
-\subsection{Watch Out!}
+\subsection{Large Parenthesis}
-\noindent
-Please be aware that you sometimes have to enclose spaces in braces. In particular, you have to do so, when they appear between brackets that belong to an reaction arrow.
+Both, \verb|\left| and \verb|\right| macros, need to be in the same math environment, so you might have to put \verb|$| into \verb|\ce| into \verb|$| into \verb|\ce|, but that's fine.
-\medskip
-\begin{SideBySideExample}[xrightmargin=5cm]
- \ce{$A$ <->T[{Enclose spaces!}] $A'$}
-\end{SideBySideExample}
+\begin{Example}[xrightmargin=15cm]
+ \[\ce{CH4 + 2 $\left( \ce{O2 + $\frac{79}{21}\,$ N2} \right)$}\]
+\end{Example}
+\fromversion{3.18}
\subsection{Further Examples}
@@ -813,6 +812,13 @@ Meaning and usage of \macro{bond} changed.
\section{Most Recent Changes}% check
+\minisec{2015-01-05 mhchem v3.18}
+\begin{compactitem}
+\item rewrote further large parts using \LaTeX3, preparing for new features
+\item \verb|\left| and \verb|\right| possible because of rewrite
+\item several fixes for text above and below arrows
+\end{compactitem}
+
\minisec{2014-03-27 mhchem v3.17}
\begin{compactitem}
\item fix of the 3.16 expansion fix -- sorry, my quality control failed