summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/latex-tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-09-15 00:06:53 +0000
committerKarl Berry <karl@freefriends.org>2008-09-15 00:06:53 +0000
commit58151c6db30061d71c2627427b2958779c644adc (patch)
tree6ea8ea77083ad42a8d3541999d8de9ea1c451eb3 /Master/texmf-dist/source/latex/latex-tds
parent24f3309577decc9ffe0a8c25ff3b9ce56ad2571c (diff)
latext-ds update (12sep08)
git-svn-id: svn://tug.org/texlive/trunk@10598 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/latex-tds')
-rwxr-xr-xMaster/texmf-dist/source/latex/latex-tds/build.pl5
-rw-r--r--Master/texmf-dist/source/latex/latex-tds/patch/utf8ienc.dtx.diff12
-rw-r--r--Master/texmf-dist/source/latex/latex-tds/readme.txt5
-rw-r--r--Master/texmf-dist/source/latex/latex-tds/tex/tools.tex2
4 files changed, 20 insertions, 4 deletions
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'.