summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/tkz-graph/readme-tkz-graph.txt4
-rw-r--r--Master/texmf-dist/tex/latex/tkz-graph/tkz-graph.sty6
2 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-graph/readme-tkz-graph.txt b/Master/texmf-dist/doc/latex/tkz-graph/readme-tkz-graph.txt
index 17b4f9d7ed4..eef0017b6be 100644
--- a/Master/texmf-dist/doc/latex/tkz-graph/readme-tkz-graph.txt
+++ b/Master/texmf-dist/doc/latex/tkz-graph/readme-tkz-graph.txt
@@ -1,6 +1,6 @@
% encodage utf8
-------------------- english readme ----------------------------------------
-readme-tkz-graph.txt V 1.00 c 02/06/2011
+readme-tkz-graph.txt V 1.00 d 19/09/2018
The package tkz-graph.sty is a collection of some useful macros if you want to
draw manually a graph of the graph theory. The kind of graphs that I will
@@ -75,4 +75,4 @@ Examples
al (dot) ma (at) mac (dot) com
- \ No newline at end of file
+
diff --git a/Master/texmf-dist/tex/latex/tkz-graph/tkz-graph.sty b/Master/texmf-dist/tex/latex/tkz-graph/tkz-graph.sty
index b4a429e1523..645a947aaa3 100644
--- a/Master/texmf-dist/tex/latex/tkz-graph/tkz-graph.sty
+++ b/Master/texmf-dist/tex/latex/tkz-graph/tkz-graph.sty
@@ -12,9 +12,11 @@
% Objet : Création de graphes
%<--------------------------------------------------------------------------->
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tkz-graph}[2011/06/01 ctan v 1.00 base for graphs]
+\ProvidesPackage{tkz-graph}[2018/09/19 ctan v 1.00 d base for graphs]
%<--------------------------------------------------------------------------->
-\RequirePackage{etex}
+\ifx\e@alloc\@undefined
+ \RequirePackage{etex}
+\fi
\RequirePackage{ifthen}
\RequirePackage{xkeyval}[2005/11/25]
\RequirePackage{tikz}