summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/chemmacros
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-08 21:54:09 +0000
committerKarl Berry <karl@freefriends.org>2020-03-08 21:54:09 +0000
commit18db07516cb661b09e6076a35df5b0e5ae6c4044 (patch)
tree676e4109aa2154a0f56b269c3031be2ad2b17d4a /Master/texmf-dist/doc/latex/chemmacros
parente6e77b1b1f00de6879c247e4ce81044214b79378 (diff)
chemmacros (8mar20)
git-svn-id: svn://tug.org/texlive/trunk@54183 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/chemmacros')
-rw-r--r--Master/texmf-dist/doc/latex/chemmacros/README2
-rw-r--r--Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.pdfbin970626 -> 988716 bytes
-rw-r--r--Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.tex8
-rw-r--r--Master/texmf-dist/doc/latex/chemmacros/chemmacros.history3
4 files changed, 10 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/chemmacros/README b/Master/texmf-dist/doc/latex/chemmacros/README
index 6153319d531..a3e932f46cc 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.10 2020/02/03
+the CHEMMACROS package v5.11 2020/03/07
comprehensive support for typesetting chemistry documents
diff --git a/Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.pdf b/Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.pdf
index 02badca2566..a6f6c8f5a4f 100644
--- a/Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.pdf
+++ b/Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.tex b/Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.tex
index 991742a7105..1c8ca7776c0 100644
--- a/Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.tex
+++ b/Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.tex
@@ -1,7 +1,7 @@
% !arara: pdflatex
% !arara: biber
-% arara: pdflatex: { action: nonstopmode }
-% arara: pdflatex: { action: nonstopmode }
+% arara: pdflatex: { interaction: nonstopmode }
+% arara: pdflatex: { interaction: nonstopmode }
% --------------------------------------------------------------------------
% the CHEMMACROS package
%
@@ -2481,6 +2481,10 @@ The following command is provided to set oxidation numbers:
There are a number of options that can be used to modify the typeset result:
\begin{options}
+ \keyval{format}{code}\Module{redox}
+ \sinceversion{5.11}Allows to apply arbitrary \meta{code} in front of the
+ typeset oxidation numbers. The last command may expect the oxidation
+ number as an argument. An example might be \cs*{textcolor}\Marg{red}.
\keybool{parse}\Module{redox}\Default{true}
When \code{false} an arbitrary entry can be used for \code{<number>}.
\keybool{roman}\Module{redox}\Default{false}
diff --git a/Master/texmf-dist/doc/latex/chemmacros/chemmacros.history b/Master/texmf-dist/doc/latex/chemmacros/chemmacros.history
index 694c1039cee..2104a10f209 100644
--- a/Master/texmf-dist/doc/latex/chemmacros/chemmacros.history
+++ b/Master/texmf-dist/doc/latex/chemmacros/chemmacros.history
@@ -390,3 +390,6 @@ Version history
- prefer lazy boolean evaluation
- prefer the kernel commands to
\chemmacros_leave_vmode: and \chemmacros_tex_if:
+2020/03/07 - version 5.11 - let \chemmacros_iupac:nn think we're in the
+ document – fixes issue #30 (nomenclature)
+ - add option redox/format