diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-01 02:36:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-01 02:36:58 +0000 |
commit | b40be0919a1b7a682eabca758682560a5976e028 (patch) | |
tree | ba10364823de435727e183f91724c5cdedda2518 | |
parent | 4739d81e0f32b6deb33236665ee8e1dd092dc655 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@25815 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/build-aux/texinfo.tex | 9 | ||||
-rw-r--r-- | Master/doc.html | 3 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 1 |
3 files changed, 9 insertions, 4 deletions
diff --git a/Build/source/build-aux/texinfo.tex b/Build/source/build-aux/texinfo.tex index 85b68e79500..4555c9aee72 100644 --- a/Build/source/build-aux/texinfo.tex +++ b/Build/source/build-aux/texinfo.tex @@ -3,7 +3,7 @@ % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % -\def\texinfoversion{2012-03-11.15} +\def\texinfoversion{2012-03-30.11} % % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, @@ -4451,6 +4451,7 @@ end \definedummyword\guillemetright \definedummyword\guilsinglleft \definedummyword\guilsinglright + \definedummyword\lbracechar \definedummyword\leq \definedummyword\minus \definedummyword\ogonek @@ -4463,6 +4464,7 @@ end \definedummyword\quoteleft \definedummyword\quoteright \definedummyword\quotesinglbase + \definedummyword\rbracechar \definedummyword\result \definedummyword\textdegree % @@ -4514,6 +4516,7 @@ end \definedummyword\t % % Commands that take arguments. + \definedummyword\abbr \definedummyword\acronym \definedummyword\anchor \definedummyword\cite @@ -4525,6 +4528,7 @@ end \definedummyword\emph \definedummyword\env \definedummyword\file + \definedummyword\image \definedummyword\indicateurl \definedummyword\kbd \definedummyword\key @@ -4572,7 +4576,10 @@ end % content at all. So for index sorting, we map @{ and @} to strings % starting with |, since that ASCII character is between ASCII { and }. \def\{{|a}% + \def\lbracechar{|a}% + % \def\}{|b}% + \def\rbracechar{|b}% % % Non-English letters. \def\AA{AA}% diff --git a/Master/doc.html b/Master/doc.html index 1f610b2f183..15f97d9af53 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -7555,8 +7555,7 @@ Variants of last page labels. <li><b><a href="texmf-dist/doc/latex/paper">paper</a></b>:<small> Versions of article class, tuned for scholarly publications. -<a href="texmf-dist/doc/latex/paper/paper.pdf">paper.pdf</a> (de), -<a href="texmf-dist/doc/latex/stex/example/paper/paper.pdf">paper.pdf</a> (de). +<a href="texmf-dist/doc/latex/paper/paper.pdf">paper.pdf</a> (de). </small></li> <li><b><a href="texmf-dist/doc/latex/papercdcase">papercdcase</a></b>:<small> diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 45d168e0d65..5d654e3117f 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -22,7 +22,6 @@ $mirrors = { 'http://kebo.vlsm.org/CTAN/' => 1 }, 'Iran' => { - 'http://ctan.um.ac.ir/' => 1, 'http://ctan.yazduni.ac.ir/' => 1 }, 'Japan' => { |