summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/outilsgeomtikz/OutilsGeomTikz.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-07 22:26:39 +0000
committerKarl Berry <karl@freefriends.org>2023-03-07 22:26:39 +0000
commit797b4706941b9e3396db878c6e4f0c6d0d6793d1 (patch)
treea4c9873c86667fea0dec1b3fe11cffd5f0f41bdf /Master/texmf-dist/tex/latex/outilsgeomtikz/OutilsGeomTikz.sty
parent2dc4d8ff6d3c82d8004898ff483dd5c0d6655750 (diff)
outilsgeomtikz (7mar23) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2022.final@66454 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/outilsgeomtikz/OutilsGeomTikz.sty')
-rw-r--r--Master/texmf-dist/tex/latex/outilsgeomtikz/OutilsGeomTikz.sty7
1 files changed, 4 insertions, 3 deletions
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 ;