diff options
4 files changed, 13 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-linknodes/README b/Master/texmf-dist/doc/latex/tkz-linknodes/README index bde1bc9ed1b..b68ada7a54d 100644 --- a/Master/texmf-dist/doc/latex/tkz-linknodes/README +++ b/Master/texmf-dist/doc/latex/tkz-linknodes/README @@ -1,8 +1,8 @@ Encoding : utf8 Author : Alain Matthes -Date : 01/03/2009 +Date : 19/09/2018 Package : tkz-linknodes.sty -Version : 1.0c +Version : 1.1d The linknodes package diff --git a/Master/texmf-dist/doc/latex/tkz-linknodes/latex/TKZdoc-linknodes-us.tex b/Master/texmf-dist/doc/latex/tkz-linknodes/latex/TKZdoc-linknodes-us.tex index 97f8d01ce30..15a46e68223 100644 --- a/Master/texmf-dist/doc/latex/tkz-linknodes/latex/TKZdoc-linknodes-us.tex +++ b/Master/texmf-dist/doc/latex/tkz-linknodes/latex/TKZdoc-linknodes-us.tex @@ -54,10 +54,10 @@ \usepackage[parfill]{parskip} \gdef\nameofpack{tkz-linknodes} -\gdef\versionofpack{1.1 c} -\gdef\dateofpack{2011/06/02} -\gdef\nameofdoc{doc-linknodes v1.1 c} -\gdef\dateofdoc{2011/06/02} +\gdef\versionofpack{1.1 d} +\gdef\dateofpack{2018/09/19} +\gdef\nameofdoc{doc-linknodes v1.1 d} +\gdef\dateofdoc{2018/09/19} \gdef\authorofpack{Alain Matthes} \gdef\adressofauthor{} \gdef\namecollection{AlterMundus} diff --git a/Master/texmf-dist/doc/latex/tkz-linknodes/readme-linknodes.txt b/Master/texmf-dist/doc/latex/tkz-linknodes/readme-linknodes.txt index aefa437d449..a5cd9ba0381 100644 --- a/Master/texmf-dist/doc/latex/tkz-linknodes/readme-linknodes.txt +++ b/Master/texmf-dist/doc/latex/tkz-linknodes/readme-linknodes.txt @@ -1,8 +1,8 @@ Encoding : utf8 Author : Alain Matthes -Date : 02/06/2011 +Date : 19/09/2018 Package : tkz-linknodes.sty -Version : 1.1c +Version : 1.1d The linknodes package @@ -64,4 +64,4 @@ Altermundus <http://altermundus.fr> and <http://altermundus.com>. 5 rue de Valence Paris 75005 - al (dot) ma (at) mac (dot) com
\ No newline at end of file + al (dot) ma (at) mac (dot) com diff --git a/Master/texmf-dist/tex/latex/tkz-linknodes/tkz-linknodes.sty b/Master/texmf-dist/tex/latex/tkz-linknodes/tkz-linknodes.sty index 32a7ff3fd74..2c6f082dcf8 100644 --- a/Master/texmf-dist/tex/latex/tkz-linknodes/tkz-linknodes.sty +++ b/Master/texmf-dist/tex/latex/tkz-linknodes/tkz-linknodes.sty @@ -33,8 +33,10 @@ %<---------------------------------------------------------------------------> %<---------------------------------------------------------------------------> \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{tkz-linknodes}[2011/06/02 v1.1c tkz-linknodes] -\RequirePackage{etex} +\ProvidesPackage{tkz-linknodes}[2018/09/03 v1.1d tkz-linknodes] +\ifx\e@alloc\@undefined + \RequirePackage{etex} +\fi \RequirePackage{ifthen} \RequirePackage{xkeyval}[2005/11/25] \RequirePackage{tikz} |