diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-04 21:00:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-04 21:00:50 +0000 |
commit | 231ee51d8d56184431d4c5d9aed9119099e95fcd (patch) | |
tree | 2287b5ba10f9df5bd841c512a8e5f5be13dd4480 /Master/texmf-dist/doc/latex | |
parent | be3c2a013156281b8ceae7259debb34bfb2f7f56 (diff) |
chemmacros (4may16)
git-svn-id: svn://tug.org/texlive/trunk@40887 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/chemmacros/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/chemmacros/chemmacros_en.pdf | bin | 1010048 -> 1010753 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/chemmacros/chemmacros_en.tex | 24 |
3 files changed, 19 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/chemmacros/README b/Master/texmf-dist/doc/latex/chemmacros/README index 376b76eff0d..04b8b5ea045 100644 --- a/Master/texmf-dist/doc/latex/chemmacros/README +++ b/Master/texmf-dist/doc/latex/chemmacros/README @@ -1,5 +1,5 @@ -------------------------------------------------------------------------- -the CHEMMACROS package v5.6 2016/05/02 +the CHEMMACROS package v5.6a 2016/05/04 comprehensive support for typesetting chemistry documents diff --git a/Master/texmf-dist/doc/latex/chemmacros/chemmacros_en.pdf b/Master/texmf-dist/doc/latex/chemmacros/chemmacros_en.pdf Binary files differindex 00457cd1b4b..f3bf45d6fc4 100644 --- a/Master/texmf-dist/doc/latex/chemmacros/chemmacros_en.pdf +++ b/Master/texmf-dist/doc/latex/chemmacros/chemmacros_en.pdf diff --git a/Master/texmf-dist/doc/latex/chemmacros/chemmacros_en.tex b/Master/texmf-dist/doc/latex/chemmacros/chemmacros_en.tex index 452990b6d43..48a556774db 100644 --- a/Master/texmf-dist/doc/latex/chemmacros/chemmacros_en.tex +++ b/Master/texmf-dist/doc/latex/chemmacros/chemmacros_en.tex @@ -2398,15 +2398,27 @@ reactions. \end{example} If you want to change the layout of the counter tags, you can use - \begin{commands} - \command*{renewtagform}[\marg{tagname}\oarg{format}\marg{right delimiter}\marg{left - delimiter}] + \command*{renewtagform}[\marg{tagname}\oarg{format}\marg{left + delimiter}\marg{right delimiter}] Provided by the \pkg{mathtools} package. \end{commands} +or use the following options: +\begin{options} + \keyval{tag-open}{left delimiter}\Module{reactions}\Default{\{} + \sinceversion{5.6}The left delimiter. + \keyval{tag-close}{right delimiter}\Module{reactions}\Default{\}} + \sinceversion{5.6}The right delimiter. + \keyval{before-tag}{format}\Module{reactions}\Default + \sinceversion{5.6}Code inserted before the tags. +\end{options} \begin{example} - \renewtagform{reaction}[R \textbf]{[}{]} + \chemsetup[reactions]{ + before-tag = R \textbf , + tag-open = [ , + tag-close = ] + } \begin{reaction} H2O + CO2 <<=> H2CO3 \end{reaction} @@ -2423,8 +2435,8 @@ The use of \AmS math's \cs{intertext} is possible: \end{example} If\sinceversion{5.6} you are using either \pkg{cleveref} or \pkg{fancyref} the -\env{scheme} environment (or rather its captions) are supported already. For -\pkg{fancyref} use the prefix \code{rct}. +\env{reaction} counter is supported already. For \pkg{fancyref} use the +prefix \code{rct}. \subsubsection{Own Reactions} You can create new types of reactions with the command: |