texlive[66429] Master/texmf-dist: outilsgeomtikz (7mar23)
commits+karl at tug.org
commits+karl at tug.org
Tue Mar 7 23:15:28 CET 2023
Revision: 66429
http://tug.org/svn/texlive?view=revision&revision=66429
Author: karl
Date: 2023-03-07 23:15:28 +0100 (Tue, 07 Mar 2023)
Log Message:
-----------
outilsgeomtikz (7mar23)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.pdf
trunk/Master/texmf-dist/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.tex
trunk/Master/texmf-dist/tex/latex/outilsgeomtikz/OutilsGeomTikz.sty
Modified: trunk/Master/texmf-dist/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.tex 2023-03-07 20:58:27 UTC (rev 66428)
+++ trunk/Master/texmf-dist/doc/latex/outilsgeomtikz/OutilsGeomTikz-doc.tex 2023-03-07 22:15:28 UTC (rev 66429)
@@ -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}
Modified: trunk/Master/texmf-dist/tex/latex/outilsgeomtikz/OutilsGeomTikz.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/outilsgeomtikz/OutilsGeomTikz.sty 2023-03-07 20:58:27 UTC (rev 66428)
+++ trunk/Master/texmf-dist/tex/latex/outilsgeomtikz/OutilsGeomTikz.sty 2023-03-07 22:15:28 UTC (rev 66429)
@@ -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 ;
More information about the tex-live-commits
mailing list.