diff options
author | Karl Berry <karl@freefriends.org> | 2017-06-14 21:15:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-06-14 21:15:41 +0000 |
commit | 92cc524b166cd7781eff8c663c6188a7f953d92b (patch) | |
tree | 11d9148bd4d4d2c947eb8470008a9d918bee17e2 /Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.lang.code.tex | |
parent | 3cf6d48c1314bf02ff5de86d3c64ce69a0497958 (diff) |
chemmacros (14jun17)
git-svn-id: svn://tug.org/texlive/trunk@44596 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.lang.code.tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.lang.code.tex | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.lang.code.tex b/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.lang.code.tex index a087398981e..b9dea089d24 100644 --- a/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.lang.code.tex +++ b/Master/texmf-dist/tex/latex/chemmacros/chemmacros.module.lang.code.tex @@ -48,7 +48,7 @@ \tl_new:N \l__chemmacros_current_language_tl \tl_const:Nx \c__chemmacros_keyword_prefix_tl - { \chemmacros_if_compatibility:nnT {>} {5.6} {chem-keyword-} } + { \chemmacros_if_compatibility:nnT {>=} {5.7} {chem-keyword-} } \prop_new:N \g_chemmacros_translations_prop @@ -80,7 +80,7 @@ language .initial:n = auto } -\ChemCompatibilityTo{5.2} +\ChemCompatibilityTo{5.3} \chemmacros_define_global_keys:n { german .meta:n = { language = german } , @@ -102,7 +102,6 @@ } % -------------------------------------------------------------------------- -% \ChemCompatibilityFrom{5.6} \cs_new_protected:Npn \__chemmacros_declare_translation:nw #1#2=#3\q_stop { \tl_set:Nx \l__chemmacros_tmpa_tl { \tl_trim_spaces:n {#2} } @@ -144,7 +143,6 @@ \NewDocumentCommand \DeclareChemTranslation {mmm} { \chemmacros_declare_translation:nnn {#1} {#2} {#3} } \@onlypreamble \DeclareChemTranslation -% \EndChemCompatibility \cs_new:Npn \__chemmacros_parse_translate_list_entry:nnn #1#2#3 {} |