summaryrefslogtreecommitdiff
path: root/macros/generic/chemfig/chemfig.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/chemfig/chemfig.tex')
-rw-r--r--macros/generic/chemfig/chemfig.tex13
1 files changed, 8 insertions, 5 deletions
diff --git a/macros/generic/chemfig/chemfig.tex b/macros/generic/chemfig/chemfig.tex
index 10e9b1224e..77bc5b8811 100644
--- a/macros/generic/chemfig/chemfig.tex
+++ b/macros/generic/chemfig/chemfig.tex
@@ -4,9 +4,9 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
\def\CFname {chemfig} %
-\def\CFver {1.5} %
+\def\CFver {1.51} %
% %
-\def\CFdate {2020/03/05} %
+\def\CFdate {2020/04/06} %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
@@ -1631,7 +1631,7 @@
\pgfmathsetmacro\CF_halfwidth{\CF_rectwidth/2}%
\pgfmathsetmacro\CF_halflength{\CF_rectlength/2}%
\tikzpicture[anchor=center,rotate=\CF_lewisrot]%
- \CF_eexpsecond{\draw[}{\useKV[charge]{"style}}](-\CF_halflength pt,-\CF_halfwidth pt)rectangle(\CF_halflength pt,\CF_halfwidth pt);%
+ \CF_eexpafter{\draw[}{\useKV[charge]{"style}}](-\CF_halflength pt,-\CF_halfwidth pt)rectangle(\CF_halflength pt,\CF_halfwidth pt);% bugfix 1.51
\endtikzpicture
\endgroup
}
@@ -1645,7 +1645,7 @@
{\def\CF_lewisrot{0}}%
\pgfmathsetmacro\CF_halflength{\CF_linelength/2}%
\tikzpicture[anchor=center,rotate=\CF_lewisrot]%
- \CF_eexpsecond{\draw[}{\useKV[charge]{|style}}](-\CF_halflength pt,0)--(\CF_halflength pt,0);%
+ \CF_eexpafter{\draw[}{\useKV[charge]{|style}}](-\CF_halflength pt,0)--(\CF_halflength pt,0);% bugfix 1.51
\endtikzpicture
\endgroup
}
@@ -3063,4 +3063,7 @@ v1.5 2020/03/05
- prise en compte de la dimension d'un groupe d'atome pour tracer
des liaisons jointives
- bug corrigé dans \CF_seeknode
- - ajout d'une section dans le manuel (placement des atomes) \ No newline at end of file
+ - ajout d'une section dans le manuel (placement des atomes)
+----------------------------------------------------------------------
+v1.51 2020/04/06
+ - bug corrigé dans \chargerect_a et \chargeline_a \ No newline at end of file