summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-29 21:29:07 +0000
committerKarl Berry <karl@freefriends.org>2020-04-29 21:29:07 +0000
commit672b4dfe3da32a97b0e571756927b2c5f9da1034 (patch)
tree6ee19c468dad602ec292bc29840569d796e60e2b
parent0307bcecd0d6d579124ad1b8b89540665854d665 (diff)
tkz-tab (29apr20)
git-svn-id: svn://tug.org/texlive/trunk@54940 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/tkz-tab/README.md4
-rw-r--r--Master/texmf-dist/doc/latex/tkz-tab/TKZdoc-tab-main.tex51
-rw-r--r--Master/texmf-dist/doc/latex/tkz-tab/TKZdoc-tab.pdfbin346356 -> 346429 bytes
-rw-r--r--Master/texmf-dist/tex/latex/tkz-tab/tkz-tab.sty15
4 files changed, 28 insertions, 42 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-tab/README.md b/Master/texmf-dist/doc/latex/tkz-tab/README.md
index 57492474162..a45c259453d 100644
--- a/Master/texmf-dist/doc/latex/tkz-tab/README.md
+++ b/Master/texmf-dist/doc/latex/tkz-tab/README.md
@@ -1,4 +1,4 @@
-Release 2.1c 2020/04/10
+Release 2.12c 2020/04/29
## Description
@@ -34,7 +34,7 @@ Documentation for `tkz-tab` is available on `CTAN`. You will soon be able to fin
## History
-
+- v 2.11 correction of a bug in the macro \tkzTabSetup
- v 2.1 correction of bugs and add examples in the documentation
## Author
diff --git a/Master/texmf-dist/doc/latex/tkz-tab/TKZdoc-tab-main.tex b/Master/texmf-dist/doc/latex/tkz-tab/TKZdoc-tab-main.tex
index e6b191b5b93..4ab8376d437 100644
--- a/Master/texmf-dist/doc/latex/tkz-tab/TKZdoc-tab-main.tex
+++ b/Master/texmf-dist/doc/latex/tkz-tab/TKZdoc-tab-main.tex
@@ -1,22 +1,14 @@
-% !TEX TS-program = lualatex
-% encoding : utf8
-% linknodesdoc.tex
-% Created by Alain Matthes on 2008-01-19.
-% Copyright (C) 2009 Alain Matthes
-%
-% This file may be distributed and/or modified
-%
-% 1. under the LaTeX Project Public License , either version 1.3
-% of this license or (at your option) any later version and/or
-% 2. under the GNU Public License.
-%
-% See the file doc/generic/pgf/licenses/LICENSE for more details.%
-% See http://www.latex-project.org/lppl.txt for details.
-%
-%
+% 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.
% ``TKZdoc-tab-main '' is the french doc of tkz-tab
-%
-%
+
\documentclass[DIV = 14,
fontsize = 10,
headinclude = false,
@@ -28,11 +20,11 @@
\usepackage{etoc}
\gdef\tkznameofpack{Tkz-Tab}
-\gdef\tkzversionofpack{2.1c}
-\gdef\tkzdateofpack{2020/04/10}
+\gdef\tkzversionofpack{2.12c}
+\gdef\tkzdateofpack{2020/04/29}
\gdef\tkznameofdoc{doc-tkz-tab}
-\gdef\tkzdateofdoc{2020/04/10}
-\gdef\tkzversionofdoc{2.1c}
+\gdef\tkzdateofdoc{2020/04/29}
+\gdef\tkzversionofdoc{2.12c}
\gdef\tkzauthorofpack{Alain Matthes}
\gdef\tkzadressofauthor{}
\gdef\tkznamecollection{AlterMundus}
@@ -87,13 +79,9 @@
BoldItalicFont=lmmonolt10-boldoblique.otf,
]
\newfontfamily\ttcondensed{lmmonoltcond10-regular.otf}
-%% (La)TeX font-related declarations:
\linespread{1.05} % Pagella needs more space between lines
\usepackage{unicode-math}
\usepackage{fourier-otf}
-% \makeatletter
-% \if@tkzcadre \usepackage{zorna} \fi
-% \makeatother
\usepackage{calc}
\usepackage[french]{babel}
\usepackage[np,autolanguage]{numprint}
@@ -104,17 +92,6 @@
\usepackage{url}
\def\UrlFont{\small\ttfamily}
-% \usepackage[protrusion = true,
-% expansion,
-% final,
-% verbose = false,
-% babel = true]{microtype}
-
-
-%\DisableLigatures{encoding = T1, family = tt*}
-\makeatletter
-%\renewcommand*\l@subsubsection{\bprot@dottedtocline{3}{3.8em}{4em}}
-\makeatother
\AtBeginDocument{\MakeShortVerb{\|}}
\colorlet{graphicbackground}{white}
diff --git a/Master/texmf-dist/doc/latex/tkz-tab/TKZdoc-tab.pdf b/Master/texmf-dist/doc/latex/tkz-tab/TKZdoc-tab.pdf
index fca8221a5ee..1b47876a6ea 100644
--- a/Master/texmf-dist/doc/latex/tkz-tab/TKZdoc-tab.pdf
+++ b/Master/texmf-dist/doc/latex/tkz-tab/TKZdoc-tab.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/tkz-tab/tkz-tab.sty b/Master/texmf-dist/tex/latex/tkz-tab/tkz-tab.sty
index e9715151ae1..b101f2df5be 100644
--- a/Master/texmf-dist/tex/latex/tkz-tab/tkz-tab.sty
+++ b/Master/texmf-dist/tex/latex/tkz-tab/tkz-tab.sty
@@ -10,7 +10,7 @@
% Objet : Création de tableaux (signes et variations)
%<----------------------------------------------------------------------------->
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tkz-tab}[2020/04/08 v2.1c variations (ctan version)]
+\ProvidesPackage{tkz-tab}[2020/04/29 v2.12c variations (ctan version)]
%<----------------------------------------------------------------------------->
\RequirePackage{ifthen}
\RequirePackage{xkeyval}[2005/11/25]
@@ -184,7 +184,7 @@
\tikzset{arrow style/.append style = {\cmdTAB@TTS@arrowcolor,
> = \cmdTAB@TTS@arrowstyle,
line width = \cmdTAB@TTS@arrowlinewidth}}
-\tikzset{node style/.append style = { fill = fondpaille}}
+\tikzset{node style/.append style = { fill = \cmdTAB@TTS@backgroundcolor}}
\tikzset{fondC/.style={fill = \cmdTAB@TTS@backgroundcolor}}
\tikzset{fondL/.style={fill = \cmdTAB@TTS@backgroundcolor}}
\tikzset{fondT/.style={fill = \cmdTAB@TTS@backgroundcolor}}
@@ -641,6 +641,15 @@
\node[node style,high right,on double] (FR\thetkz@cnt@cl\thetkz@cnt@lg) at (N\thetkz@cnt@aw\thetkz@cnt@lg){\ifTAB@VA@help\else\tr\fi};
\ifthenelse{\equal{\thetkz@cnt@arrow}{0}}{}{\tkzDrawArrow}%
}
+%<----------------------------------------------------------------- +CD+ ---->
+{\ifthenelse{\equal{\expandafter\stripspaces\expandafter{\x}}{+CD+}}%
+{\draw[double style]%
+ ([yshift = -\cmdTAB@tbs@lw/2] N\thetkz@cnt@cl\thetkz@cnt@lg) --%
+ ([yshift = \cmdTAB@tbs@lw/2] N\thetkz@cnt@cl\thetkz@cnt@lgnext);
+ \node[node style,high,on double] (FL\thetkz@cnt@cl\thetkz@cnt@lg) at (N\thetkz@cnt@aw\thetkz@cnt@lg){\ifTAB@VA@help\else\tl\fi};
+ \node[node style,high right,on double] (FR\thetkz@cnt@cl\thetkz@cnt@lg) at (N\thetkz@cnt@aw\thetkz@cnt@lg){\ifTAB@VA@help\else\tr\fi};
+ \ifthenelse{\equal{\thetkz@cnt@arrow}{0}}{}{\tkzDrawArrow}%
+}%
%<----------------------------------------------------------------- -CD- ---->
{\ifthenelse{\equal{\expandafter\stripspaces\expandafter{\x}}{-CD-}}%
{\draw[double style]%
@@ -793,7 +802,7 @@
\node[node style,low,on double](FL\thetkz@cnt@cl\thetkz@cnt@lg) at (N\thetkz@cnt@aw\thetkz@cnt@lgnext){\ifTAB@VA@help\else\tl\fi};
\ifthenelse{\equal{\thetkz@cnt@arrow}{0}}{}{\tkzDrawArrow}\stepcounter{tkz@cnt@zone}%
}{}% non prévu
-}}}}}}}}}}}}}}}}}}}}}}}}}}}}}%
+}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}%
\stepcounter{tkz@cnt@arrow}}% end de la boucle
%<-------------------------------------------------- Tracé des flèches ------>
\end{scope}%