diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/chemmacros/chemmacros_en.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/chemmacros/chemmacros_en.tex | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/chemmacros/chemmacros_en.tex b/Master/texmf-dist/doc/latex/chemmacros/chemmacros_en.tex index 33552b27838..517d55d2ea8 100644 --- a/Master/texmf-dist/doc/latex/chemmacros/chemmacros_en.tex +++ b/Master/texmf-dist/doc/latex/chemmacros/chemmacros_en.tex @@ -419,6 +419,12 @@ With version~4.0 some changes have been made: \item The command \cs{mhName} has been dropped. \end{itemize} +\subsection{Version 4.4} +\begin{itemize} + \item New \module{nmr} option \option{atom-number-cs}. + \item New \module{nmr} option \option{coupling-pos-cs}. +\end{itemize} + \section{Package Options}\label{sec:options} \chemmacros\ has several package options. They all are used as key/value pairs like @@ -1794,6 +1800,12 @@ number of options. For historical reasons they all belong to the module \sinceversion{4.3}Code inserted before the coupling bonds. \keyval{coupling-bonds-post}{code}\Module{nmr}\Default{\cs*{!}} \sinceversion{4.3}Code inserted after the coupling bonds. + \keyval{coupling-pos-cs}{cs}\Module{nmr}\Default{\cs*{@firstofone}} + \sinceversion{4.4}Set the macro that prints the number set with the + \cs{pos} macro. This needs to be a command with one mandatory argument. + \keyval{atom-number-cs}{cs}\Module{nmr}\Default{\cs*{@firstofone}} + \sinceversion{4.4}Set the macro that prints the number set with the + \cs{\#} macro. This needs to be a command with one mandatory argument. \keybool{parse}\Module{nmr}\Default{true} Treat the solvent as \chemformula\ formula or not. \keyval{delta}{tokens}\Module{nmr}\Default @@ -2282,7 +2294,7 @@ states of aggregation. You can easily define them. See section~\ref{sec:lang-depend} for a way to define language dependent settings. \command{RenewChemPhase}[\marg{cs}\oarg{german}\marg{english}] - Redefine an existing pahse command. Actually the optional argument is an + Redefine an existing phase command. Actually the optional argument is an artefact of an earlier implementation of the command. It has no effect at all. See section~\ref{sec:lang-depend} for a way to define language dependent settings. |