diff options
Diffstat (limited to 'Master')
49 files changed, 250 insertions, 245 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/README b/Master/texmf-dist/doc/latex/tkz-euclide/README deleted file mode 100644 index 4496217dbc7..00000000000 --- a/Master/texmf-dist/doc/latex/tkz-euclide/README +++ /dev/null @@ -1,87 +0,0 @@ - % encodage utf8 - --------------------- english readme ---------------------------------------- - -readme-tkz-euclide.txt V3.05 c 2020/03/08 - -tkz-euclide is a package (latex) which allows you to draw - two-dimensional geometric figures, in other words to create figures of Euclidean geometry. It uses a Cartesian coordinate system orthogonal provided by the tkz-base package as well as tools to define the unique coordinates of points and to manipulate them. The idea is to allow you to follow step by step a construction that would be done by hand as naturally as possible. - - -Licence -------- - -This work may be distributed and/or modified under the -conditions of the LaTeX Project Public License, either version 1.3 - of this license or (at your option) any later version. - The latest version of this license is in - http://www.latex-project.org/lppl.txt - and version 1.3 or later is part of all distributions of LaTeX - version 2005/12/01 or later. - - -Features --------- - -- needs tkz-base !!, xfp and numprint; - -- requires and automatically loads PGF/TikZ > 3; - -- compiles with utf8, pdflatex and lualatex; - -Installation ------------- - -You can experiment with the tkz-euclide package by placing all of the -distribution files in the directory containing your current tex file. - -You can also placing all of the distribution files in the directory : -/texmf/tex/latex/tkz. - - -How to use it -------------- - -To use the package tkz-euclide, place the following lines in the preamble of - your LaTeX document. - -\usepackage{tkz-euclide} - -\usetkzobj{all} is no longer required with tkz-euclide but you can use it with other packages - -\usepackage{tkz-euclide} loads tkz-base and TikZ. - -If you use the xcolor package, load that package before tkz-euclide to avoid - package conflicts. - - -Documentation -------------- - -Documentation for tkz-euclide and tkz-base is available on CTAN. You have two cheatsheets about tkz-euclide in the archive. - -Examples --------- - -All examples given in documentation will be stored on CTAN as standalone - files, ready for compilation. You can use the main.tex file to load and compile an example. -The archive contains a litle document about Euclidean Geometry with four examples. -Other examples are on my site : http://altermundus.fr (en français) - -Compatibility -------------- - -The new package tkz-euclide 3.02c is *not* fully compatible with the version 1.16 but the differences are minor. - -History -------- --- 3.05 correction of bugs, amelioration of the documentation. --- 3.02 replacement french documentation by english documentation, correction of bugs. --- 3.01 replacement fp for xfp, addition of some macros, correction of bugs --- 1.16 correction of bugs --- 1.13 first version - - Alain Matthes - 5 rue de Valence - Paris 75005 - - al (dot) ma (at) mac (dot) com - -
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/README.md b/Master/texmf-dist/doc/latex/tkz-euclide/README.md new file mode 100644 index 00000000000..2f040206df9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/README.md @@ -0,0 +1,96 @@ +# tkz-euclide — for euclidan geometry + +Release 3.0§c 2020/04/06 + +## Description + +`tkz-euclide` is a package (latex) which allows you to draw two-dimensional +geometric figures, in other words to create figures of Euclidean geometry. +It uses a Cartesian coordinate system orthogonal provided by the `tkz-base` +package as well as tools to define the unique coordinates of points and to +manipulate them. The idea is to allow you to follow step by step a construction +that would be done by hand as naturally as possible. + +## Licence + +The scontents package may be modified and distributed under the terms and +conditions of the [LaTeX Project Public License](https://www.latex-project.org/lppl/), version 1.3c or greater. + + +## Requirements + +The package compiles with utf8, pdflatex and lualatex, loads and depends on updated versions of: +- [tkz-base](https://ctan.org/pkg/tkz-base) +- [xfp](https://ctan.org/pkg/xfp) +- [numprint](https://ctan.org/pkg/numprint) +- [tikz](https://ctan.org/pkg/tikz) + +## Installation + +The package `tkz-eculide` is present in TeXLive and MiKTeX, use the package +manager to install. + +You can experiment with the `tkz-euclide` package by placing all of the +distribution files in the directory containing your current tex file. + +The different files must be moved into the different directories in your +installation `TDS` tree or in your `TEXMFHOME`: + +``` + doc/cheatsheet_euclide_2.pdf -> TDS:doc/latex/tkz-euclide/cheatsheet_euclide_2.pdf + doc/cheatsheet_euclide_1.pdf -> TDS:doc/latex/tkz-euclide/cheatsheet_euclide_1.pdf + doc/Euclidean_geometry.pdf -> TDS:doc/latex/tkz-euclide/Euclidean_geometry.pdf + doc/TKZdoc-euclide.pdf -> TDS:doc/latex/tkz-euclide/TKZdoc-euclide.pdf + doc/README.md -> TDS:doc/latex/tkz-euclide/README.md + doc/examples/*.* -> TDS:doc/latex/tkz-euclide/examples/*.* + doc/sourcedoc/*.* -> TDS:doc/latex/tkz-euclide/sourcedoc/*.* + code/*.* -> TDS:tex/latex/tkz-euclide/*.* +``` + +## How to use it + +To use the package `tkz-euclide`, place the following lines in the preamble of +your LaTeX document: + +``` +\usepackage{tkz-euclide} +``` + +The line `\usetkzobj{all}` is no longer required with `tkz-euclide` but you can use it with +other packages. + +If you use the `xcolor` package, load that package before `tkz-euclide` to avoid +package conflicts. + +## Documentation + +Documentation for `tkz-euclide` is available on `CTAN`. You have two +cheatsheets about tkz-euclide in the archive. Use `texdoc tkz-euclide`. + +## Examples + +All examples given in documentation will be stored on `CTAN` as standalone +files, ready for compilation. You can use the main.tex file to load and +compile an example. + +The archive contains a litle document about Euclidean Geometry with four +examples. + +Other examples, en français, are on my site: [http://altermundus.fr](http://altermundus.fr) + +## Compatibility + +The new version of `tkz-euclide` is *not* fully compatible with the version +1.16 but the differences are minor. + +## History +- 3.06 correction of bugs, amelioration of the documentation. +- 3.05 correction of bugs, amelioration of the documentation. +- 3.02 replacement french documentation by english documentation, correction of bugs. +- 3.01 replacement `fp` for `xfp`, addition of some macros, correction of bugs +- 1.16 correction of bugs +- 1.13 first version + +## Author + +Alain Matthes, 5 rue de Valence, Paris 75005, al (dot) ma (at) mac (dot) com diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-FAQ.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-FAQ.tex index c445fcc6388..c445fcc6388 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-FAQ.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-FAQ.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-angles.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-angles.tex index d67ea4cc8d8..d67ea4cc8d8 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-angles.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-angles.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-arcs.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-arcs.tex index 9c802352a1c..9c802352a1c 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-arcs.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-arcs.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-base.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-base.tex index 6e250bb49ab..6e250bb49ab 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-base.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-base.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-circles.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-circles.tex index 7b58f6dffd8..7b58f6dffd8 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-circles.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-circles.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-compass.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-compass.tex index a66e7809a18..a66e7809a18 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-compass.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-compass.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-config.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-config.tex index c4bdaa1a224..c4bdaa1a224 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-config.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-config.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-exemples.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-exemples.tex index fb591ba5e01..fb591ba5e01 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-exemples.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-exemples.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-installation.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-installation.tex index bcbc555fd76..bcbc555fd76 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-installation.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-installation.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-intersec.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-intersec.tex index 3f7619188db..3f7619188db 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-intersec.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-intersec.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-lines.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-lines.tex index 45e4a3d3fdf..45e4a3d3fdf 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-lines.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-lines.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-main.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-main.tex index e0946accd54..a62d02eb579 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-main.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-main.tex @@ -46,14 +46,14 @@ index = totoc, footinclude = false, twoside, - headings = small]{tkz-doc} -\usepackage{etoc} + headings = small + ]{tkz-doc} \gdef\tkznameofpack{tkz-euclide} -\gdef\tkzversionofpack{3.05c} -\gdef\tkzdateofpack{2020/03/03} +\gdef\tkzversionofpack{3.06c} +\gdef\tkzdateofpack{2020/03/18} \gdef\tkznameofdoc{doc-tkz-euclide} -\gdef\tkzversionofdoc{3.05c} -\gdef\tkzdateofdoc{2020/03/03} +\gdef\tkzversionofdoc{3.06c} +\gdef\tkzdateofdoc{2020/03/18} \gdef\tkzauthorofpack{Alain Matthes} \gdef\tkzadressofauthor{} \gdef\tkznamecollection{AlterMundus} @@ -94,7 +94,10 @@ Ligatures=TeX, Numbers={Lowercase,Monospaced}] \usepackage{unicode-math} -\usepackage{fourier-otf,zorna} +\usepackage{fourier-otf} +\makeatletter +\if@tkzcadre \usepackage{zorna} \fi +\makeatother \usepackage{datetime,multicol,lscape} \usepackage[english]{babel} \usepackage[autolanguage]{numprint} @@ -116,7 +119,7 @@ %<---------------------------------------------------------------------------> \AtBeginDocument{\MakeShortVerb{\|}} % link to shortvrb \begin{document} - + \parindent=0pt \author{\tkzauthorofpack} \title{\tkznameofpack} @@ -125,6 +128,8 @@ \thispagestyle{empty} \maketitle \null +\makeatletter +\if@tkzcadre \AddToShipoutPicture*{% \setlength\unitlength{1mm} \put(70,120){% @@ -145,6 +150,9 @@ \end{center}}; \end{tikzpicture}} } +\else +\fi +\makeatother \clearpage \tkzSetUpColors[background=white,text=darkgray] @@ -162,7 +170,7 @@ Now the package needs the version 3.0 of \TIKZ. English is not my native langu \lefthand\ Firstly, I would like to thank \textbf{Till Tantau} for the beautiful \LaTeX{} package, namely \href{http://sourceforge.net/projects/pgf/}{\TIKZ}. \vspace*{12pt} -\lefthand\ I received much valuable advice, remarks, corrections and examples from \tkzimp{Jean-Côme Charpentier}, \tkzimp{Josselin Noirel}, \tkzimp{Manuel Pégourié-Gonnard}, \tkzimp{Franck Pastor}, \tkzimp{David Arnold}, \tkzimp{Ulrike Fischer}, \tkzimp{Stefan Kottwitz}, \tkzimp{Christian Tellechea}, \tkzimp{Nicolas Kisselhoff}, \tkzimp{David Arnold}, \tkzimp{Wolfgang Büchel}, \tkzimp{John Kitzmiller}, \tkzimp{Dimitri Kapetas}, \tkzimp{Gaétan Marris}, \tkzimp{Mark Wibrow}, \tkzimp{Yves Combe} for his work on a protractor, \tkzimp{Paul Gaborit} and \tkzimp{Laurent} for all his corrections, remarks and questions. +\lefthand\ I received much valuable advice, remarks, corrections and examples from \tkzimp{Jean-Côme Charpentier}, \tkzimp{Josselin Noirel}, \tkzimp{Manuel Pégourié-Gonnard}, \tkzimp{Franck Pastor}, \tkzimp{David Arnold}, \tkzimp{Ulrike Fischer}, \tkzimp{Stefan Kottwitz}, \tkzimp{Christian Tellechea}, \tkzimp{Nicolas Kisselhoff}, \tkzimp{David Arnold}, \tkzimp{Wolfgang Büchel}, \tkzimp{John Kitzmiller}, \tkzimp{Dimitri Kapetas}, \tkzimp{Gaétan Marris}, \tkzimp{Mark Wibrow}, \tkzimp{Yves Combe} for his work on a protractor, \tkzimp{Paul Gaborit} and \tkzimp{Laurent Van Deik} for all his corrections, remarks and questions. \vspace*{12pt} \lefthand\ I would also like to thank Eric Weisstein, creator of MathWorld: diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-news.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-news.tex index f6b6d1068d0..f6b6d1068d0 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-news.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-news.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-pointby.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-pointby.tex index fdc4f91fb99..fdc4f91fb99 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-pointby.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-pointby.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-points.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-points.tex index cce1c9066f7..cce1c9066f7 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-points.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-points.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-pointsSpc.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-pointsSpc.tex index f2bdf788cee..f2bdf788cee 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-pointsSpc.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-pointsSpc.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-pointwith.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-pointwith.tex index 8af18810030..8af18810030 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-pointwith.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-pointwith.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-polygons.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-polygons.tex index d63e31fdea0..d63e31fdea0 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-polygons.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-polygons.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-presentation.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-presentation.tex index 44aa4cd0078..44aa4cd0078 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-presentation.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-presentation.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-rapporteur.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-rapporteur.tex index ebd7f3fd804..ebd7f3fd804 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-rapporteur.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-rapporteur.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-rnd.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-rnd.tex index 47a5bd70f0e..47a5bd70f0e 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-rnd.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-rnd.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-sectors.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-sectors.tex index 030af8917f5..030af8917f5 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-sectors.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-sectors.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-show.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-show.tex index f52a7494307..f52a7494307 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-show.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-show.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-tools.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-tools.tex index 819b57dc772..819b57dc772 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-tools.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-tools.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-triangles.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-triangles.tex index 038e93892cb..038e93892cb 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/latex/TKZdoc-euclide-triangles.tex +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-triangles.tex diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide.pdf b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide.pdf Binary files differindex 2bc4e0d9b4d..bbaa8678ef5 100644 --- a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide.pdf +++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide.pdf diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-euclide.sty b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-euclide.sty index 74ab4a29873..9507e2b1e62 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-euclide.sty +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-euclide.sty @@ -36,14 +36,14 @@ % tkz-tools-math.tex %<------------------------------------------------------------–> -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-euclide.sty} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-euclide.sty} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{tkz-euclide}[2020/03/03 3.05c for euclidan geometry ] +\ProvidesPackage{tkz-euclide}[2020/03/18 3.06c for euclidan geometry ] \RequirePackage{tkz-base} \makeatletter -\@ifpackagelater{tkz-base}{2020/03/03}{% +\@ifpackagelater{tkz-base}{2020/03/18}{% % Package is new enough }{% \PackageError{tkz-euclide}{Package tkz-base is too old , you need a recent version}% @@ -75,4 +75,4 @@ eu-sectors,% eu-show,% eu-triangles} -\endinput +\endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-angles.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-angles.tex index 2347745e0b0..75b8bf6c926 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-angles.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-angles.tex @@ -13,9 +13,9 @@ % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-tool-eu-angles.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-tool-eu-angles.tex} \makeatletter %<--------------------------------------------------------------------------–> \newdimen\tkz@arcsize% from julian julian@d-and-j.net @@ -69,18 +69,18 @@ %\tikzset{lbstyle/.style = {color=\tkz@mainlinecolor}} \pgfkeys{/tkzmkangle/.cd, - arc/.estore in = \tkz@arc, - size/.store in = \tkz@size, - mark/.store in = \tkz@markang, - mkpos/.estore in = \tkz@mkpos, - mksize/.store in = \tkz@mksize, - mkcolor/.store in = \tkz@mkcolor, - arc = l, - size = 1 cm, - mark = |, - mksize = 4pt, - mkcolor = black, - mkpos = 0.5, + arc/.estore in = \tkz@arc, + size/.store in = \tkz@size, + mark/.store in = \tkz@markang, + mkpos/.estore in = \tkz@mkpos, + mksize/.store in = \tkz@mksize, + mkcolor/.store in = \tkz@mkcolor, + arc = l, + size = 1 cm, + mark = |, + mksize = 4pt, + mkcolor = black, + mkpos = 0.5, /tkzmkangle/.search also={/tikz} } \def\tkzMarkAngle{\pgfutil@ifnextchar[{\tkz@MarkAngle}{\tkz@MarkAngle[]}} \def\tkz@MarkAngle[#1](#2,#3,#4){% @@ -95,22 +95,22 @@ \def\tkz@mymark{\pgfuseplotmark{\tkz@markang}} % draw the arcs \begin{scope}[decoration= {markings, - mark=at position \tkz@mkpos with {\tkz@mymark}}] + mark=at position \tkz@mkpos with {\tkz@mymark}}] \ifx\tkz@arc\tkz@arcsimple - \tkzDrawArcRAN[#1,fill=none,postaction={decorate}]% - (#3,\tkz@size)(\tkz@FirstAngle,\tkz@SecondAngle) + \tkzDrawArcRAN[#1,fill=none,postaction={decorate}]% + (#3,\tkz@size)(\tkz@FirstAngle,\tkz@SecondAngle) \else \ifx\tkz@arc\tkz@arcdouble - \tkzDrawArcRAN[#1,fill=none](#3,\tkz@size-1.5\pgflinewidth)% - (\tkz@FirstAngle,\tkz@SecondAngle) + \tkzDrawArcRAN[#1,fill=none](#3,\tkz@size-1.5\pgflinewidth)% + (\tkz@FirstAngle,\tkz@SecondAngle) \tkzPathArcRAN[#1,fill=none,postaction={decorate}]% - (#3,\tkz@size)(\tkz@FirstAngle,\tkz@SecondAngle)% - \tkzDrawArcRAN[#1,fill=none](#3,\tkz@size+1.5\pgflinewidth)% + (#3,\tkz@size)(\tkz@FirstAngle,\tkz@SecondAngle)% + \tkzDrawArcRAN[#1,fill=none](#3,\tkz@size+1.5\pgflinewidth)% (\tkz@FirstAngle,\tkz@SecondAngle)% \else \ifx\tkz@arc\tkz@arctriple \tkzDrawArcRAN[#1,fill=none,postaction={decorate}]% - (#3,\tkz@size)(\tkz@FirstAngle,\tkz@SecondAngle)% + (#3,\tkz@size)(\tkz@FirstAngle,\tkz@SecondAngle)% \tkzDrawArcRAN[#1,fill=none](#3,\tkz@size-2.5\pgflinewidth)% (\tkz@FirstAngle,\tkz@SecondAngle)% \tkzDrawArcRAN[#1,fill=none](#3,\tkz@size+2.5\pgflinewidth)% @@ -146,18 +146,18 @@ % FillAngle %<--------------------------------------------------------------------------–> \pgfkeys{/tkzFill/.cd, - size/.store in = \tkz@size, - size = 1 cm, - /tkzFill/.search also={/tikz} + size/.store in = \tkz@size, + size = 1 cm, + /tkzFill/.search also = {/tikz} } \def\tkzFillAngle{\pgfutil@ifnextchar[{\tkz@FillAngle}{\tkz@FillAngle[]}} \def\tkz@FillAngle[#1](#2,#3,#4){% \begingroup \pgfqkeys{/tkzFill}{#1} - \tkzFindSlopeAngle(#3,#2)\tkzGetAngle{tkz@dirOne} - \tkzFindSlopeAngle(#3,#4)\tkzGetAngle{tkz@dirTwo} - \tkzNormalizeAngle(\tkz@dirOne,\tkz@dirTwo) + \tkzFindSlopeAngle(#3,#2)\tkzGetAngle{tkz@dirOne} + \tkzFindSlopeAngle(#3,#4)\tkzGetAngle{tkz@dirTwo} + \tkzNormalizeAngle(\tkz@dirOne,\tkz@dirTwo) \path[shift = {(#3)},/tkzFill/.cd,#1]% (#3) -- (\tkz@FirstAngle:\tkz@size) arc% (\tkz@FirstAngle:\tkz@SecondAngle:\tkz@size)--cycle; @@ -185,10 +185,10 @@ } %<------------------------- Label on angle -------------------------------–> \pgfkeys{/tkzlabelangle/.cd, - dist/.store in = \tkzlabeldist, - angle/.store in = \tkzlabelangle, - dist = 1, - angle = {}, + dist/.store in = \tkzlabeldist, + angle/.store in = \tkzlabelangle, + dist = 1, + angle = {}, /tkzlabelangle/.search also={/tikz} } \def\tkzLabelAngle{\pgfutil@ifnextchar[{\tkz@LabelAngle}{\tkz@LabelAngle[]}} @@ -196,10 +196,10 @@ \begingroup \pgfqkeys{/tkzlabelangle}{#1} \ifx\tkzutil@empty\tkzlabelangle% no value so calc angle of bisector - \tkzFindSlopeAngle(#3,#2)\tkzGetAngle{tkz@dirOne} - \tkzFindSlopeAngle(#3,#4)\tkzGetAngle{tkz@dirTwo} - \tkzNormalizeAngle(\tkz@dirOne,\tkz@dirTwo) - \edef\tkzlabelAngle{\fpeval{(\tkz@SecondAngle+\tkz@FirstAngle)/2}} + \tkzFindSlopeAngle(#3,#2)\tkzGetAngle{tkz@dirOne} + \tkzFindSlopeAngle(#3,#4)\tkzGetAngle{tkz@dirTwo} + \tkzNormalizeAngle(\tkz@dirOne,\tkz@dirTwo) + \edef\tkzlabelAngle{\fpeval{(\tkz@SecondAngle+\tkz@FirstAngle)/2}} \fi \path (#3) --+(\tkzlabelAngle:\tkzlabeldist) node[/tkzlabelangle/.cd,#1] {#5}; \endgroup @@ -231,12 +231,12 @@ % Symbole droites perpendiculaires %<---------------------------------------------------------------------- \pgfkeys{/tkzrightangle/.cd, - norm tkz code/.is if = normtkzcode@execute, - german/.code = \normtkzcode@executefalse, - size/.store in = \tkz@ra@size, - dotsize/.store in = \tkz@dotsize, - size = .25, - dotsize = 3 pt, + norm tkz code/.is if = normtkzcode@execute, + german/.code = \normtkzcode@executefalse, + size/.store in = \tkz@ra@size, + dotsize/.store in = \tkz@dotsize, + size = .25, + dotsize = 3 pt, /tkzrightangle/.search also={/tikz}, } \newcommand*{\tkzMarkRightAngle}[1][]{\tkz@RightAngle[#1]} @@ -252,32 +252,33 @@ \pgfpointanchor{#4}{center}}} \tkz@bx=\pgf@x\relax% \tkz@by=\pgf@y\relax% - \ifnormtkzcode@execute% - \draw[/tkzrightangle/.cd,#1] - (#3) --++( 28.45274*\tkz@ra@size\tkz@ax , 28.45274*\tkz@ra@size\tkz@ay) - --++( 28.45274*\tkz@ra@size\tkz@bx , 28.45274*\tkz@ra@size\tkz@by) - --++(-28.45274*\tkz@ra@size\tkz@ax ,-28.45274*\tkz@ra@size\tkz@ay) - -- (#3); - \else% - % find angles - \tkzFindSlopeAngle(#3,#2)\tkzGetAngle{tkz@dirOne} - \tkzFindSlopeAngle(#3,#4)\tkzGetAngle{tkz@dirTwo} - \tkzNormalizeAngle(\tkz@dirOne,\tkz@dirTwo) - \edef\tkzCircleAngle{\fpeval{(\tkz@SecondAngle+\tkz@FirstAngle)/2}} - \tkzDrawArcRAN[/tkzrightangle/.cd,#1](#3,\tkz@ra@size)% - (\tkz@FirstAngle,\tkz@SecondAngle) - \path (#3) --+ (\tkzCircleAngle:\tkz@ra@size/2) - node[fill,circle,minimum size=\tkz@dotsize,inner sep=0 pt] {}; + \ifnormtkzcode@execute% + \draw[/tkzrightangle/.cd,#1] + (#3) --++( 28.45274*\tkz@ra@size\tkz@ax , 28.45274*\tkz@ra@size\tkz@ay) + --++( 28.45274*\tkz@ra@size\tkz@bx , 28.45274*\tkz@ra@size\tkz@by) + --++(-28.45274*\tkz@ra@size\tkz@ax ,-28.45274*\tkz@ra@size\tkz@ay) + -- (#3); + \else% + % find angles + \tkzFindSlopeAngle(#3,#2)\tkzGetAngle{tkz@dirOne} + \tkzFindSlopeAngle(#3,#4)\tkzGetAngle{tkz@dirTwo} + \tkzNormalizeAngle(\tkz@dirOne,\tkz@dirTwo) + \edef\tkzCircleAngle{\fpeval{(\tkz@SecondAngle+\tkz@FirstAngle)/2}} + \tkzDrawArcRAN[/tkzrightangle/.cd,#1](#3,\tkz@ra@size)% + (\tkz@FirstAngle,\tkz@SecondAngle) + \path (#3) --+ (\tkzCircleAngle:\tkz@ra@size/2) + node[fill,circle,minimum size=\tkz@dotsize, + inner sep=0 pt,/tkzrightangle/.cd,#1] {}; \fi% \endgroup } %<--------------------------------------------------------------------------–> \def\tkz@multiRA#1 #2\@nil{% \protected@edef\tkz@temp{ - \noexpand \tkzMarkRightAngle[\tkz@optRA](#1)}\tkz@temp% + \noexpand \tkzMarkRightAngle[\tkz@optRA](#1)}\tkz@temp% \def\tkz@nextArg{#2}% \ifx\tkzutil@empty\tkz@nextArg - \let\next\@gobble + \let\next\@gobble \fi \next#2\@nil } @@ -287,11 +288,10 @@ \def\tkz@RightAngles[#1](#2){% \xdef\tkz@optRA{#1} \begingroup - \let\next\tkz@multiRA - \next#2 \@nil % + \let\next\tkz@multiRA + \next#2 \@nil % \endgroup } \makeatother -\endinput -
\ No newline at end of file +\endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-arcs.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-arcs.tex index e58b01e25ae..2302fbbc615 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-arcs.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-arcs.tex @@ -14,9 +14,9 @@ % utf8 encoding -\def\fileversion{3.05c} +\def\fileversion{3.06c} \def\filedate{2020/03/23} -\typeout{2020/03/23 3.05c tkz-obj-eu-arcs.tex} +\typeout{2020/03/23 3.06c tkz-obj-eu-arcs.tex} \makeatletter %<------------------------------ Arcs -------------------------------------– % options : delta @@ -175,5 +175,4 @@ %<--------------------------------------------------------------------------–> \makeatother -\endinput -
\ No newline at end of file +\endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-circles.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-circles.tex index 901cb72348d..78e98afa8fe 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-circles.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-circles.tex @@ -13,9 +13,9 @@ % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-obj-eu-circles.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-obj-eu-circles.tex} \makeatletter %<--------------------------------------------------------------------------–> % tkzCircle center and one point diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-compass.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-compass.tex index 50cda7b15b5..136fee4522d 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-compass.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-compass.tex @@ -13,9 +13,9 @@ % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-obj-eu-compass.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-obj-eu-compass.tex} \makeatletter %<--------------------------------------------------------------------------–> % Author Alain Matthes @@ -108,5 +108,4 @@ }% \makeatother -\endinput -
\ No newline at end of file +\endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-circles.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-circles.tex index 1b05f579afc..8d340ba99d3 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-circles.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-circles.tex @@ -13,9 +13,9 @@ % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-obj-eu-draw-circles.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-obj-eu-draw-circles.tex} \makeatletter %for compatibility %<--------------------------------------------------------------------------–> diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-lines.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-lines.tex index 3df6a484c2f..9804439ee34 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-lines.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-lines.tex @@ -13,9 +13,9 @@ % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-obj-eu-draw-lines.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-obj-eu-draw-lines.tex} \makeatletter \def\tkz@numdl{0} \pgfkeys{/tkzdrawl/.cd, diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-polygons.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-polygons.tex index a960baa49bb..9388916c429 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-polygons.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-draw-polygons.tex @@ -13,9 +13,9 @@ % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-obj-eu-polygons.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-obj-eu-polygons.tex} \makeatletter %<--------------------------------------------------------------------------–> % Polygon diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-lines.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-lines.tex index de4323a8b0c..c8137bcc6e8 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-lines.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-lines.tex @@ -13,9 +13,9 @@ % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-obj-eu-lines.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-obj-eu-lines.tex} \makeatletter %<--------------------------------------------------------------------------–> % les lignes @@ -242,4 +242,4 @@ \endgroup } \makeatother -\endinput +\endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-by.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-by.tex index 6e63182107a..9075bff11a3 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-by.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-by.tex @@ -12,9 +12,9 @@ % % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-tools-eu-points-by.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-tools-eu-points-by.tex} \makeatletter %<--------------------------------------------------------------------------–> % Transformations Géométriques @@ -423,6 +423,5 @@ inversion/.code args={center #1 through #2}{% %<--------------------------------------------------------------------------–> % Fin des transformations %<--------------------------------------------------------------------------–> - - \makeatother +\makeatother \endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-rnd.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-rnd.tex index 30f20fc8b84..008021cf106 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-rnd.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-rnd.tex @@ -12,9 +12,9 @@ % % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-obj-eu-points-rnd.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-obj-eu-points-rnd.tex} %<--------------------------------------------------------------------------–> \makeatletter %<-------------------------------------------------------------------------–> diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-with.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-with.tex index 8d239713c7f..66ce3aa16ca 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-with.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points-with.tex @@ -12,9 +12,9 @@ % % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-obj-eu-points-with.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-obj-eu-points-with.tex} \makeatletter %<--------------------------------------------------------------------------–> % Vectors diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points.tex index b6d8d45318a..64118c22e9a 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-points.tex @@ -12,9 +12,9 @@ % % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-obj-eu-points.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-obj-eu-points.tex} \makeatletter %add ExCenter %<--------------------------------------------------------------------------–> diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex index d92acc32498..32353d145f1 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-polygons.tex @@ -12,10 +12,10 @@ % % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-obj-eu-polygons.tex} -% bug in regular polygon side 2020/03/03 +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-obj-eu-polygons.tex} +% bug in regular polygon side 2020/03/18 \makeatletter %<--------------------------------------------------------------------------–> % Polygon @@ -115,8 +115,5 @@ \def\tkzClipOutPolygon(#1,#2){\clip[tkzreverseclip] (#1) \foreach \pt in {#1,#2}{--(\pt)}--cycle; } - - - \makeatother \endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-protractor.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-protractor.tex index bfd37bc1ef0..dcc5a1081df 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-protractor.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-protractor.tex @@ -12,9 +12,9 @@ % % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} - \typeout{2020/03/03 3.05c tkz-obj-eu-protractor.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} + \typeout{2020/03/18 3.06c tkz-obj-eu-protractor.tex} \makeatletter %<--------------------------------------------------------------------------–> % !!! idea from Y. Combe !!! @@ -121,5 +121,4 @@ % fin de \tkzProtractor %<--------------------------------------------------------------------------–> \makeatother -\endinput - +\endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-sectors.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-sectors.tex index fad5b8e70b2..3d178a25861 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-sectors.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-sectors.tex @@ -12,9 +12,9 @@ % % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-obj-eu-sectors.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-obj-eu-sectors.tex} \makeatletter %<----------------------- Sectors ------------------------------–> \tikzset{sstyle/.style={#1}} @@ -343,5 +343,4 @@ \endgroup } \makeatother -\endinput -
\ No newline at end of file +\endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-show.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-show.tex index 40a39c87e30..281eee5d9cd 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-show.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-show.tex @@ -12,9 +12,9 @@ % % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-obj-eu-show.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-obj-eu-show.tex} \makeatletter %<--------------------------------------------------------------------------–> % finding specific points in a triangle @@ -349,7 +349,5 @@ translation/.code args={from #1 to #2}{% \endgroup } %<-------------------------------------------------------------------------–> -%<-------------------------------------------------------------------------–> - \makeatother \endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-triangles.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-triangles.tex index 48fa5b973f1..41332b9f6ec 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-triangles.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-obj-eu-triangles.tex @@ -13,9 +13,9 @@ % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-obj-eu-triangles.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-obj-eu-triangles.tex} \makeatletter %<--------------------------------------------------------------------------–> % Triangle Equilateral @@ -454,6 +454,5 @@ \endpgfinterruptboundingbox \endgroup } - \makeatother \endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-angles.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-angles.tex index 9a88ffeaaca..32dfc82e65a 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-angles.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-angles.tex @@ -12,9 +12,9 @@ % % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-tools-angles.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-tools-angles.tex} \makeatletter %<--------------------------------------------------------------------------–> %<--------------------------------------------------------------------------–> diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-intersections.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-intersections.tex index 58a8e6e6c0e..d0517fdee75 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-intersections.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-intersections.tex @@ -12,9 +12,9 @@ % % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-tools-intersections.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-tools-intersections.tex} \makeatletter %<--------------------------------------------------------------------------–> % intersection de deux lignes @@ -397,7 +397,6 @@ with nodes/.code = {\global\def\tkz@numcc{2}} \tkzCalcLength(#5,#6)\tkzGetLength{tkz@rayB} \tkzInterCCR(#1,\tkz@rayA pt)(#4,\tkz@rayB pt){#7}{#8} \endgroup -} - +} \makeatother \endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-math.tex b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-math.tex index 97bc6c698a4..fbd34cb84c4 100644 --- a/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-math.tex +++ b/Master/texmf-dist/tex/latex/tkz-euclide/tkz-tools-math.tex @@ -12,9 +12,9 @@ % % The Current Maintainer of this work is Alain Matthes. % utf8 encoding -\def\fileversion{3.05c} -\def\filedate{2020/03/03} -\typeout{2020/03/03 3.05c tkz-tools-math.tex} +\def\fileversion{3.06c} +\def\filedate{2020/03/18} +\typeout{2020/03/18 3.06c tkz-tools-math.tex} \makeatletter %<--------------------------------------------------------------------------> % \tkzpointnormalised normalise un point A-->A' tq ||v(OA')=1|| @@ -122,5 +122,5 @@ \pgfmath@returnone\tkz@xfpMathLen pt% \endgroup% }}} - \makeatother -\endinput
\ No newline at end of file +\makeatother +\endinput
\ No newline at end of file |