From 79d23f061e99d15ff3d9ae6edbedffb26f2e127a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 4 Dec 2011 23:58:46 +0000 Subject: latex-tds git-svn-id: svn://tug.org/texlive/trunk@24752 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/latex-tds/build.pl | 8 +++-- .../source/latex/latex-tds/patch/hebrew.fdd.diff | 36 ++++++++++++++++++++++ .../texmf-dist/source/latex/latex-tds/readme.txt | 5 ++- .../source/latex/latex-tds/tex/tools.tex | 2 +- 4 files changed, 47 insertions(+), 4 deletions(-) create mode 100644 Master/texmf-dist/source/latex/latex-tds/patch/hebrew.fdd.diff diff --git a/Master/texmf-dist/source/latex/latex-tds/build.pl b/Master/texmf-dist/source/latex/latex-tds/build.pl index fe6b5715171..547c78e1d1c 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.167 $'); -my $date = cvs('$Date: 2011/07/26 10:38:11 $'); +my $version = cvs('$Revision: 1.168 $'); +my $date = cvs('$Date: 2011/11/14 02:55:08 $'); my $author = 'Heiko Oberdiek'; my $copyright = "Copyright 2006-2011 $author"; chomp(my $license = <<"END_LICENSE"); @@ -636,6 +636,10 @@ section('Patches after source install'); patch("amslatex/amsrefs/changes.tex"); run("$prg_recode latin1..utf8 $dir_build/amslatex/amsrefs/changes.tex"); } + + if ($modules{'babel'}) { + patch("babel/hebrew.fdd"); + } } ### Docstrip diff --git a/Master/texmf-dist/source/latex/latex-tds/patch/hebrew.fdd.diff b/Master/texmf-dist/source/latex/latex-tds/patch/hebrew.fdd.diff new file mode 100644 index 00000000000..4ee0e104ac0 --- /dev/null +++ b/Master/texmf-dist/source/latex/latex-tds/patch/hebrew.fdd.diff @@ -0,0 +1,36 @@ +*** hebrew.fdd.org 2011-11-14 04:13:38.000000000 +0100 +--- hebrew.fdd 2011-11-14 04:14:41.000000000 +0100 +*************** +*** 263,269 **** + %\generateFile{lhecmr.fd}{t}{\from{hebrew.fdd}{LHEcmr,nowarn}} + %\end{verbatim} + % +! % \subsection{The \LHE encoding definition file} + % + % The Hebrew font encoding \LHE{} is based upon the old-code encoding + % also known as the Israeli Standard SI-960. Many Hebrew \TeX{} +--- 263,269 ---- + %\generateFile{lhecmr.fd}{t}{\from{hebrew.fdd}{LHEcmr,nowarn}} + %\end{verbatim} + % +! % \subsection{The \LHE{} encoding definition file} + % + % The Hebrew font encoding \LHE{} is based upon the old-code encoding + % also known as the Israeli Standard SI-960. Many Hebrew \TeX{} +*************** +*** 656,662 **** + % + % \end{macrocode} + % +! % \subsection{The \HEH encoding definition file} + % + % The Hebrew font encoding \HEH{} is based upon an extention by + % Microsoft to the ISO-8859-8 standard. This is an 8bit encoding. The +--- 656,662 ---- + % + % \end{macrocode} + % +! % \subsection{The \HEH{} encoding definition file} + % + % The Hebrew font encoding \HEH{} is based upon an extention by + % Microsoft to the ISO-8859-8 standard. This is an 8bit encoding. The diff --git a/Master/texmf-dist/source/latex/latex-tds/readme.txt b/Master/texmf-dist/source/latex/latex-tds/readme.txt index e097957740d..6ed7bd5b6a3 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, 2011/10/05 +readme.txt for project latex-tds, 2011/11/16 TABLE OF CONTENTS ================= @@ -266,6 +266,7 @@ Patches patch/amsldoc.tex.diff patch for amslatex/amsldoc.tex patch/changes.tex.diff patch for amslatex/amsrefs/changes.tex patch/encguide.tex.diff patch for base/encguide.tex + patch/hebrew.fdd.diff patch for babel/hebrew.fdd patch/lb2.err.diff patch for base/lb2.err patch/logmac.tex.diff patch for knuth/errata/logmac.tex patch/source2e.tex.diff patch for base/source2e.tex @@ -609,3 +610,5 @@ I. HISTORY * Update of tools. 2011/10/05 * Update of tools (varioref). +2011/11/16 + * Update of babel. 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 ce0f3714922..6ca71552f9a 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}% - [2011/10/05 Tools overview (HO)] + [2011/11/16 Tools overview (HO)] % Copyright 2006-2011 Heiko Oberdiek % % This file is part of project `latex-tds'. -- cgit v1.2.3