summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/chemmacros/chemmacros.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-02-19 23:59:58 +0000
committerKarl Berry <karl@freefriends.org>2013-02-19 23:59:58 +0000
commit09c10cc951beaad3e1c1df0c6228b953c3e01e77 (patch)
tree9ad10ae4c55c650dfc881991c5382a22be6ac190 /Master/texmf-dist/tex/latex/chemmacros/chemmacros.sty
parentdedf8767147c2376fa8eb76db9f363228890a8b4 (diff)
chemmacros (19feb13)
git-svn-id: svn://tug.org/texlive/trunk@29171 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/chemmacros/chemmacros.sty')
-rw-r--r--Master/texmf-dist/tex/latex/chemmacros/chemmacros.sty24
1 files changed, 15 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/chemmacros/chemmacros.sty b/Master/texmf-dist/tex/latex/chemmacros/chemmacros.sty
index abab3ca94d1..e8212bf0bff 100644
--- a/Master/texmf-dist/tex/latex/chemmacros/chemmacros.sty
+++ b/Master/texmf-dist/tex/latex/chemmacros/chemmacros.sty
@@ -29,8 +29,8 @@
\RequirePackage{ expl3 , xparse , l3keys2e , xfrac , siunitx }
\RequirePackage{ tikz , mathtools , environ , scrlfile , etoolbox , bm }
\usetikzlibrary{calc,arrows}
-\def\chemmacros@version{3.5}
-\def\chemmacros@date{2013/01/28}
+\def\chemmacros@version{3.5a}
+\def\chemmacros@date{2013/02/19}
\ProvidesExplPackage
{chemmacros}
@@ -420,7 +420,7 @@
% --------------------------------------------------------------------------- %
% language settings:
-\prop_new:N \l__chemmacros_language_prop
+\prop_new:N \l__chemmacros_language_prop
\prop_put:Nnn \l__chemmacros_language_prop { english } { english }
\prop_put:Nnn \l__chemmacros_language_prop { american } { english }
\prop_put:Nnn \l__chemmacros_language_prop { british } { english }
@@ -527,10 +527,7 @@
\cs_new:Npn \ChemDelta { \ensuremath { \Delta } }
\cs_new:Npn \chemmacros_xspace:
- {
- \bool_if:NT \l__chemmacros_xspace_bool
- { \xspace }
- }
+ { \bool_if:NT \l__chemmacros_xspace_bool { \xspace } }
% --------------------------------------------------------------------------- %
% TikZ drawings
@@ -733,7 +730,6 @@
\bool_new:N \l__chemmacros_charge_append_bool
\bool_set_false:N \l__chemmacros_charge_append_bool
-% TODO separate document and module level
% \DeclareChemParticle, \RenewChemParticle
\bool_if:NTF \l__chemmacros_use_mhchem_bool
{
@@ -2811,7 +2807,7 @@
\l__chemmacros_thermod_delta_default_tl
}
-% TODO: separate document and module lavel
+% TODO: separate document and module level
% \DeclareChemState[<keyval>]{<name>}{<symbol>}{<unit>}
\bool_if:NF \l__chemmacros_version_one_bool
{
@@ -3960,6 +3956,16 @@ Version history
- changed defaults for horizontal spaces that have in
set in ex into corresponding values in em.
- improvements to the placement of sub- and superscripts
+2012/02/19 - version 3.5a - bug fix: `ghsystem' recognizes language again
+2013/??/?? - version 3.6 - support for use with the `breqn' package
+ - chemformula: math escaping also via \(\)
+ - chemformula: clearer escaping macros
+ - new options: `radical-vshift', `radical-hshift'
+ and `radical-space'
+ - bug fix: `radical-...' options are now correctly set
+ - stoichiometric factors: add leading 0 if missing
+ - internal changes: be way more rigid about protected
+ and expandable macros
% --------------------------------------------------------------------------- %
% TODO: