summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/chemformula
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-10-22 21:14:36 +0000
committerKarl Berry <karl@freefriends.org>2015-10-22 21:14:36 +0000
commit0db4765793f15c3fca3961c57a53cc2caeb2827b (patch)
tree3de2ee7067b03bd667fef6e3511d928a52c32db2 /Master/texmf-dist/doc/latex/chemformula
parent02510816e82dd0efbec1c2536096e1a8795271a6 (diff)
chemformula (22oct15)
git-svn-id: svn://tug.org/texlive/trunk@38690 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/chemformula')
-rw-r--r--Master/texmf-dist/doc/latex/chemformula/README2
-rw-r--r--Master/texmf-dist/doc/latex/chemformula/chemformula_en.pdfbin952959 -> 952570 bytes
-rw-r--r--Master/texmf-dist/doc/latex/chemformula/chemformula_en.tex30
3 files changed, 27 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/chemformula/README b/Master/texmf-dist/doc/latex/chemformula/README
index 0ccf0d45a12..d1194860535 100644
--- a/Master/texmf-dist/doc/latex/chemformula/README
+++ b/Master/texmf-dist/doc/latex/chemformula/README
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------
-the CHEMFORMULA package v4.13 2015/10/01
+the CHEMFORMULA package v4.14 2015/10/21
typeset chemical compounds and reactions
diff --git a/Master/texmf-dist/doc/latex/chemformula/chemformula_en.pdf b/Master/texmf-dist/doc/latex/chemformula/chemformula_en.pdf
index 3a8af55ee54..201410af9c9 100644
--- a/Master/texmf-dist/doc/latex/chemformula/chemformula_en.pdf
+++ b/Master/texmf-dist/doc/latex/chemformula/chemformula_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/chemformula/chemformula_en.tex b/Master/texmf-dist/doc/latex/chemformula/chemformula_en.tex
index c4a6dd9d092..b4fa290c159 100644
--- a/Master/texmf-dist/doc/latex/chemformula/chemformula_en.tex
+++ b/Master/texmf-dist/doc/latex/chemformula/chemformula_en.tex
@@ -33,8 +33,7 @@
\documentclass[load-preamble+]{cnltx-doc}
\usepackage[utf8]{inputenc}
\usepackage{chemformula}
-\usepackage[greek=newtx]{chemmacros}
-\usechemmodule{redox,reactions,units}
+\usepackage{chemmacros}
\setcnltx{
package = {chemformula},
info = {typeset chemical compounds and reactions} ,
@@ -80,6 +79,13 @@
\usepackage[libertine]{newtxmath}
\expandafter\def\csname libertine@figurestyle\endcsname{OsF}
+\chemsetup{
+ greek = newtx ,
+ modules = {redox,reactions,units} ,
+ formula = chemformula ,
+ chemformula/format = \libertineLF
+}
+
\usepackage[biblatex]{embrac}
\ChangeEmph{[}[,.02em]{]}[.055em,-.08em]
\ChangeEmph{(}[-.01em,.04em]{)}[.04em,-.05em]
@@ -97,7 +103,7 @@
}
% \chemsetup{ option/synchronize }
-\setchemformula{ format = \libertineLF }
+% \setchemformula{ format = \libertineLF }
\sisetup{
detect-mode=false,
@@ -720,6 +726,9 @@ These options allow you to customize the ouptut of the compounds:
\chemformula's mechanism this is effectively an alias.
\keyval{adduct-space}{dim}\Default{.1333em}
Space to the left and the right of the adduct point.
+ \keyval{adduct-penalty}{num}\Default{300}
+ The\sinceversion{4.14} penalty inserted after the adduct point for
+ (dis-)allowing line breaks.
\keyval{bond-length}{dim}\Default{.5833em}
The length of the bonds.
\keyval{bond-offset}{dim}\Default{.07em}
@@ -1720,7 +1729,7 @@ then \chemmacros\ will not be loaded. The \chemmacros\ package, however,
\subsection{Version 4.10}
\begin{itemize}
- \item new macros \cs{NewChemCompoundProperty},
+ \item New macros \cs{NewChemCompoundProperty},
\cs{RenewChemCompoundProperty}, \\
\cs{DeclareChemCompoundProperty} and \cs{RemoveChemCompoundProperty}. See
section~\ref{sec:extend-comp-prop} for a description.
@@ -1739,4 +1748,17 @@ then \chemmacros\ will not be loaded. The \chemmacros\ package, however,
\pkg{amsmath} but only \pkg{amstext}.
\end{itemize}
+\subsection{Version 4.13}
+\begin{itemize}
+ \item Check for blank input parts and don't process them.g
+ \item Drop support for \cs*{[} and \cs*{]} as replacement for \code{[} and
+ \code{]} insode arrow captions.
+ \item New option \option{atom-format}.
+\end{itemize}
+
+\subsection{Version 4.14}
+\begin{itemize}
+ \item New option \option{adduct-penalty}.
+\end{itemize}
+
\end{document}