summaryrefslogtreecommitdiff
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
parent2dc4d8ff6d3c82d8004898ff483dd5c0d6655750 (diff)
outilsgeomtikz (7mar23) (branch)
git-svn-id: svn://tug.org/texlive/branches/branch2022.final@66454 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.pdfbin383232 -> 383466 bytes
-rw-r--r--Master/texmf-dist/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.tex6
-rw-r--r--Master/texmf-dist/tex/latex/outilsgeomtikz/OutilsGeomTikz.sty7
3 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.pdf b/Master/texmf-dist/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.pdf
index 9a62f0d5154..e40d6da1816 100644
--- a/Master/texmf-dist/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.pdf
+++ b/Master/texmf-dist/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.tex b/Master/texmf-dist/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.tex
index a2e0c58b231..33c79bef8b7 100644
--- a/Master/texmf-dist/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.tex
+++ b/Master/texmf-dist/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.tex
@@ -4,8 +4,8 @@
\documentclass[french,a4paper,11pt]{article}
\usepackage[margin=2cm,includefoot]{geometry}
-\def\TPversion{0.1.0}
-\def\TPdate{03 Mars 2023}
+\def\TPversion{0.1.1}
+\def\TPdate{07 Mars 2023}
\usepackage[table,svgnames]{xcolor}
\usepackage[bold-style=ISO,math-style=french]{concmath-otf}
%\usepackage[bold-style=ISO,math-style=french]{unicode-math}
@@ -202,6 +202,8 @@
\part{Historique}
+\verb|v0.1.1|~:~~~~Correction d'un bug avec une ancienne syntaxe [join=...]
+
\verb|v0.1.0|~:~~~~Version initiale.
\vspace{1cm}
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 ;