summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-01-27 21:41:49 +0000
committerKarl Berry <karl@freefriends.org>2022-01-27 21:41:49 +0000
commit1519c1a484e357df71a791249ba8aecf3a5700d8 (patch)
tree8017b48165720b8936e5f5aa49efe381f9aceb73 /Master/texmf-dist
parentf4d4dadab2ac03e2a1d2718e69f0d36005709ab1 (diff)
tkz-fct (27jan22)
git-svn-id: svn://tug.org/texlive/trunk@61766 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-fct/README.md4
-rw-r--r--Master/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-main.tex2
-rw-r--r--Master/texmf-dist/tex/latex/tkz-fct/tkz-fct.sty8
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}{}