summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-09-20 21:17:05 +0000
committerKarl Berry <karl@freefriends.org>2018-09-20 21:17:05 +0000
commit754d8c4873557da92ef1a22fe491f06317e7d187 (patch)
tree628f150347775ee390c8e16bee329abff36fc54a /Master
parent17895cfe21131f18857d554dfef08b9f84fd59ee (diff)
tkz-doc (20sep18)
git-svn-id: svn://tug.org/texlive/trunk@48709 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/tex/latex/tkz-doc/tkz-doc.cls8
-rw-r--r--Master/texmf-dist/tex/latex/tkz-doc/tkzexample.sty2
2 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/tkz-doc/tkz-doc.cls b/Master/texmf-dist/tex/latex/tkz-doc/tkz-doc.cls
index 4ea831fb1f3..0cd1e5ce280 100644
--- a/Master/texmf-dist/tex/latex/tkz-doc/tkz-doc.cls
+++ b/Master/texmf-dist/tex/latex/tkz-doc/tkz-doc.cls
@@ -29,8 +29,8 @@
%<--------------------------------------------------------------------------->
%<-------------- Définitions relatives au package --------------------------->
\newcommand*{\PackageName}{tkz-doc}
-\newcommand*{\PackageVersion}{1.1 c}
-\newcommand*{\filedate}{2011/05/30}
+\newcommand*{\PackageVersion}{1.1 d}
+\newcommand*{\filedate}{2018/09/19}
%<---------------------- Identification Part -------------------------------->
%
%<--------------------------------------------------------------------------->
@@ -41,7 +41,9 @@
\ProcessOptions\relax
\LoadClass[titlepage,oneside]{scrartcl}
\PassOptionsToPackage{usenames,dvipsnames,svgnames}{xcolor}
-\RequirePackage{etex}
+\ifx\e@alloc\@undefined
+ \RequirePackage{etex}
+\fi
\RequirePackage[utf8]{inputenc}
\RequirePackage{xkeyval}[2005/11/25]
\RequirePackage{framed,eso-pic}
diff --git a/Master/texmf-dist/tex/latex/tkz-doc/tkzexample.sty b/Master/texmf-dist/tex/latex/tkz-doc/tkzexample.sty
index 54a9cc5f1d5..a39fbe5bc64 100644
--- a/Master/texmf-dist/tex/latex/tkz-doc/tkzexample.sty
+++ b/Master/texmf-dist/tex/latex/tkz-doc/tkzexample.sty
@@ -15,7 +15,7 @@
%
%<--------------------------------------------------------------------------->
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{tkzexample}[2011/06/04 v1.1 c (code and graphic ) ]
+\ProvidesPackage{tkzexample}[2018/09/19 v1.1 d (code and graphic ) ]
\RequirePackage{fixltx2e,calc,mdframed,fancyvrb}
\newif\iftkzcodesaved
\DeclareOption{saved}{\tkzcodesavedtrue}