diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-09 21:11:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-09 21:11:50 +0000 |
commit | 73566225aad7f30bc54cebf926bda8368f215d9c (patch) | |
tree | 47b8bc65cd5c580455aeb78aa249a51f499c37a9 /Master/texmf-dist/doc/latex | |
parent | 2bbefaf7d22aeeeb48c70ae3c38e18c59be60d70 (diff) |
tkz-doc (9mar20)
git-svn-id: svn://tug.org/texlive/trunk@54198 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-doc/README | 22 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-doc/couverture.tex | 27 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-doc/tkz-doc.cfg | 22 |
3 files changed, 52 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-doc/README b/Master/texmf-dist/doc/latex/tkz-doc/README index bd050e5e00d..1df3d863fb9 100644 --- a/Master/texmf-dist/doc/latex/tkz-doc/README +++ b/Master/texmf-dist/doc/latex/tkz-doc/README @@ -1,2 +1,24 @@ Class and package for the documentation of all tkz-* packages. %%% H I G H L Y E X P E R I M E N T A L %%% +readme-tkz-doc.txt V1.3c 2020/03/08 + +Licence +------- +% Copyright 2020 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. +% 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. +% +% This work has the LPPL maintenance status “maintained”. +% +% The Current Maintainer of this work is Alain Matthes. + + 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-doc/couverture.tex b/Master/texmf-dist/doc/latex/tkz-doc/couverture.tex index 25092db22d0..22d8728b94c 100644 --- a/Master/texmf-dist/doc/latex/tkz-doc/couverture.tex +++ b/Master/texmf-dist/doc/latex/tkz-doc/couverture.tex @@ -1,3 +1,17 @@ +% encoding: utf8 +% Copyright 2020 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. +% 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. +% +% This work has the LPPL maintenance status “maintained”. +% +% The Current Maintainer of this work is Alain Matthes. + %<--------- Couverture des documentations -------------------------------- %<------------------ Make Title ------------------------------------------ @@ -51,18 +65,7 @@ \pgfusepath{}% }% \end{pgfpicture}} -\put(80,150){ -\begin{tikzpicture}[scale=.75,rotate=60] -\tkzDefPoints{00/0/A,12/0/B,6/12*sind(60)/C} -\foreach \density in {20,30,...,240}{% - \tkzDrawPolygon[fill=teal!\density](A,B,C) - \pgfnodealias{X}{A} - \tkzDefPointWith[linear,K=.15](A,B) \tkzGetPoint{A} - \tkzDefPointWith[linear,K=.15](B,C) \tkzGetPoint{B} - \tkzDefPointWith[linear,K=.15](C,X) \tkzGetPoint{C} - } -\end{tikzpicture}% -} + \put(60,250){% 60,250 en portait 120,180 \makebox(0,0)[l]{% \begin{tikzpicture} diff --git a/Master/texmf-dist/doc/latex/tkz-doc/tkz-doc.cfg b/Master/texmf-dist/doc/latex/tkz-doc/tkz-doc.cfg index 7c09cefcc32..e360a4231bf 100644 --- a/Master/texmf-dist/doc/latex/tkz-doc/tkz-doc.cfg +++ b/Master/texmf-dist/doc/latex/tkz-doc/tkz-doc.cfg @@ -1,9 +1,17 @@ % Copyright 2011 by Alain Matthes +% encoding: utf8 +% Copyright 2020 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. +% 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. % -% This file may be distributed and/or modified -% -% 1. under the LaTeX Project Public License and/or -% 2. under the GNU Public License. +% This work has the LPPL maintenance status “maintained”. +% +% The Current Maintainer of this work is Alain Matthes. % original tkz-doc.cfg % @@ -13,8 +21,8 @@ % variable. %=============================================================================== -\def\fileversion{1.2c} -\def\filedate{2020/02/03} +\def\fileversion{1.3c} +\def\filedate{2020/03/03} % ============= colors ========================================================= @@ -56,7 +64,7 @@ \newcommand*{\BS}{\texttt{\char92}} \newcommand*{\tkz}{T{\em k}Z} \newcommand*{\PGF}{\tkzname{PGF}} -\newcommand*{\TIKZ}{TikZ} +\newcommand*{\TIKZ}{Ti\textsl{k}Z} \newcommand*{\pdf}{\textsc{pdf}} \newcommand*{\pgfname}{\textsc{pgf}} \newcommand*{\tikzname}{Ti{\em k}Z} |