diff options
author | Karl Berry <karl@freefriends.org> | 2014-10-07 20:31:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-10-07 20:31:27 +0000 |
commit | 34cc3394c6121534aebd71c0abe20a302f132cd6 (patch) | |
tree | 0bd066b4e9f7eb3cea61dd2c989a8b80aa5dce26 /Master/texmf-dist/doc/latex/chemformula | |
parent | 4ba0f6031b9eba7505c1ebb8996946fb1b53dd93 (diff) |
chemformula (7oct14)
git-svn-id: svn://tug.org/texlive/trunk@35325 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/chemformula')
-rw-r--r-- | Master/texmf-dist/doc/latex/chemformula/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/chemformula/chemformula_en.pdf | bin | 943391 -> 944504 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/chemformula/chemformula_en.tex | 28 |
3 files changed, 24 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/chemformula/README b/Master/texmf-dist/doc/latex/chemformula/README index c849b1328ae..fd809c17048 100644 --- a/Master/texmf-dist/doc/latex/chemformula/README +++ b/Master/texmf-dist/doc/latex/chemformula/README @@ -1,5 +1,5 @@ -------------------------------------------------------------------------- -the CHEMFORMULE package v4.7 2014/08/08 +the CHEMFORMULA package v4.9 2014/10/07 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 Binary files differindex f4f5cd2fa14..2b644863b57 100644 --- a/Master/texmf-dist/doc/latex/chemformula/chemformula_en.pdf +++ b/Master/texmf-dist/doc/latex/chemformula/chemformula_en.pdf diff --git a/Master/texmf-dist/doc/latex/chemformula/chemformula_en.tex b/Master/texmf-dist/doc/latex/chemformula/chemformula_en.tex index 42aa31c189b..e3ac37f0d05 100644 --- a/Master/texmf-dist/doc/latex/chemformula/chemformula_en.tex +++ b/Master/texmf-dist/doc/latex/chemformula/chemformula_en.tex @@ -266,6 +266,15 @@ then \chemmacros\ will not be loaded. The \chemmacros\ package, however, bundle but is dirtributed as a package of it's own. \end{itemize} +\subsection{Version 4.9} +\begin{itemize} + \item New options \option{minus-space} and \option{minus-penalty} equivalent + to the existing \option{plus-space} and \option{plus-penalty} + \item New options \option{plus-output-symbol} and + \option{minus-output-symbol} for customizing the plus and minus signs in + the output. +\end{itemize} + \section{Licence and Requirements} \license @@ -895,14 +904,23 @@ following ones: \end{commands} \footnotetext{Is this the correct English term? Please correct me if it isn't.} -The space left and right of the plus and the minus sign can be set with this -option: +The space left and right of the plus and the minus sign and the signs +themselves can be set with the following options: \begin{options} \keyval{plus-space}{skip}\Default{.3em plus .1em minus .1em} A rubber length. + \keyval{minus-space}{skip}\Default{.3em plus .1em minus .1em} + \sinceversion{4.9}A rubber length. \keyval{plus-penalty}{num}\Default{700} - \sinceversion{4.0a}The penalty that is inserted after the plus and the - minus sign for (dis-)allowing line breaks. + \sinceversion{4.0a}The penalty that is inserted after the plus sign for + (dis-)allowing line breaks. + \keyval{minus-penalty}{num}\Default{700} + \sinceversion{4.9}The penalty that is inserted after the minus sign for + (dis-)allowing line breaks. + \keyval{plus-output-symbol}{code}\Default{+} + \sinceversion{4.9}The \meta{code} that is used for the plus sign. + \keyval{minus-output-symbol}{code}\Default{\$-\$} + \sinceversion{4.9}The \meta{code} that is used for the minus sign. \end{options} \begin{example}[side-by-side] \ch{A + B}\par @@ -943,7 +961,7 @@ be input with \verbcode+~+. \begin{commands} \command{ch}[\Marg{ "\meta{escaped text}" }] One of two possibilities to \emph{escape} \chemformula's parsing. - \command{ch}[\Marg{ '\meta{escaped text}' }] + \command{ch}[\Marg{ \textquotesingle\meta{escaped text}\textquotesingle{} }] The second of two possibilities to \emph{escape} \chemformula's parsing. \end{commands} \begin{example} |