diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-fct/README.md | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-main.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tkz-fct/tkz-fct.sty | 8 |
3 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-fct/README.md b/Master/texmf-dist/doc/latex/tkz-fct/README.md index a82a5bb46a9..6f466c66663 100644 --- a/Master/texmf-dist/doc/latex/tkz-fct/README.md +++ b/Master/texmf-dist/doc/latex/tkz-fct/README.md @@ -1,6 +1,6 @@ # tkz-fct – Tools for drawing graphs of functions -Release 1.5c 2022/01/25 +Release 1.6c 2022/01/27 ## Description @@ -52,6 +52,8 @@ In order to format the numbers correctly, you place the following two lines Documentation for `tkz-fct` is available on CTAN and in your TeX distribution. ## History +- 1.6c Correction of bug qwhich prevented "tkz" packages from being loaded at the same time. + - 1.5c Added a warning message that tkz-fct must be loaded before tkz-euclide - 1.4c Correction of a bug in the macro \tkzFct. Correction of the documentation. diff --git a/Master/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-main.tex b/Master/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-main.tex index f0f647d92cf..5c52bae065c 100644 --- a/Master/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-main.tex +++ b/Master/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-main.tex @@ -1,4 +1,4 @@ -% Copyright (C) 2020 Alain Matthes +% Copyright (C) 2022 Alain Matthes % 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. diff --git a/Master/texmf-dist/tex/latex/tkz-fct/tkz-fct.sty b/Master/texmf-dist/tex/latex/tkz-fct/tkz-fct.sty index d8153b503eb..a4d998ce85d 100644 --- a/Master/texmf-dist/tex/latex/tkz-fct/tkz-fct.sty +++ b/Master/texmf-dist/tex/latex/tkz-fct/tkz-fct.sty @@ -1,4 +1,4 @@ -% Copyright (C) 2020 Alain Matthes +% Copyright (C) 2022 Alain Matthes % 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. @@ -13,11 +13,11 @@ % constants from tkz-base % \tkz@init@xstep % \tkz@init@ystep -\typeout{2022/01/25 1.5c function tkz-fct} +\typeout{2022/01/27 1.6c function tkz-fct} %<---------------------------------------------------------------------------> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{tkz-fct}[2022/01/25 1.5c function ] -\@ifpackageloaded{tkz-fct}{\typeout{tkz-base and tkz-fct must be loaded before tkz-euclide} +\ProvidesPackage{tkz-fct}[2022/01/27 1.6c function ] +\@ifpackageloaded{tkz-euclide}{\typeout{tkz-base and tkz-fct must be loaded before tkz-euclide} \PackageError{tkz-fct}{tkz-base must be loaded before tkz-euclide}{tkz-base must be loaded before tkz-euclide}% \endinput}{} |