summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-08 21:50:55 +0000
committerKarl Berry <karl@freefriends.org>2022-02-08 21:50:55 +0000
commit8b07e19420203613f0ed72a9ec1f7e6585cf8886 (patch)
tree52490d707ac9a2854a0e3ddb55f54ba842c42cc5 /Master
parente2c17c234c6f771a8184b3ed6ca58c92d3fbbdba (diff)
tkz-fct (8feb22)
git-svn-id: svn://tug.org/texlive/trunk@61949 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-fct/README.md6
-rw-r--r--Master/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-main.tex12
-rw-r--r--Master/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-tangent.tex2
-rw-r--r--Master/texmf-dist/doc/latex/tkz-fct/tkz-fct.pdfbin728705 -> 732869 bytes
-rw-r--r--Master/texmf-dist/tex/latex/tkz-fct/tkz-fct.sty10
5 files changed, 15 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-fct/README.md b/Master/texmf-dist/doc/latex/tkz-fct/README.md
index 6f466c66663..c9b8b5413a0 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.6c 2022/01/27
+Release 1.7c 2022/02/07
## Description
@@ -52,7 +52,9 @@ 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.7c Correction of the documentation
+- 1.6c Correction of bug which prevented "tkz" packages from being loaded at the same time.
+ Minor corrections to the documentation
- 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 5c52bae065c..dc6f6df1504 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
@@ -19,11 +19,11 @@
]{tkz-doc}
\usepackage{etoc}
\gdef\tkznameofpack{tkz-fct}
-\gdef\tkzversionofpack{1.5c}
-\gdef\tkzdateofpack{2022/01/25}
-\gdef\tkznameofdoc{doc-tkz-tab}
-\gdef\tkzdateofdoc{2022/01/25}
-\gdef\tkzversionofdoc{1.5c}
+\gdef\tkzversionofpack{1.7c}
+\gdef\tkzdateofpack{2022/02/07}
+\gdef\tkznameofdoc{doc-tkz-fct}
+\gdef\tkzdateofdoc{2022/02/07}
+\gdef\tkzversionofdoc{1.7c}
\gdef\tkzauthorofpack{Alain Matthes}
\gdef\tkzadressofauthor{}
\gdef\tkznamecollection{AlterMundus}
@@ -51,7 +51,7 @@
pdfauthor={\tkzauthorofpack},
pdftitle={\tkznameofpack},
pdfkeywords={tikz, pgf, pdf, pdflatex, graphic, euclide,lualatex,
- points, maths, graph, gnuplot, angle ,function},
+ points, maths, graph, gnuplot, angle, function},
pdfcreator={\tkzengine}
}
\usepackage{url}
diff --git a/Master/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-tangent.tex b/Master/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-tangent.tex
index ad5b8088ff0..683c10a530b 100644
--- a/Master/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-tangent.tex
+++ b/Master/texmf-dist/doc/latex/tkz-fct/TKZdoc-fct-tangent.tex
@@ -65,7 +65,7 @@ On peut changer le style des tangentes avec, par exemple,
\tkzAxeXY
\tkzFct[color=red,samples=100,domain = 0:800]%
{(1./90000)*\x*\x*\x-(1./100)*\x*\x+(113./36)*\x}
- \tkzDrawTangentLine[color=blue,kr=300,kl=450,coord](450)
+ \tkzDrawTangentLine[color=blue,kr=300,kl=450](450)
\tkzText[draw, color = black,%
fill = brown!50, opacity = 0.8](300,1200)%
{$f(x)=\dfrac{1}{90000}x^3 -\dfrac{1}{{100}}x^2 +\dfrac{113}{36}x$}
diff --git a/Master/texmf-dist/doc/latex/tkz-fct/tkz-fct.pdf b/Master/texmf-dist/doc/latex/tkz-fct/tkz-fct.pdf
index c925fc12508..b1807b65e5e 100644
--- a/Master/texmf-dist/doc/latex/tkz-fct/tkz-fct.pdf
+++ b/Master/texmf-dist/doc/latex/tkz-fct/tkz-fct.pdf
Binary files differ
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 a4d998ce85d..e693b44b3ca 100644
--- a/Master/texmf-dist/tex/latex/tkz-fct/tkz-fct.sty
+++ b/Master/texmf-dist/tex/latex/tkz-fct/tkz-fct.sty
@@ -13,14 +13,16 @@
% constants from tkz-base
% \tkz@init@xstep
% \tkz@init@ystep
-\typeout{2022/01/27 1.6c function tkz-fct}
+\typeout{2022/01/27 1.7c function tkz-fct}
%<--------------------------------------------------------------------------->
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tkz-fct}[2022/01/27 1.6c function ]
+\ProvidesPackage{tkz-fct}[2022/01/27 1.7c 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}{}
+\newif\iftkz@draw
+\newif\iftkz@fp
\newcount\tkz@tkzf@fct
\edef\tkzTWOPTCode{\the\catcode`\:}
\tkz@tkzf@fct=0 %
@@ -74,12 +76,9 @@
% Styles
%<--------------------------------------------------------------------------->
\def\tkzfctset#1{\pgfkeys{/tkztan/.cd,#1}}
-
\tkzfctset{tan style/.style={->,>=latex}} %<--------------------------------------------------------------------------->
% tkzFct
%<--------------------------------------------------------------------------->
-\newif\iftkz@draw
-\newif\iftkz@fp
\def\tkz@dmin{-5}\def\tkz@dmax{5}
\global\let\tkz@tmp@xa\tkz@init@xmin% modif 2016
\global\let\tkz@tmp@xb\tkz@init@xmax% modif 2016
@@ -588,7 +587,6 @@
\end{scope}
\endgroup
}
-
%<--------------------------------------------------------------------------–>
% tkzXH F rien T et [ ou ]
%<--------------------------------------------------------------------------–>