summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/mychemistry/README2
-rw-r--r--Master/texmf-dist/doc/latex/mychemistry/mychemistry_en.pdfbin1192584 -> 1192946 bytes
-rw-r--r--Master/texmf-dist/doc/latex/mychemistry/mychemistry_en.tex2
-rw-r--r--Master/texmf-dist/tex/latex/mychemistry/mychemistry.sty20
4 files changed, 15 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/mychemistry/README b/Master/texmf-dist/doc/latex/mychemistry/README
index 58986e7635b..22a9229dcce 100644
--- a/Master/texmf-dist/doc/latex/mychemistry/README
+++ b/Master/texmf-dist/doc/latex/mychemistry/README
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------
-the MYCHEMISTRY package v1.99
+the MYCHEMISTRY package v1.99a 2012/09/20
create reaction schemes with LaTeX and chemfig
diff --git a/Master/texmf-dist/doc/latex/mychemistry/mychemistry_en.pdf b/Master/texmf-dist/doc/latex/mychemistry/mychemistry_en.pdf
index 82d10305f36..a4c7efedbcb 100644
--- a/Master/texmf-dist/doc/latex/mychemistry/mychemistry_en.pdf
+++ b/Master/texmf-dist/doc/latex/mychemistry/mychemistry_en.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/mychemistry/mychemistry_en.tex b/Master/texmf-dist/doc/latex/mychemistry/mychemistry_en.tex
index be6a2d07f0d..bc8c52207a7 100644
--- a/Master/texmf-dist/doc/latex/mychemistry/mychemistry_en.tex
+++ b/Master/texmf-dist/doc/latex/mychemistry/mychemistry_en.tex
@@ -289,7 +289,7 @@ the last object. With the option \code{<pos>} you can change this behaviour.
below right & 315 & -45 \\
\bottomrule
\end{tabular}
- \caption{\label{tab:keywords}key words for positioning}
+ \caption{key words for positioning}\label{tab:keywords}
\end{table}
You can see in the last example that positioning can be realized through key
diff --git a/Master/texmf-dist/tex/latex/mychemistry/mychemistry.sty b/Master/texmf-dist/tex/latex/mychemistry/mychemistry.sty
index 4314ff99de9..6d595e3df45 100644
--- a/Master/texmf-dist/tex/latex/mychemistry/mychemistry.sty
+++ b/Master/texmf-dist/tex/latex/mychemistry/mychemistry.sty
@@ -28,7 +28,7 @@
% This work consists of the files mychemistrysty, mychemistry_en.tex,
% README and the derived file mychemistry_en.pdf.
% --------------------------------------------------------------------------
-\ProvidesPackage{mychemistry}[2012/07/27 v1.99 create reaction schemes with LaTeX and chemfig]
+\ProvidesPackage{mychemistry}[2012/09/20 v1.99a create reaction schemes with LaTeX and chemfig]
\RequirePackage{etoolbox,float,xkeyval,chemfig,chemmacros}
\usetikzlibrary{
arrows,
@@ -1307,11 +1307,15 @@
\mCh@new@variable\elmove@default@tikz
\mCh@new@variable\elmove@tikz
-\mCh@set@variable\elmove@default@tikz{->,red,shorten <=3pt,shorten >=1pt}
+\tikzset{mCh@elmove/.style={->,red,shorten <=3pt,shorten >=1pt}}
+\mCh@set@variable\elmove@default@tikz{mCh@elmove}
\mCh@let@variable\elmove@tikz\elmove@default@tikz
-\newrobustcmd\elmove[5][\mCh@elmove@tikz]{%
- \chemmove{\expandafter\draw\expandafter[#1](#2).. controls +(#3) and +(#5)..(#4);}}
+\newrobustcmd\elmove[5][]{%
+ \chemmove{
+ \expandafter\draw\expandafter[\mCh@elmove@tikz,#1]
+ (#2).. controls +(#3) and +(#5)..(#4);
+ }}
\newrobustcmd\setelmove[1]{%
\ifblank{#1}
@@ -1526,7 +1530,9 @@ HISTORY:
environments
2012/07/27 version 1.99 - conflict with `pdfpages' resolved, LaTeXified various
parts in order to minimize conflicts with other
- packages; \elmove and \merge are also only defined
- inside the scheme environments
+ packages; \merge is also only defined inside the scheme
+ environments
+2012/09/20 version 1.99a - small adjustments to \elmove
+
% ----------------------------------------------------------------------------
-% TODO
+% TODO \ No newline at end of file