diff options
author | Karl Berry <karl@freefriends.org> | 2018-09-20 21:17:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-09-20 21:17:50 +0000 |
commit | 81e2cc31589886f092650feebdd3bbdd630b7ab8 (patch) | |
tree | 371e5933b21ec7c9e1072e719e506a2f1f541ec8 | |
parent | 59bb468062917358c6ce999485b65c77ae9e6cb6 (diff) |
tkz-graph (20sep18)
git-svn-id: svn://tug.org/texlive/trunk@48711 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-graph/readme-tkz-graph.txt | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tkz-graph/tkz-graph.sty | 6 |
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} |