From 58151c6db30061d71c2627427b2958779c644adc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 15 Sep 2008 00:06:53 +0000 Subject: latext-ds update (12sep08) git-svn-id: svn://tug.org/texlive/trunk@10598 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/latex-tds/build.pl | 5 +++-- .../source/latex/latex-tds/patch/utf8ienc.dtx.diff | 12 ++++++++++++ Master/texmf-dist/source/latex/latex-tds/readme.txt | 5 ++++- Master/texmf-dist/source/latex/latex-tds/tex/tools.tex | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 Master/texmf-dist/source/latex/latex-tds/patch/utf8ienc.dtx.diff (limited to 'Master') diff --git a/Master/texmf-dist/source/latex/latex-tds/build.pl b/Master/texmf-dist/source/latex/latex-tds/build.pl index a8e1e617026..346fb7f25ad 100755 --- a/Master/texmf-dist/source/latex/latex-tds/build.pl +++ b/Master/texmf-dist/source/latex/latex-tds/build.pl @@ -4,8 +4,8 @@ $^W=1; my $prj = 'latex-tds'; my $file = 'build.pl'; -my $version = cvs('$Revision: 1.140 $'); -my $date = cvs('$Date: 2008/09/06 12:58:57 $'); +my $version = cvs('$Revision: 1.141 $'); +my $date = cvs('$Date: 2008/09/10 14:22:05 $'); my $author = 'Heiko Oberdiek'; my $copyright = "Copyright 2006-2008 $author"; chomp(my $license = <<"END_LICENSE"); @@ -575,6 +575,7 @@ section('Patches after source install'); chdir $cwd; patch('base/encguide.tex'); + patch('base/utf8ienc.dtx'); } if ($modules{'knuth'}) { diff --git a/Master/texmf-dist/source/latex/latex-tds/patch/utf8ienc.dtx.diff b/Master/texmf-dist/source/latex/latex-tds/patch/utf8ienc.dtx.diff new file mode 100644 index 00000000000..de3b3832938 --- /dev/null +++ b/Master/texmf-dist/source/latex/latex-tds/patch/utf8ienc.dtx.diff @@ -0,0 +1,12 @@ +*** utf8ienc.dtx.org 2006-05-21 17:26:00.000000000 +0200 +--- utf8ienc.dtx 2008-09-10 16:16:45.000000000 +0200 +*************** +*** 30,35 **** +--- 30,36 ---- + % \iffalse + %<*driver> + \documentclass{ltxdoc} ++ \usepackage[utf8]{inputenc} + \GetFileInfo{utf8.def} + \title{Providing some UTF-8 support via \texttt{inputenc}} + \date{\fileversion\space\filedate{} printed \today} diff --git a/Master/texmf-dist/source/latex/latex-tds/readme.txt b/Master/texmf-dist/source/latex/latex-tds/readme.txt index eb4966270d2..1359c72317e 100644 --- a/Master/texmf-dist/source/latex/latex-tds/readme.txt +++ b/Master/texmf-dist/source/latex/latex-tds/readme.txt @@ -1,4 +1,4 @@ -readme.txt for project latex-tds, 2008/09/06 +readme.txt for project latex-tds, 2008/09/10 TABLE OF CONTENTS ================= @@ -258,6 +258,7 @@ Patches patch/logmac.tex.diff patch for knuth/errata/logmac.tex patch/tripman.tex.diff patch for knuth/tex/tripman.tex patch/trapman.tex.diff patch for knuth/mf/trapman.tex + patch/utf8ienc.dtx.diff patch for base/utf8ienc.dtx patch/webman.tex.diff patch for knuth/web/webman.tex @@ -520,3 +521,5 @@ I. HISTORY * lgc2.err added (LaTeX Graphics Companiong, 2. ed.). * Various fixes in errata lists. * Module tools/array.dtx: documentation fixed (tools/4044). +2008/09/10 + * Module base: Missing title date for utf8ienc.pdf fixed. diff --git a/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex b/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex index 26def841c04..c966873b3b8 100644 --- a/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex +++ b/Master/texmf-dist/source/latex/latex-tds/tex/tools.tex @@ -1,6 +1,6 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesFile{tools.tex}% - [2008/09/06 Tools overview (HO)] + [2008/09/10 Tools overview (HO)] % Copyright 2006-2008 Heiko Oberdiek % % This file is part of project `latex-tds'. -- cgit v1.2.3