summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-09 21:19:34 +0000
committerKarl Berry <karl@freefriends.org>2020-03-09 21:19:34 +0000
commite262122602ed4c4a378a6900914d067a19abfb02 (patch)
tree9198a3103256e447c5dd251f3db79d93c87417fc /Master
parent607b2888b02a8e3e3dde83f8ea25d6ed741b876e (diff)
rm tkz-kiviat, obsolete on ctan
git-svn-id: svn://tug.org/texlive/trunk@54209 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-kiviat/README5
-rw-r--r--Master/texmf-dist/doc/latex/tkz-kiviat/TKZdoc-kiviat-main.pdfbin153394 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/file.dat10
-rw-r--r--Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat1.tex41
-rw-r--r--Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat2.tex23
-rw-r--r--Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat3.tex25
-rw-r--r--Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat4.tex28
-rw-r--r--Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat5.tex36
-rw-r--r--Master/texmf-dist/doc/latex/tkz-kiviat/latex/TKZdoc-kiviat-main.tex518
-rw-r--r--Master/texmf-dist/doc/latex/tkz-kiviat/latex/file.dat10
-rw-r--r--Master/texmf-dist/doc/latex/tkz-kiviat/latex/file2.dat7
-rw-r--r--Master/texmf-dist/tex/latex/tkz-kiviat/tkz-kiviat.sty246
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check2
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds2
-rw-r--r--Master/tlpkg/tlpsrc/collection-pictures.tlpsrc1
-rw-r--r--Master/tlpkg/tlpsrc/tkz-kiviat.tlpsrc0
16 files changed, 2 insertions, 952 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-kiviat/README b/Master/texmf-dist/doc/latex/tkz-kiviat/README
deleted file mode 100644
index 5d51977c318..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-kiviat/README
+++ /dev/null
@@ -1,5 +0,0 @@
-
-tkz-kiviat v0.1 b
-The tkz-kiviat package allows the user to draw Kiviat Graphs directly,
-or with data from an external file.
-The drawing is done with the help of pgfplots. \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/tkz-kiviat/TKZdoc-kiviat-main.pdf b/Master/texmf-dist/doc/latex/tkz-kiviat/TKZdoc-kiviat-main.pdf
deleted file mode 100644
index d6d8c30fa1b..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-kiviat/TKZdoc-kiviat-main.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/file.dat b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/file.dat
deleted file mode 100644
index c58c962d406..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/file.dat
+++ /dev/null
@@ -1,10 +0,0 @@
-%tableae.dat
-column1 column2 column3
-Reliability 6 6.5
-Usability 4 9
-{Application Architecture} 7 8
-{Version Control} 6.5 7
-Timeliness 2 8
-Efficiency 3 4
-Effectiveness 5 6.5
-Interoperability 1.5 7 \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat1.tex b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat1.tex
deleted file mode 100644
index f123d065a75..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat1.tex
+++ /dev/null
@@ -1,41 +0,0 @@
-\documentclass[]{scrartcl}
-\usepackage[utf8]{inputenc}
-\usepackage[T1]{fontenc}
-\usepackage[upright]{fourier}
-\usepackage[usenames,dvipsnames]{xcolor}
-\usepackage{tkz-kiviat,numprint,fullpage}
-\usetikzlibrary{arrows}
-\thispagestyle{empty}
-
-\begin{document}
-
-
-\begin{tikzpicture}
- \tkzKiviatDiagram[lattice=5]{A,B,C}
- \tkzKiviatLine[thick,
- color = blue,
- mark = ball,
- mark size = 4pt,
- fill = blue!20,
- opacity=.5](4,3,2)
-\end{tikzpicture}
-
-
-
- \begin{tikzpicture}
- \tkzKiviatDiagram{Poissons,Légumes,Viande,Lait,Pain,fruit}
- \tkzKiviatLine[thick,
- color = red,
- mark = ball,
- ball color = red,
- mark size = 4pt,
- opacity = .2,
- fill=red!20](10.5,11,6,8,4)
- \tkzKiviatLine[thick,
- color = blue,
- mark = ball,
- mark size = 4pt,
- fill = blue!20,
- opacity=.5](4,6,6,4,3)
- \end{tikzpicture}
-\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat2.tex b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat2.tex
deleted file mode 100644
index 679782e347a..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat2.tex
+++ /dev/null
@@ -1,23 +0,0 @@
-\documentclass[]{scrartcl}
-\usepackage[utf8]{inputenc}
-\usepackage[T1]{fontenc}
-\usepackage[upright]{fourier}
-\usepackage[usenames,dvipsnames]{xcolor}
-\usepackage{tkz-kiviat,numprint,fullpage}
-\usetikzlibrary{arrows}
-\thispagestyle{empty}
-
-\begin{document}
-
-\begin{tikzpicture}[label distance=.15cm]
- \tkzKiviatDiagram[
- radial=5,
- radial style/.style ={-},
- lattice style/.style ={blue!30}]%
- {Poissons,Légumes,Viande,Lait,Pain}
- \tkzKiviatLine[thick,color=red,mark=ball,
- ball color=red,mark size=4pt,fill=red!20](5,9,6,8,4)
- \tkzKiviatLine[thick,color=blue,mark=ball,
- mark size=4pt,fill=blue!20,opacity=.5](9,6,8,4,5)
-\end{tikzpicture}
-\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat3.tex b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat3.tex
deleted file mode 100644
index d6aa486800c..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat3.tex
+++ /dev/null
@@ -1,25 +0,0 @@
-\documentclass[]{scrartcl}
-\usepackage[utf8]{inputenc}
-\usepackage[T1]{fontenc}
-\usepackage[upright]{fourier}
-\usepackage[usenames,dvipsnames]{xcolor}
-\usepackage{tkz-kiviat,numprint,fullpage}
-\usetikzlibrary{arrows}
-\thispagestyle{empty}
-
-\begin{document}
-\begin{tikzpicture}
-\tkzKiviatDiagram[scale=1.25,label distance=.5cm,
- radial = 5,
- gap = 1,
- lattice = 5]{McCabe,LOC,Live Variables,Halstead N,Variablenspanne}
-\tkzKiviatLine[thick,color=blue,mark=none,
- fill=blue!20,opacity=.5](3,3.5,3,3.5,3)
-\tkzKiviatLine[thick,color=darkgray,
- fill=green!20,opacity=.5](0.5,1,0.5,0.75,1)
-\tkzKiviatLine[ultra thick,mark=ball,
- mark size=4pt,color =Maroon](2,3.75,1,1.5,2)
-\tkzKiviatGrad[prefix=,unity=100,suffix=\ \texteuro](1)
-\end{tikzpicture}
-
-\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat4.tex b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat4.tex
deleted file mode 100644
index 1472945342e..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat4.tex
+++ /dev/null
@@ -1,28 +0,0 @@
-\documentclass[]{scrartcl}
-\usepackage[utf8]{inputenc}
-\usepackage[T1]{fontenc}
-\usepackage[upright]{fourier}
-\usepackage[usenames,dvipsnames]{xcolor}
-\usepackage{tkz-kiviat,numprint,fullpage}
-\usetikzlibrary{arrows}
-\thispagestyle{empty}
-
-\begin{document}
-
-\begin{tikzpicture}[label distance=.15cm,rotate=30,scale=.75]
-\tkzKiviatDiagram[radial=6,lattice=6,gap=1,step=2,label space=2]%
- {Marketing,
- Sales,
- Administration,
- Information Technology,
- Customer Support,
- Development}
- \tkzKiviatLine[thick,color=red](2.25,2.5,0.6,1.2,1,1)
- \tkzKiviatLine[thick,color=blue](1,2,1,1.7,1.3,3)
- \tkzKiviatGrad[prefix=\$,unity=10](0)
- \end{tikzpicture}
-
-\end{document}
-
-
- \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat5.tex b/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat5.tex
deleted file mode 100644
index d340027dc21..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-kiviat/examples/latex/kiviat5.tex
+++ /dev/null
@@ -1,36 +0,0 @@
-\documentclass[]{scrartcl}
-\usepackage[utf8]{inputenc}
-\usepackage[T1]{fontenc}
-\usepackage[upright]{fourier}
-\usepackage[usenames,dvipsnames]{xcolor}
-\usepackage{tkz-kiviat,numprint,fullpage}
-\usepackage{pgfplotstable}
-\usetikzlibrary{arrows}
-\thispagestyle{empty}
-
-\begin{document}
-
-\begin{tikzpicture}
-\tkzKiviatDiagramFromFile[
- scale=.5,
- label distance=.5cm,
- gap = 1,
- label space=3,
- lattice = 10]{file.dat}
-\tkzKiviatLineFromFile[thick,
- color = blue,
- mark = ball,
- ball color = blue,
- mark size = 4pt,
- fill = blue!20]{file.dat}{2}
-\tkzKiviatLineFromFile[thick,
- color = red,
- mark = ball,
- ball color = red,
- mark size = 4pt,
- fill = red!20]{file.dat}{1}
-\end{tikzpicture}
-
-\end{document}
-
-Sherlock Holmes \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/tkz-kiviat/latex/TKZdoc-kiviat-main.tex b/Master/texmf-dist/doc/latex/tkz-kiviat/latex/TKZdoc-kiviat-main.tex
deleted file mode 100644
index 93c4a855d7e..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-kiviat/latex/TKZdoc-kiviat-main.tex
+++ /dev/null
@@ -1,518 +0,0 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% %
-% NamedGraphs encodage : utf8 %
-% %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% %
-% Créé par Alain Matthes le 14/03/2007 %
-% Copyright (c) 2007 __Collège Sévigné__ All rights reserved. %
-% version : 1.0 %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% 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 http://www.latex-project.org/lppl.txt for details.
-% graphs from graph theory
-
-\documentclass[DIV = 12,
- fontsize = 10,
- headinclude = false,
- index = totoc,
- footinclude = false,
- twoside,
- headings = small
- ]{tkz-doc}
-%\usepackage{svn-multi}
-\usepackage{tkz-berge}
-
-\usepackage[pdftex,
- unicode,
- colorlinks = true,
- pdfpagelabels,
- urlcolor = blue,
- filecolor = pdffilecolor,
- linkcolor = blue,
- breaklinks = false,
- hyperfootnotes= false,
- bookmarks = false,
- bookmarksopen = false,
- linktocpage = true,
- pdfsubject ={Graph Theory},
- pdfauthor ={Alain Matthes},
- pdftitle ={NamedGraphs},
- pdfkeywords ={graph,berge},
- pdfcreator ={pdfeTeX}
- ]{hyperref}
-\usepackage{url}
-\def\UrlFont{\small\ttfamily}
-\usepackage[protrusion = true,
- expansion,
- final,
- verbose = false
- ]{microtype}
-
-\DisableLigatures{encoding = T1, family = tt*}
-
-\usepackage[parfill]{parskip}
-\gdef\nameofpack{tkz-kiviat}
-\gdef\versionofpack{v 0.1 b}
-\gdef\dateofpack{2018/09/19}
-\gdef\nameofdoc{tkz-kiviat}
-\gdef\dateofdoc{2018/09/19}
-\gdef\authorofpack{Alain Matthes}
-\gdef\adressofauthor{}
-\gdef\namecollection{AlterMundus}
-\gdef\urlauthor{http://altermundus.fr}
-\gdef\urlauthorcom{http://altermundus.com}
-\title{The package : tkz-kiviat}
-\author{Alain Matthes}
-
-\usepackage{shortvrb,fancyvrb}
-\usepackage{tkzexample,tkz-kiviat}
-\makeatletter
-\renewcommand*\l@subsubsection{\bprot@dottedtocline{3}{3.8em}{4.2em}}
-\makeatother
-\AtBeginDocument{\MakeShortVerb{\|}}
-
-\pdfcompresslevel=9
-\pdfinfo{
- /Title (tkz-kiviat.pdf)
- /Creator (TeX)
- /Producer (pdfeTeX)
- /Author (Alain Matthes)
- /CreationDate (07 juin 2011)
- /Subject (Named Graphs)
- /Keywords (pdfeTeX, kiviat, graph, berge, tikz, pdflatex) }
-
-\usepackage{pgfplotstable}
-\usepackage[english]{babel}
-\usepackage[autolanguage]{numprint}
-
-
-\begin{document}
-\parindent=0pt
-\title{\nameofpack}
-\date{\today}
-
-\clearpage
-\thispagestyle{empty}
-\maketitle
-
-\clearpage
-\tkzSetUpColors[background=fondpaille,text=Maroon]
-\colorlet{textcodecolor}{Maroon}
-\pagecolor{fondpaille}
-\color{Maroon}
-\colorlet{graphicbackground}{fondpaille}
-\colorlet{codebackground}{Peach!30}
-\colorlet{codeonlybackground}{Peach!30}
-
-
-\nameoffile{\nameofpack}
-
-\defoffile{\textbf{tkz-kiviat.sty} is a simple package to draw Kiviat's graph with \TIKZ. Il est nécessaire d'utiliser \PGF\ 2.1.
-}
- % A lot of references can be found here \url{http://mathworld.wolfram.com}
-\presentation
-
-\vspace*{12pt}
-
-\tkzHand Firstly, I would like to thank \textbf{Till Tantau} for the beautiful LATEX package, namely TikZ.
-
-\vspace*{12pt}
-\tkzHand I am grateful to \textbf{Michel Bovani} for providing the \tkzname{fourier} font.
-
-
-
-
-\vspace*{12pt}
-\tkzHand Vous trouverez de nombreux exemples sur mes sites~:
-\href{http://altermundus.com/pages/download.html}{altermundus.com} ou
-\href{http://altermundus.fr/pages/download.html}{altermundus.fr}
-
-\vfill
-Vous pouvez envoyer vos remarques, et les rapports sur des erreurs que vous aurez constatées à l'adresse suivante~: \href{mailto:al.ma@mac.com}{\textcolor{blue}{Alain Matthes}}.
-
-This file can be redistributed and/or modified under the terms of the LATEX
-Project Public License Distributed from CTAN archives in directory \url{CTAN://macros/latex/base/lppl.txt}.
-
-
-
-\clearpage
-\tableofcontents
-
-\clearpage\newpage
-
-\setlength{\parskip}{1ex plus 0.5ex minus 0.2ex}
-
-
-
-\newpage\section{Kiviat Graph}
-\subsection{Caractéristiques d'un diagrame de Kiviat }
-La macro suivante permet de définir les caractéristiques du diagramme. En arguments est donné une liste de variables. Cette liste va déterminer le nombre d'axes radiaux. En option, vous pouvez régler le nombre de lattes formant le treillis, ainsi que d'autres options.
-
-\bigskip
-\begin{NewMacroBox}{tkzKiviatDiagram}{\oarg{options}\var{Liste de modalités}}
- L'argument est une liste de variables et cet argument est obligatoire.
-
-\medskip
-\begin{tabular}{lll}
-Arguments & ex & définition \\
-\midrule
-\TAline{Liste de variables} {empty} {\{charbon, gaz,uranium\}}
-\end{tabular}
-
-\medskip
-\begin{tabular}{lll}
-Options & défaut & définition \\
-\midrule
-\TOline{lattice} {10} {nombre de lattes}
-\TOline{gap} {0.5} {l'écart entre deux lattes est de $0.5$ cm}
-\TOline{space} {0.5} {les axes sont agrandis de $0,5$ cm}
-\TOline{label space} {1.5} {Distance en cm entre la fin de l'axe et le label}
-\TOline{step} {1} {}
-\TOline{radial style} {1} {style des axes radiaux}
-\TOline{label style} {1} {style des étiquettes (labels)}
-\bottomrule
-\end{tabular}
-
-\emph{Par défaut l'axe radial est gradué de $0$ à $1$. Entre deux graduations, l'écart est de $0.5$ cm et est déterminé par l'option \tkzname{gap}.}
-
-\end{NewMacroBox}
-
-\bigskip
-\subsubsection{Par défaut avec trois variables}
-
-\begin{tkzexample}[width=8cm]
-\begin{tikzpicture}[scale=.5]
- \tkzKiviatDiagram{gaz,charbon,uranium}
-\end{tikzpicture}
-\end{tkzexample}
-
-\subsubsection{Par défaut, mais avec cinq variables}
-Dans cet exemple, j'utilise cinq ($5$) variables :
-
- Poissons,Légumes,Viande,Lait,Pain.
-
- La toile (treillis) est formé de dix ($10$) lattes.
-
-\bigskip
-\begin{tkzexample}[code only]
-\begin{tikzpicture}
- \tkzKiviatDiagram{Poissons,Légumes,Viande,Lait,Pain}
-\end{tikzpicture}
-\end{tkzexample}
-
-
-\begin{center}
-\begin{tikzpicture}
- \tkzKiviatDiagram{Lait,Pain,Poissons,Légumes,Viande}
-\end{tikzpicture}
-\end{center}
-
-\subsubsection{Option \tkzname{gap} (écart entre deux lattes)}
-Ceci permet de modifier l'écart entre deux lattes. Le premier exemple va prendre moins de place avec avec un écart divisé par deux.
-
-
-\begin{tkzexample}[width=9cm]
-\begin{tikzpicture}
- \tkzKiviatDiagram[gap=.25,
- label space=.75]{A,B,C,D,E}
-\end{tikzpicture}
-\end{tkzexample}
-
-\subsubsection{Option \tkzname{gap} (écart entre deux lattes)}
-Ceci permet de modifier l'écart entre deux lattes. Le premier exemple va prendre moins de place avec avec un écart divisé par deux.
-
-\begin{tkzexample}[width=7cm]
-\begin{tikzpicture}
- \tkzKiviatDiagram[gap=.25]{A,B,C,D,E,F}
-\end{tikzpicture}
-\end{tkzexample}
-
-\subsubsection{option \tkzname{lattice} (nombre de lattes)}
-Par défaut ce nombre est de 10 ( voir l'exemple précédent) .
-
-\begin{tkzexample}[width=7cm]
-\begin{tikzpicture}
- \tkzKiviatDiagram[lattice=5]{Poissons,Légumes,Viande,Lait,Pain}
- \end{tikzpicture}
-\end{tkzexample}
-
-\subsubsection{options \tkzname{radial style} et \tkzname{lattice style}}
- \begin{tkzexample}[]
-\begin{tikzpicture}
-\tkzKiviatDiagram[
- radial style/.style ={-},
- lattice style/.style ={blue!30}]%
-{A,B,C,D,E}
- \end{tikzpicture}
-
- \end{tkzexample}
-
-\newpage
-\subsection{Tracé d'une ligne}
-\begin{NewMacroBox}{tkzKiviatLine}{\oarg{options}\var{$v_1,v_2,\dots$}}
-
- L'argument est une liste de valeurs et cet argument est obligatoire. Les valeurs sont des décimaux mais si la valeur est un entier alors c'est entier correspond au rang d'une latte. La partie décimale si elle existe, précise le placement entre deux lattes sur l'axe radial.
-
-\medskip
-\begin{tabular}{lll}
-Arguments & défaut & exemple \\
-\midrule
-\TAline{Liste de valeurs} {empty} {\{4,3,2\}}
-\end{tabular}
-
-\medskip
-\begin{tabular}{lll}
-Options & défaut & définition \\
-\midrule
-\TOline{fill} {10} {permet de colorier l'intérieur du polygone}
-\TOline{opacity} {0.5} {définit l'opacité de la surface limitée par la ligne.}
-\bottomrule
-\end{tabular}
-
-\emph{Par défaut, l'axe radial est gradué de $0$ à $10$. Entre deux graduations, l'écart est de $0.5$ cm et est déterminé par l'option \tkzname{gap}.}
-
-\end{NewMacroBox}
-
-\begin{tkzexample}[]
-\begin{tikzpicture}
- \tkzKiviatDiagram[lattice=5]{A,B,C}
- \tkzKiviatLine[thick,
- color = blue,
- mark = ball,
- mark size = 4pt,
- fill = blue!20,
- opacity=.5](4,3,2)
-\end{tikzpicture}
-\end{tkzexample}
-
-
-\subsubsection{Exemple avec deux lignes}
-\begin{tkzexample}[]
-\begin{tikzpicture}
- \tkzKiviatDiagram{Poissons,Légumes,Viande,Lait,Pain}
- \tkzKiviatLine[thick,
- color=red,
- mark=ball,
- ball color=red,
- mark size=4pt,opacity=.2,
- fill=red!20](5,9,6,8,4)
- \tkzKiviatLine[thick,
- color=blue,
- mark=ball,
- mark size=4pt,
- fill=blue!20,
- opacity=.5](4,6,6,4,3)
-\end{tikzpicture}
-\end{tkzexample}
-
-
-\subsubsection{Autre exemple}
-\begin{tkzexample}[small]
-\begin{tikzpicture}[label distance=.15cm]
- \tkzKiviatDiagram[radial style/.style ={-},
- lattice style/.style ={blue!30}]%
- {Poissons,Légumes,Viande,Lait,Pain}
- \tkzKiviatLine[thick,color=red,
- mark=ball,
- ball color=red,
- mark size=4pt,
- fill=red!20](5,9,6,8,4)
- \tkzKiviatLine[thick,color=blue,mark=ball,
- mark size=4pt,
- fill=blue!20,
- opacity=.5](9,6,8,4,5)
-\end{tikzpicture}
-\end{tkzexample}
-
-
-\newpage
- \subsection{Graduation d'un axe}
-\begin{NewMacroBox}{tkzKiviatGrad}{\oarg{options}\varp{integer}}
-\begin{tabular}{lll}
-Arguments & exemple & définition \\
-\midrule
-\TAline{integer} {empty} {numéro de l'axe}
-\end{tabular}
-
-\medskip
-\begin{tabular}{lll}
-Options & défaut & définition \\
-\midrule
-\TOline{graduation distance}{0pt}{permet de positionner les graduations}
-\TOline{prefix} {empty} {Ajoute un préfixe devant la valeur}
-\TOline{suffix} {empty} {Ajoute un suffixe devant la valeur}
-\TOline{unity} {1} {unité choisie pour les graduations}
-\bottomrule
-\end{tabular}
-
-\emph{Voir les exemples ci-dessous pour l'utilisation de \tkzname{suffix} et \tkzname{prefix}}
-
-\end{NewMacroBox}
-
-
- \subsubsection{Exemple avec usage de \tkzname{suffix}}
-\begin{tkzexample}[]
-\begin{tikzpicture}
-\tkzKiviatDiagram[scale = .6,
- gap = 1,
- lattice = 5]{%
- McCabe,LOC,Live Variables,Halstead N,Variablenspanne}
-\tkzKiviatLine[thick,color=blue,mark=none,
- fill=blue!20,opacity=.5](3,3.5,3,3.5,3)
-\tkzKiviatLine[thick,color=darkgray,
- fill=green!20,opacity=.5](0.5,1,0.5,0.75,1)
-\tkzKiviatLine[ultra thick,mark=ball,
- mark size=4pt,color =Maroon](2,3.75,1,1.5,2)
-\tkzKiviatGrad[prefix=,unity=100,suffix=\ \texteuro](1)
-\end{tikzpicture}
-\end{tkzexample}
-
-
- \subsubsection{Autre exemple avec usage de \tkzname{prefix}}
-\begin{tkzexample}[]
-\begin{tikzpicture}[rotate=30,scale=.75]
-\tkzKiviatDiagram[lattice = 6,
- gap = 1,
- step = 2,
- label space = 2]%
- {Marketing,
- Sales,
- Administration,
- Information Technology,
- Customer Support,
- Development}
- \tkzKiviatLine[thick,color=red](2.25,2.5,0.6,1.2,1,1)
- \tkzKiviatLine[thick,color=blue](1,2,1,1.7,1.3,3)
- \tkzKiviatGrad[prefix=\$,unity=10](5)
- \end{tikzpicture}
-\end{tkzexample}
-
-
-
-
-\newpage\section{Kiviat Graph à l'aide d'un fichier}
-Ce fichier est lu avec \tkzname{pgfplots}\NamePack{pgfplots}.
-
-\subsection{Caractéristiques du diagramme}
-
-\begin{NewMacroBox}{tkzKiviatDiagramFromFile}{\oarg{options}\var{file}}
-Le fichier doit être un fichier correspondant aux fichiers du package \tkzNamePack{pgfplots}.
-
-\medskip
-\begin{tabular}{lll}
-Arguments & défaut & exemple \\
-\midrule
-\TAline{file} {empty} {file.dat (\tkzname{pgfplots}\NamePack{pgfplots}.)}
-\end{tabular}
-
-\medskip
-\begin{tabular}{lll}
-Options & défaut & définition \\
-\midrule
-\TOline{lattice} {10} {nombre de lattes}
-\TOline{gap} {0.5} {l'écart entre deux lattes est de $0.5$ cm}
-\TOline{space} {0.5} {les axes sont agrandis de $0,5$ cm}
-\TOline{label space} {1.5} {Distance en cm entre la fin de l'axe et le label}
-\TOline{step} {1} {}
-\bottomrule
-\end{tabular}
-
-\emph{Par défaut l'axe radial est gradué de $0$ à $1$. Entre deux graduations, l'écart est de $0.5$ cm et est déterminé par l'option \tkzname{gap}.}
-\end{NewMacroBox}
-
-\begin{tkzltxexample}[]
-%file2.dat
-column1 column2
-Reliability 6
-Usability 4
-Timeliness 2
-Efficiency 3
-\end{tkzltxexample}
-
-\begin{tkzexample}[latex=8cm]
-\begin{tikzpicture}
-\tkzKiviatDiagramFromFile[
- scale=.2,
- label distance=1cm,
- gap = 1,
- label space=5,
- lattice = 10]{file2.dat}
-
-\end{tikzpicture}
-\end{tkzexample}
-
-\newpage
- \subsection{Tracé des lignes}
-\begin{NewMacroBox}{tkzKiviatLineFromFile}{\oarg{options}\var{file}\var{file}}
-
-\medskip
-\begin{tabular}{lll}
-Arguments & défaut & exemple \\
-\midrule
-\TAline{file} {empty} {file.dat (nécessite \tkzname{pgfplots}\NamePack{pgfplots})}
-\end{tabular}
-
-\medskip
-\begin{tabular}{lll}
-Options & défaut & définition \\
-\midrule
-\TOline{fill} {10} {permet de colorier l'intérieur du polygone}
-\TOline{opacity} {0.5} {définit l'opacité}
-\bottomrule
-\end{tabular}
-
-\emph{L'opacité ne pose pas de problème avec \tkzname{pdflatex} mais peut entraîner quelques difficultés avec \tkzname{latex}.}
-
-\end{NewMacroBox}
-
-\subsubsection{Diagramme à l'aide de données stockées dans un fichier}
-Ce fichier est lu à l'aide de \tkzname{pgfplots}\NamePack{pgfplots}. Voici un exemple de fichiers.
-
-\begin{tkzltxexample}[]
- %file.dat
- column1 column2 column3
- Reliability 6 6.5
- Usability 4 9
- {Application Architecture} 7 8
- {Version Control} 6.5 7
- Timeliness 2 8
- Efficiency 3 4
- Effectiveness 5 6.5
- Interoperability 1.5 7
-\end{tkzltxexample}
-
-\begin{tkzexample}[latex=9cm]
-\begin{tikzpicture}
-\tkzKiviatDiagramFromFile[
- scale =.25,
- label distance =.5cm,
- gap = 1,
- label space = 4,
- lattice = 10]{file.dat}
-\tkzKiviatLineFromFile%
- [thick,
- color = blue,
- mark = ball,
- ball color = blue,
- mark size = 4pt,
- fill = blue!20]{file.dat}{2}
-\tkzKiviatLineFromFile%
- [thick,
- color = red,
- mark = ball,
- ball color = red,
- mark size = 4pt,
- fill = red!20]{file.dat}{1}
-\end{tikzpicture}
-\end{tkzexample}
-
-
-\clearpage\newpage
-\printindex
-\end{document}
-
diff --git a/Master/texmf-dist/doc/latex/tkz-kiviat/latex/file.dat b/Master/texmf-dist/doc/latex/tkz-kiviat/latex/file.dat
deleted file mode 100644
index 7d45b95fc93..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-kiviat/latex/file.dat
+++ /dev/null
@@ -1,10 +0,0 @@
-%file.dat
-column1 column2 column3
-Reliability 6 6.5
-Usability 4 9
-{Application Architecture} 7 8
-{Version Control} 6.5 7
-Timeliness 2 8
-Efficiency 3 4
-Effectiveness 5 6.5
-Interoperability 1.5 7 \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/tkz-kiviat/latex/file2.dat b/Master/texmf-dist/doc/latex/tkz-kiviat/latex/file2.dat
deleted file mode 100644
index 6355878def4..00000000000
--- a/Master/texmf-dist/doc/latex/tkz-kiviat/latex/file2.dat
+++ /dev/null
@@ -1,7 +0,0 @@
-%file2.dat
-column1 column2
-Reliability 6
-Usability 4
-Timeliness 2
-Efficiency 3
-
diff --git a/Master/texmf-dist/tex/latex/tkz-kiviat/tkz-kiviat.sty b/Master/texmf-dist/tex/latex/tkz-kiviat/tkz-kiviat.sty
deleted file mode 100644
index c047c800179..00000000000
--- a/Master/texmf-dist/tex/latex/tkz-kiviat/tkz-kiviat.sty
+++ /dev/null
@@ -1,246 +0,0 @@
-% Copyright 2011 by Alain Matthes
-%
-% This file may be distributed and/or modified
-%
-% 1. under the LaTeX Project Public License and/or
-% 2. under the GNU Public License.
-%
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % %
- % tkz-kiviat.sty encodage : utf8 %
- % %
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
- % %
- % Créé par Alain Matthes le 07-02-2011 %
- % %
- %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Objet : kiviat chart or diagram
-
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tkz-kiviat}[2018/09/19 v0.1 b]
-\ifx\e@alloc\@undefined
- \RequirePackage{etex}
-\fi
-\RequirePackage{tikz}
-\usetikzlibrary{backgrounds}
-%<--------------------------------------------------------------------------->
-\makeatletter
-\def\tkzutil@empty{}
-\newif\iftkz@kiv@table
-\pgfkeys{%
-/kiviat/.cd,
-space/.code = {\def\tkz@kiv@sp{#1}},
-gap/.code = {\def\tkz@kiv@gap{#1}},
-lattice/.code = {\def\tkz@kiv@lattice{#1}},
-step/.code = {\def\tkz@kiv@step{#1}},
-radial style/.style = {->,>=latex'},
-lattice style/.style = {thin,lightgray},
-label style/.style = {text width=2 cm,align=center},
-label space/.code = {\def\tkz@kiv@space{#1}},
-/kiviat/.unknown/.code = {\let\searchname=\pgfkeyscurrentname
- \pgfkeysalso{\searchname/.try=#1,
- /tikz/\searchname/.retry=#1}}
- }
-\def\tkzKiviatDiagram{\pgfutil@ifnextchar[{\tkz@KiviatDiagram}{%
- \tkz@KiviatDiagram[]}}
-\def\tkz@KiviatDiagram[#1]#2{%
-
-\pgfkeys{/kiviat/.cd,
-gap = .5,
-lattice = 10,
-space = .5,
-step = 1,
-label space = 1.5
-}
-\pgfqkeys{/kiviat}{#1}%
-\begingroup
-\foreach \x [count=\rang from 1] in {#2}{%
-\global\let\tkz@kiv@radial\rang}%
-\foreach \x [count=\rang from 0] in {#2}{%
- \draw[/kiviat/radial style]
- (0,0)--(360/\tkz@kiv@radial*\rang:\tkz@kiv@lattice*\tkz@kiv@gap+\tkz@kiv@sp);
- \path
-(0,0)--(360/\tkz@kiv@radial*\rang:\tkz@kiv@lattice*\tkz@kiv@gap+\tkz@kiv@space) node[/kiviat/label style] {\x};
-
-\foreach \y in {0,1,...,\tkz@kiv@lattice}{
- \draw[/kiviat/lattice style]%
- (360/\tkz@kiv@radial*\rang:\y*\tkz@kiv@gap)--%
- (360/\tkz@kiv@radial*\rang+360/\tkz@kiv@radial:\y*\tkz@kiv@gap);
- }
-}
-\endgroup
-}
-%<--------------------------------------------------------------------------->
-%<--------------------------------------------------------------------------->
-\pgfkeys{/kiviatline/.cd,
-fill/.code = {\global\def\tkz@kivl@fill{#1}},
-opacity/.code = {\global\def\tkz@kivl@opacity{#1}},
-/kiviatline/.unknown/.code ={\let\searchname=\pgfkeyscurrentname
- \pgfkeysalso{\searchname/.try=#1,
- /tikz/\searchname/.retry=#1}}
-}
-%<--------------------------------------------------------------------------->
-\def\tkzKiviatLine{\pgfutil@ifnextchar[{\tkz@KiviatLine}{%
- \tkz@KiviatLine[]}}
-\def\tkz@KiviatLine[#1](#2,#3){%
-\begingroup
-\pgfkeys{/kiviatline/.cd,
-fill= {},
-opacity=.5
-}
-\pgfqkeys{/kiviatline}{#1}% opacity ??????
-\ifx\tkzutil@empty\tkz@kivl@fill \else
-\begin{scope}[on background layer]
- \path[fill=\tkz@kivl@fill,opacity=\tkz@kivl@opacity] (360/\tkz@kiv@radial*0:#2*\tkz@kiv@gap*\tkz@kiv@step)
-\foreach \v [count=\rang from 1] in {#3}{%
- -- (360/\tkz@kiv@radial*\rang:\v*\tkz@kiv@gap*\tkz@kiv@step) } -- (360/\tkz@kiv@radial*0:#2*\tkz@kiv@gap*\tkz@kiv@step);
- \end{scope}
- \fi
-\draw[#1,opacity=1] (0:#2*\tkz@kiv@gap) plot coordinates {(360/\tkz@kiv@radial*0:#2*\tkz@kiv@gap*\tkz@kiv@step)}
-\foreach \v [count=\rang from 1] in {#3}{%
- -- (360/\tkz@kiv@radial*\rang:\v*\tkz@kiv@gap*\tkz@kiv@step) plot coordinates {(360/\tkz@kiv@radial*\rang:\v*\tkz@kiv@gap*\tkz@kiv@step)}} -- (360/\tkz@kiv@radial*0:#2*\tkz@kiv@gap*\tkz@kiv@step);
-\endgroup
-}%
-%<--------------------------------------------------------------------------->
-%<--------------------------------------------------------------------------->
-\pgfkeys{/kiviatgrad/.cd,
-graduation distance/.code = \def\tkz@kiv@grad{#1},
-prefix/.code = \def\tkz@kiv@prefix{#1},
-suffix/.code = \def\tkz@kiv@suffix{#1},
-unity/.code = \def\tkz@kiv@unity{#1},
-/kiviatgrad/.unknown/.code ={\let\searchname=\pgfkeyscurrentname
- \pgfkeysalso{\searchname/.try=#1,
- /tikz/\searchname/.retry=#1}}
-}
-%<--------------------------------------------------------------------------->
-\def\tkzKiviatGrad{\pgfutil@ifnextchar[{\tkz@KiviatGrad}{\tkz@KiviatGrad[]}}
-\def\tkz@KiviatGrad[#1](#2){%
-\begingroup
-\pgfkeys{/kiviatgrad/.cd,
-graduation distance= 0 pt,
-prefix ={},
-suffix={},
-unity=1
- }
- \pgfqkeys{/kiviatgrad}{#1}%
-\let\tikz@label@distance@tmp\tikz@label@distance
-\global\let\tikz@label@distance\tkz@kiv@grad
- \foreach \nv in {1,...,\tkz@kiv@lattice}{
- \pgfmathparse{\tkz@kiv@unity*\nv}
- \pgfmathtruncatemacro{\result}{\pgfmathresult}
- \protected@edef\tkz@kiv@gd{\tkz@kiv@prefix$\result$\tkz@kiv@suffix}
- \path[/kiviatgrad/.cd,#1] (0:0)--(360/\tkz@kiv@radial*#2:\nv*\tkz@kiv@gap)
- node[label=(360/\tkz@kiv@radial*#2)-90:\tkz@kiv@gd] {};
- }
- \let\tikz@label@distance\tikz@label@distance@tmp
-\endgroup
-}%
-%<--------------------------------------------------------------------------->
-%<--------------------------------------------------------------------------->
-\pgfkeys{%
-/kiviatfile/.cd,
-space/.code = {\def\tkz@kiv@sp{#1}},
-gap/.code = {\def\tkz@kiv@gap{#1}},
-lattice/.code = {\def\tkz@kiv@lattice{#1}},
-step/.code = {\def\tkz@kiv@step{#1}},
-radial style/.style = {->,>=latex'},
-lattice style/.style = {thin,lightgray},
-label style/.style = {text width=2 cm,align=center},
-label space/.code = {\def\tkz@kiv@space{#1}},
-/kiviatfile/.unknown/.code = {\let\searchname=\pgfkeyscurrentname
- \pgfkeysalso{\searchname/.try=#1,
- /tikz/\searchname/.retry=#1}}
-}
-%<--------------------------------------------------------------------------->
-%<--------------------------------------------------------------------------->
-\def\tkzKiviatDiagramFromFile{\pgfutil@ifnextchar[{\tkz@KiviatFile}{%
- \tkz@KiviatFile[]}}
-\def\tkz@KiviatFile[#1]#2{%
-\pgfkeys{/kiviatfile/.cd,
-gap = .5,
-lattice = 10,
-space = .5,
-step = 1,
-label space = 1.5,
-table = false
-}
-\pgfqkeys{/kiviatfile}{#1}%
-\begingroup
-\pgfplotstablevertcat{\tkz@kivdata}{#2}
-\pgfplotstablegetrowsof{\tkz@kivdata}
-\pgfmathsetmacro{\nbrows}{\pgfplotsretval}
-\pgfmathsetmacro{\rows}{\pgfplotsretval-1}
-\pgfplotstablegetcolsof{\tkz@kivdata}
-\pgfmathsetmacro{\cols}{\pgfplotsretval-1}
-\pgfplotstablevertcat{\tkz@kivdata}{\tkz@kivdata}
-\pgfplotstablegetelem{0}{[index] 0}\of{\tkz@kivdata}
-\edef\tkz@kiv@radial{\nbrows}
-\foreach \x [count=\rang from 0] in {0,...,\rows}{%
- \pgfplotstablegetelem{\x}{[index] 0}\of{\tkz@kivdata}
- \draw[/kiviatfile/radial style]
- (0,0)--(360/\tkz@kiv@radial*\rang:\tkz@kiv@lattice*\tkz@kiv@gap+\tkz@kiv@sp);
- \path
-(0,0)--(360/\tkz@kiv@radial*\rang:\tkz@kiv@lattice*\tkz@kiv@gap+\tkz@kiv@space) node[/kiviatfile/label style] {\pgfplotsretval};
-
-\foreach \y in {0,1,...,\tkz@kiv@lattice}{
- \draw[/kiviat/lattice style]%
- (360/\tkz@kiv@radial*\rang:\y*\tkz@kiv@gap)--%
- (360/\tkz@kiv@radial*\rang+360/\tkz@kiv@radial:\y*\tkz@kiv@gap);
- }
-}
-\endgroup
-}
-%<--------------------------------------------------------------------------->
-%<--------------------------------------------------------------------------->
-\pgfkeys{/kiviatlinefile/.cd,
-fill/.code = {\global\def\tkz@kivl@fill{#1}},
-opacity/.code = {\global\def\tkz@kivl@opacity{#1}},
-/kiviatlinefile/.unknown/.code ={\let\searchname=\pgfkeyscurrentname
- \pgfkeysalso{\searchname/.try=#1,
- /tikz/\searchname/.retry=#1}}
-}
-%<--------------------------------------------------------------------------->
-\def\tkzKiviatLineFromFile{\pgfutil@ifnextchar[{\tkz@KiviatLineFile}{%
- \tkz@KiviatLineFile[]}}
-\def\tkz@KiviatLineFile[#1]#2#3{%
-\begingroup
-\pgfkeys{/kiviatlinefile/.cd,
-fill= {},
-opacity=0.5
-}
-\pgfqkeys{/kiviatlinefile}{#1}%
-\pgfplotstablevertcat{\tkz@kivdata}{#2}
-\pgfplotstablegetrowsof{\tkz@kivdata}
-\pgfmathsetmacro{\nbrows}{\pgfplotsretval}
-\pgfmathsetmacro{\rows}{\pgfplotsretval-1}
-\pgfplotstablegetcolsof{\tkz@kivdata}
-\pgfmathsetmacro{\cols}{\pgfplotsretval-1}
-\pgfplotstablevertcat{\tkz@kivdata}{\tkz@kivdata}
-\pgfplotstablegetelem{0}{[index] 0}\of{\tkz@kivdata}
-\edef\tkz@kiv@radial{\nbrows}
-\ifx\tkzutil@empty\tkz@kivl@fill \else
-\begin{scope}[on background layer]
- \pgfplotstablegetelem{0}{[index] #3}\of{\tkz@kivdata}
- \let\actualval\pgfplotsretval
-\path[fill=\tkz@kivl@fill,opacity=\tkz@kivl@opacity]
- (0:\actualval*\tkz@kiv@gap*\tkz@kiv@step)
- \foreach \v [count=\rang from 1] in {1,...,\nbrows}{%
- \pgfextra{\pgfplotstablegetelem{\v}{[index] #3}\of{\tkz@kivdata}}
- -- (360/\tkz@kiv@radial*\v:\pgfplotsretval*\tkz@kiv@gap*\tkz@kiv@step)
- };
- \end{scope}
- \fi
- \foreach \v [count=\rang from 1] in {0,...,\nbrows}{%
- \pgfplotstablegetelem{\v}{[index] #3}\of{\tkz@kivdata}
- \let\actualval\pgfplotsretval
- \pgfplotstablegetelem{\rang}{[index] #3}\of{\tkz@kivdata}
- \let\nextval\pgfplotsretval
- \draw[#1,opacity=1] (360/\tkz@kiv@radial*\v:\actualval*\tkz@kiv@gap)
- -- (360/\tkz@kiv@radial*\rang:\nextval*\tkz@kiv@gap*\tkz@kiv@step)
- plot coordinates {(360/\tkz@kiv@radial*\rang:\nextval*\tkz@kiv@gap*\tkz@kiv@step)};
- }
-\endgroup
-}%
-
-%<--------------------------- the end --------------------------------------->
-\endinput
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index e3fcb8eb62e..54240ae3d67 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -721,7 +721,7 @@ my @TLP_working = qw(
timbreicmc times timetable timing-diagrams tinos tipa tipa-de tipfr
titlecaps titlefoot titlepages titlepic titleref titlesec titling
tkz-base tkz-doc tkz-euclide
- tkz-kiviat tkz-linknodes tkz-orm tikz-page tkz-tab
+ tkz-linknodes tkz-orm tikz-page tkz-tab
tlc-article tlc2 tlcockpit
tocbibind tocdata tocloft tocvsec2 todo todonotes
tokcycle tokenizer toolbox tools topfloat topiclongtable topletter
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index a5fc6aa9514..55af9c25ee6 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1258,7 +1258,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'tkz-euclide', "&MAKEtkz",
'tkz-fct', "die 'skipping, obsolete on ctan'", #"&MAKEtkz",
'tkz-graph', "die 'skipping, obsolete on ctan'", #"&MAKEtkz",
- 'tkz-kiviat', "&MAKEtkz",
+ 'tkz-kiviat', "die 'skipping, obsolete on ctan'", #"&MAKEtkz",
'tkz-linknodes',"&MAKEtkz",
'tkz-tab', "&MAKEtkz",
'tlaunch', "die 'skipping, siep installs by hand'",
diff --git a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc
index 38cbae53db5..dde3d563797 100644
--- a/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc
+++ b/Master/tlpkg/tlpsrc/collection-pictures.tlpsrc
@@ -184,7 +184,6 @@ depend tqft
depend tkz-base
depend tkz-doc
depend tkz-euclide
-depend tkz-kiviat
depend tkz-linknodes
depend tkz-orm
depend tkz-tab
diff --git a/Master/tlpkg/tlpsrc/tkz-kiviat.tlpsrc b/Master/tlpkg/tlpsrc/tkz-kiviat.tlpsrc
deleted file mode 100644
index e69de29bb2d..00000000000
--- a/Master/tlpkg/tlpsrc/tkz-kiviat.tlpsrc
+++ /dev/null