From 5dc60a69def6db91b267bad98f59629fbece0950 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 24 Feb 2019 22:51:46 +0000 Subject: chemfig (24feb19) git-svn-id: svn://tug.org/texlive/trunk@50115 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/generic/chemfig/chemfig.tex | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'Master/texmf-dist/tex/generic') diff --git a/Master/texmf-dist/tex/generic/chemfig/chemfig.tex b/Master/texmf-dist/tex/generic/chemfig/chemfig.tex index d937d322bc8..87243a1c9a5 100644 --- a/Master/texmf-dist/tex/generic/chemfig/chemfig.tex +++ b/Master/texmf-dist/tex/generic/chemfig/chemfig.tex @@ -4,9 +4,9 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % \def\CFname {chemfig} % -\def\CFver {1.33} % +\def\CFver {1.34} % % % -\def\CFdate {2018/10/31} % +\def\CFdate {2019/02/23} % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % @@ -17,7 +17,7 @@ % Package URL: https://www.ctan.org/pkg/chemfig | % Bug tracker: https://framagit.org/unbonpetit/chemfig/issues | % Repository : https://framagit.org/unbonpetit/chemfig/tree/master | -% Copyright : Christian Tellechea 2010-2018 | +% Copyright : Christian Tellechea 2010-2019 | % Licence : Released under the LaTeX Project Public License v1.3c | % or later, see http://www.latex-project.org/lppl.txt | % Files : 1) chemfig.tex | @@ -1629,6 +1629,8 @@ \CF@valuetomacro\CF@arrow@offset[1em]{arrow offset}% \CF@valuetomacro\CF@compound@sep[5em]{compound sep}% \CF@valuetomacro\CF@arrow@labelsep[3pt]{arrow label sep}% + \CF@valuetomacro\CF@arrowhead[-CF]{arrow head}% + \CF@eexp@second{\def\CF@arrowtip}{\expandafter\CF@gobarg\CF@arrowhead}% \CF@eexp@second{\CF@preadd@tocs\CF@default@arrow@style}{\useKV[chemfig]{arrow head},}% \CF@ifx\empty\CF@arrow@style {\let\CF@arrow@style\CF@default@arrow@style} @@ -2059,10 +2061,7 @@ \definearrow3{<->}{% \CF@arrow@shift@nodes{#3}% - \path(\CF@arrow@start@node)--(\CF@arrow@end@node)% - node[pos=0.5,sloped,xshift=-1pt](\CF@arrow@start@node1){}node[pos=0.5,sloped,xshift=1pt](\CF@arrow@end@node1){};% - \expandafter\draw\expandafter[\CF@arrow@current@style](\CF@arrow@start@node1)--(\CF@arrow@end@node);% - \expandafter\draw\expandafter[\CF@arrow@current@style](\CF@arrow@end@node1)--(\CF@arrow@start@node);% + \expandafter\draw\expandafter[\CF@arrow@current@style,\CF@arrowtip-\CF@arrowtip](\CF@arrow@start@node)--(\CF@arrow@end@node);% \CF@arrow@display@label{#1}{0.5}+\CF@arrow@start@node{#2}{0.5}-\CF@arrow@end@node } @@ -2561,4 +2560,7 @@ v1.32 2018/08/23 v1.33 2018/10/31 - les macros définies par \definesubmol peuvent désormais avoir un ou plusieurs arguments - - macro \polymerdelim documentée \ No newline at end of file + - macro \polymerdelim documentée + ---------------------------------------------------------------------- +v1.34 2019/02/23 + - bug dans la flèche "<->" corrigé \ No newline at end of file -- cgit v1.2.3