diff options
author | Karl Berry <karl@freefriends.org> | 2022-03-05 21:08:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-03-05 21:08:23 +0000 |
commit | 33e0f013eccd7c1ce5ca01921f9e57983c3fbdf6 (patch) | |
tree | ad22c3e722db05d27802967d6848193be2a3e4fb /Master/texmf-dist/doc/latex/chemmacros | |
parent | 4eedd166ecd8b2fd773faea8b531abd284587ad6 (diff) |
chemmacros (5mar22)
git-svn-id: svn://tug.org/texlive/trunk@62450 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/chemmacros')
-rw-r--r-- | Master/texmf-dist/doc/latex/chemmacros/HISTORY | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/chemmacros/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.pdf | bin | 1017922 -> 1018644 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.tex | 18 |
4 files changed, 17 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/chemmacros/HISTORY b/Master/texmf-dist/doc/latex/chemmacros/HISTORY index bad8cce61ad..b746778d8b7 100644 --- a/Master/texmf-dist/doc/latex/chemmacros/HISTORY +++ b/Master/texmf-dist/doc/latex/chemmacros/HISTORY @@ -446,3 +446,8 @@ Version history which is why \ChemStyle is introduced - add load-time option `stop' which can prevent modules and styles from being loaded +2022/03/05 - version 6.2 - enable giving translation keys per language + (lang) + - re-write translations module giving keys per + language rather than vice versa + - fix issue with phases/sub=true (issue #49) diff --git a/Master/texmf-dist/doc/latex/chemmacros/README b/Master/texmf-dist/doc/latex/chemmacros/README index 6434c4135a3..303cc4f8548 100644 --- a/Master/texmf-dist/doc/latex/chemmacros/README +++ b/Master/texmf-dist/doc/latex/chemmacros/README @@ -1,5 +1,5 @@ -------------------------------------------------------------------------- -the CHEMMACROS package v6.1 2022/02/13 +the CHEMMACROS package v6.2 2022/03/05 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 Binary files differindex b23770c8184..8e18c209357 100644 --- a/Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.pdf +++ b/Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.pdf diff --git a/Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.tex b/Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.tex index c099679864e..08954ccb2f3 100644 --- a/Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.tex +++ b/Master/texmf-dist/doc/latex/chemmacros/chemmacros-manual.tex @@ -1,5 +1,5 @@ % -------------------------------------------------------------------------- -% the CHEMMACROS package v6.1 2022/02/13 +% the CHEMMACROS package v6.2 2022/03/05 % % comprehensive support for typesetting chemistry documents % @@ -305,7 +305,7 @@ important and \emph{breaking} differences: \option{minimal} allows to load \chemmacros\ with smallest subset necessary. Then additional modules can be added with the \option{modules}. - \item A new module \module{reactants} has been added, thanks to \leandriis. + \item A new module \module{reactants} has been added, thanks to \leandriis! \end{itemize} \part{Main Modules}\label{part:main-modules} @@ -3350,11 +3350,6 @@ is provided. For a few keys also other translations are provided. If you find that a translation for your language is missing you can provide it in the preamble: \begin{commands} - % \command{DeclareTranslation}[\marg{language}\marg{key}\marg{translation}] - % Defines a translation of key \meta{key} for the language \meta{language}. - % No error will be raised if a translation of \meta{key} already exists. - % This command can only be used in the preamble and is defined by the - % \pkg{translations} package. \command{DeclareChemTranslation}[\marg{key}\marg{language}\marg{translation}] \sinceversion{5.6}A command which makes an abstraction from the \pkg{translations} package. It should be used in documents for adding @@ -3366,6 +3361,15 @@ preamble: used by document authors as well, of course. It gets a csv list of key\slash value pairs of translations. This command can only be used in the preamble. + \command{AddChemTranslation}[\marg{language}\marg{key}\marg{translation}] + \sinceversion{6.2}Basically the same as \cs{DeclareChemTranslation} but + with focus on the language instead of the key and thus has a different + argument order. This command can only be used in the preamble. + \command{AddChemTranslations}[\marg{languagen}\Marg{\meta{key} = \meta{translation}}] + \sinceversion{6.2}Basically the same as \cs{DeclareChemTranslations} but + with focus on the language instead of the key. It lets you define the + translations of several keys for one language in one go. This command can + only be used in the preamble. \end{commands} If you send me an email (see section~\vref{sec:sugg-bug-reports}) with the translations for your language I'll gladly add them to the next release of |