summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/chemmacros/chemmacros.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-23 22:17:22 +0000
committerKarl Berry <karl@freefriends.org>2013-04-23 22:17:22 +0000
commitce96f93eee04e6c89a60b819a43ec27e85fce25e (patch)
treedea2dab0e57066d3db2ceefd7d96364f42ab9b9d /Master/texmf-dist/tex/latex/chemmacros/chemmacros.sty
parent1ea90739d1ab4cbc99996063321d8d94f05a7ab9 (diff)
chemmacros (21apr13)
git-svn-id: svn://tug.org/texlive/trunk@30082 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.sty17
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/chemmacros/chemmacros.sty b/Master/texmf-dist/tex/latex/chemmacros/chemmacros.sty
index 38b5e573c43..efa0b0d2138 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.6}
-\def\chemmacros@date{2013/02/26}
+\def\chemmacros@version{3.6b}
+\def\chemmacros@date{2013/04/19}
\ProvidesExplPackage
{chemmacros}
@@ -583,6 +583,7 @@
{ \mathpalette \__chemmacros_fplus_aux: \bigcirc }
% TODO: can I rewrite this in a more "expl3-way"?
+% and what about a ``text'' version?
\cs_new:Npn \__chemmacros_fplus_aux: #1#2
{
\ooalign
@@ -1076,12 +1077,7 @@
{ \chemmacros_cip:n { #1 } }
\cs_new:Npn \chemmacros_cip:n #1
- {
- \cs_if_exist:NTF \EmbracOff
- { \textit* { (#1) } }
- { \textit { (#1) } }
- \tex_kern:D \l__chemmacros_cip_kern_dim
- }
+ { (\textit{#1}\tex_kern:D \l__chemmacros_cip_kern_dim) }
\DeclareChemDeprecated \Rcip \R { \cip { R } }
\DeclareChemDeprecated \Scip \S { \cip { S } }
@@ -4004,6 +4000,11 @@ Version history
document commands and module level commands
- chemformula's !()() syntax now also works with babel's
French
+2013/02/27 - version 3.6a - bug fix: escaped text and math stays escaped, i.e.
+ also arrow code like `<=>'
+2013/04/19 - version 3.6b - chemformula: new key `arrow-min-length'
+ - bug fix: stoichiometric fractions correctly displayed
+ - changed appearance of \cip to use upright parentheses
% --------------------------------------------------------------------------- %
% TODO: