From 754d8c4873557da92ef1a22fe491f06317e7d187 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 20 Sep 2018 21:17:05 +0000 Subject: tkz-doc (20sep18) git-svn-id: svn://tug.org/texlive/trunk@48709 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/tkz-doc/tkz-doc.cls | 8 +++++--- Master/texmf-dist/tex/latex/tkz-doc/tkzexample.sty | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'Master') 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} -- cgit v1.2.3