From 797b4706941b9e3396db878c6e4f0c6d0d6793d1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 7 Mar 2023 22:26:39 +0000 Subject: outilsgeomtikz (7mar23) (branch) git-svn-id: svn://tug.org/texlive/branches/branch2022.final@66454 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/outilsgeomtikz/OutilsGeomTikz.sty | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/latex/outilsgeomtikz/OutilsGeomTikz.sty') diff --git a/Master/texmf-dist/tex/latex/outilsgeomtikz/OutilsGeomTikz.sty b/Master/texmf-dist/tex/latex/outilsgeomtikz/OutilsGeomTikz.sty index 7b6784ca45e..e2ed1d86cb5 100644 --- a/Master/texmf-dist/tex/latex/outilsgeomtikz/OutilsGeomTikz.sty +++ b/Master/texmf-dist/tex/latex/outilsgeomtikz/OutilsGeomTikz.sty @@ -2,7 +2,8 @@ % licence........: Released under the LaTeX Project Public License v1.3c or later, see http://www.latex-project.org/lppl.txtf \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{OutilsGeomTikz}[2023/03/03 v0.1.0 Outils géométriques en TikZ] +\ProvidesPackage{OutilsGeomTikz}[2023/03/07 v0.1.1 Outils geometriques en TikZ] +% 0.1.1 Correction d'un bug avec une ancienne syntaxe [join=...] % 0.1.0 Version initiale %------Packages utiles @@ -523,9 +524,9 @@ \pgfmathsetmacro{\AngleCP}{asin(\MaLongueurTmp/(\COMPASunittikz*\COMPASechelle*2*\COMPASLLB))} %retour aux affaires \ifboolKV[CompasGeom]{Retourne} - {\def\CoeffYscale{-1}}{\def\CoeffYscale{1}} + {\def\CoeffYscale{-1}}{\def\CoeffYscale{1}} \begin{scope}[shift=(#3),scale=\COMPASechelle] - \begin{scope}[join=round,rotate=\MonAngleTmp,yscale=\CoeffYscale,shift=(270-\AngleCP:-\COMPASLLB)] + \begin{scope}[line join=round,rotate=\MonAngleTmp,yscale=\CoeffYscale,shift=(270-\AngleCP:-\COMPASLLB)] % branche pointe sèche \draw[rotate=-\AngleCP,fill=\COMPAScouleur!80] (0,0)--(0,-\COMPASLLB)--(-.2,-\COMPASLLB+.8)--(-.2,0)--cycle ; \draw[rotate=-\AngleCP,fill=\COMPAScouleur!05] (0,-\COMPASLLB+.8)--(0,-\COMPASLLB)--(-.2,-\COMPASLLB+.8)--cycle ; -- cgit v1.2.3