summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-08-28 01:20:12 +0000
committerKarl Berry <karl@freefriends.org>2015-08-28 01:20:12 +0000
commite9e6224e922cd445f0c082a1edde00b8ae37fca6 (patch)
tree4495df037efb3dc3952e43e41062a5cf595dfdd9
parentf33fa0b907bbc217ddc2bd5bb5a47db771ea1fc5 (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@38226 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/build-aux/texinfo.tex146
-rw-r--r--Master/doc.html57
2 files changed, 111 insertions, 92 deletions
diff --git a/Build/source/build-aux/texinfo.tex b/Build/source/build-aux/texinfo.tex
index df3f636bf81..d955b8a527b 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{2015-08-24.13}
+\def\texinfoversion{2015-08-25.18}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -346,10 +346,10 @@
\normalturnoffactive % \ in index entries must not stay \, e.g., if
% the page break happens to be in the middle of an example.
% We don't want .vr (or whatever) entries like this:
- % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}}
+ % \entry{{\indexbackslash }acronym}{32}{\code {\acronym}}
% "\acronym" won't work when it's read back in;
% it needs to be
- % {\code {{\tt \backslashcurfont }acronym}
+ % {\code {{\backslashcurfont }acronym}
\shipout\vbox{%
% Do this early so pdf references go to the beginning of the page.
\ifpdfmakepagedest \pdfdest name{\the\pageno} xyz\fi
@@ -1053,8 +1053,8 @@ where each line of input produces a line of output.}
\newif\iflinks \linkstrue % by default we want the aux files.
\let\novalidate = \linksfalse
-% @setfilename is done at the beginning of every texinfo file.
-% So open here the files we need to have open while reading the input.
+% @setfilename is done at the beginning of every texinfo file. So open
+% here some of the files we need to have open while reading the input.
% This makes it possible to make a .fmt file for texinfo.
\def\setfilename{%
\iflinks
@@ -1062,7 +1062,6 @@ where each line of input produces a line of output.}
% Open the new aux file. TeX will close it automatically at exit.
\immediate\openout\auxfile=\jobname.aux
\fi % \openindices needs to do some work in any case.
- \openindices
\let\setfilename=\comment % Ignore extra @setfilename cmds.
%
% If texinfo.cnf is present on the system, read it.
@@ -1074,17 +1073,6 @@ where each line of input produces a line of output.}
\comment % Ignore the actual filename.
}
-% Called from \setfilename.
-%
-\def\openindices{%
- \newindex{cp}%
- \newcodeindex{fn}%
- \newcodeindex{vr}%
- \newcodeindex{tp}%
- \newcodeindex{ky}%
- \newcodeindex{pg}%
-}
-
% @bye.
\outer\def\bye{\pagealignmacro\tracingstats=1\ptexend}
@@ -4371,19 +4359,16 @@ end
% except not \outer, so it can be used within macros and \if's.
\edef\newwrite{\makecsname{ptexnewwrite}}
-% \newindex {foo} defines an index named foo.
-% It automatically defines \fooindex such that
-% \fooindex ...rest of line... puts an entry in the index foo.
-% It also defines \fooindfile to be the number of the output channel for
-% the file that accumulates this index. The file's extension is foo.
+% \newindex {foo} defines an index named IX.
+% It automatically defines \IXindex such that
+% \IXindex ...rest of line... puts an entry in the index IX.
+% It also defines \IXindfile to be the number of the output channel for
+% the file that accumulates this index. The file's extension is IX.
% The name of an index should be no more than 2 characters long
% for the sake of vms.
%
\def\newindex#1{%
- \iflinks
- \expandafter\newwrite \csname#1indfile\endcsname
- \openout \csname#1indfile\endcsname \jobname.#1 % Open the file
- \fi
+ \expandafter\chardef\csname#1indfile\endcsname=0
\expandafter\xdef\csname#1index\endcsname{% % Define @#1index
\noexpand\doindex{#1}}
}
@@ -4397,14 +4382,19 @@ end
\def\defcodeindex{\parsearg\newcodeindex}
%
\def\newcodeindex#1{%
- \iflinks
- \expandafter\newwrite \csname#1indfile\endcsname
- \openout \csname#1indfile\endcsname \jobname.#1
- \fi
+ \expandafter\chardef\csname#1indfile\endcsname=0
\expandafter\xdef\csname#1index\endcsname{%
\noexpand\docodeindex{#1}}%
}
+% The default indices:
+\newindex{cp}% concepts,
+\newcodeindex{fn}% functions,
+\newcodeindex{vr}% variables,
+\newcodeindex{tp}% types,
+\newcodeindex{ky}% keys
+\newcodeindex{pg}% and programs.
+
% @synindex foo bar makes index foo feed into index bar.
% Do this instead of @defindex foo if you don't want it as a separate index.
@@ -4433,24 +4423,19 @@ end
\expandafter\xdef\csname#2index\endcsname{\noexpand#1{#3}}%
}
-% Define \doindex, the driver for all \fooindex macros.
+% Define \doindex, the driver for all index macros.
% Argument #1 is generated by the calling \fooindex macro,
-% and it is "foo", the name of the index.
-
-% \doindex just uses \parsearg; it calls \doind for the actual work.
-% This is because \doind is more useful to call from other macros.
+% and it the two-letter name of the index.
-% There is also \dosubind {index}{topic}{subtopic}
-% which makes an entry in a two-level index such as the operation index.
-
-\def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer}
-\def\singleindexer #1{\doind{\indexname}{#1}}
+\def\doindex#1{\edef\indexname{#1}\parsearg\doindexxxx}
+\def\doindexxxx #1{\doind{\indexname}{#1}}
% like the previous two, but they put @code around the argument.
-\def\docodeindex#1{\edef\indexname{#1}\parsearg\singlecodeindexer}
-\def\singlecodeindexer #1{\doind{\indexname}{\code{#1}}}
+\def\docodeindex#1{\edef\indexname{#1}\parsearg\docodeindexxxx}
+\def\docodeindexxxx #1{\doind{\indexname}{\code{#1}}}
-% Take care of Texinfo commands that can appear in an index entry.
+% Used when writing an index entry out to an index file, to prevent
+% expansion of Texinfo commands that can appear in an index entry.
% Since there are some commands we want to expand, and others we don't,
% we have to laboriously prevent expansion for those that we don't.
%
@@ -4679,6 +4664,9 @@ end
% For testing: output @{ and @} in index sort strings as \{ and \}.
\newif\ifusebracesinindexes
+\let\indexlbrace\relax
+\let\indexrbrace\relax
+
% \indexnofonts is used when outputting the strings to sort the index
% by, and when constructing control sequence names. It eliminates all
% control sequences and just writes whatever the best ASCII sort string
@@ -4704,16 +4692,10 @@ end
\def\_{\normalunderscore}%
\def\-{}% @- shouldn't affect sorting
%
- % Unfortunately, texindex is not prepared to handle braces in the
- % content at all. So for index sorting, we map @{ and @} to strings
- % starting with |, since that ASCII character is between ASCII { and }.
- \ifusebracesinindexes
- \def\lbracechar{\lbracecmd}%
- \def\rbracechar{\rbracecmd}%
- \else
- \def\lbracechar{|a}%
- \def\rbracechar{|b}%
- \fi
+ % Unfortunately, texindex < 6.0 is not prepared to handle braces in the
+ % content at all, so these won't be sorted in ASCII order.
+ \def\lbracechar{{\indexlbrace}}%
+ \def\rbracechar{{\indexrbrace}}%
\let\{=\lbracechar
\let\}=\rbracechar
%
@@ -4795,14 +4777,17 @@ end
{\catcode`\`=\active
\gdef\indexlquoteignore{\let`=\empty}}
-\let\indexbackslash=0 %overridden during \printindex.
\let\SETmarginindex=\relax % put index entries in margin (undocumented)?
% Most index entries go through here, but \dosubind is the general case.
% #1 is the index name, #2 is the entry text.
\def\doind#1#2{\dosubind{#1}{#2}{}}
-% Workhorse for all \fooindexes.
+% There is also \dosubind {index}{topic}{subtopic}
+% which makes an entry in a two-level index such as the operation index.
+% TODO: Two-level index? Operation index?
+
+% Workhorse for all indexes.
% #1 is name of index, #2 is stuff to put there, #3 is subentry --
% empty if called from \doind, as we usually are (the main exception
% is with most defuns, which call us directly).
@@ -4810,6 +4795,7 @@ end
\def\dosubind#1#2#3{%
\iflinks
{%
+ \requireopenindexfile{#1}%
% Store the main index entry text (including the third arg).
\toks0 = {#2}%
% If third arg is present, precede it with a space.
@@ -4825,6 +4811,29 @@ end
\fi
}
+% Check if an index file has been opened, and if not, open it.
+\def\requireopenindexfile#1{%
+\ifnum\csname #1indfile\endcsname=0
+ \expandafter\newwrite \csname#1indfile\endcsname
+ \openout \csname#1indfile\endcsname \jobname.#1 % Open the file
+\fi}
+
+% Output \ as {\indexbackslash}, because \ is an escape character in
+% the index files.
+\let\indexbackslash=\relax
+{\catcode`\@=0 \catcode`\\=\active
+ @gdef@useindexbackslash{@def\{{@indexbackslash}}}
+}
+
+% Definition for writing index entry text.
+\def\sortas#1{\eatspaces}%
+
+% Definition for writing index entry sort key. @sortas{} must occur at
+% the beginning of the index entry, like
+% @cindex @sortas{september} \september
+\def\indexwritesortas#1#2\endofindexentry{#1}
+
+
% Write the entry in \toks0 to the index file:
%
\def\dosubindwrite{%
@@ -4835,14 +4844,15 @@ end
%
% Remember, we are within a group.
\indexdummies % Must do this here, since \bf, etc expand at this stage
- \def\backslashcurfont{\indexbackslash}% \indexbackslash isn't defined now
- % so it will be output as is; and it will print as backslash.
- %
- % Process the index entry with all font commands turned off, to
- % get the string to sort by.
+ \useindexbackslash % \indexbackslash isn't defined now so it will be output
+ % as is; and it will print as backslash.
+ % Get the string to sort by, by processing the index entry with all
+ % font commands turned off.
{\indexnofonts
- \edef\temp{\the\toks0}% need full expansion
- \xdef\indexsorttmp{\temp}%
+ \def\endofindexentry{}%
+ \let\sortas=\indexwritesortas
+ \edef\temp{\the\toks0 \noexpand\endofindexentry}%
+ \xdef\indexsortkey{\temp}%
}%
%
% Set up the complete index entry, with both the sort key and
@@ -4852,7 +4862,7 @@ end
% sorted result.
\edef\temp{%
\write\writeto{%
- \string\entry{\indexsorttmp}{\noexpand\folio}{\the\toks0}}%
+ \string\entry{\indexsortkey}{\noexpand\folio}{\the\toks0}}%
}%
\temp
}
@@ -5000,7 +5010,9 @@ end
% Index files are almost Texinfo source, but we use \ as the escape
% character. It would be better to use @, but that's too big a change
% to make right now.
- \def\indexbackslash{\backslashcurfont}%
+ \def\indexbackslash{\ttbackslash}%
+ \let\indexlbrace\{ % Likewise, set these sequences for braces
+ \let\indexrbrace\} % used in the sort key.
\catcode`\\ = 0
\escapechar = `\\
\begindoublecolumns
@@ -5014,9 +5026,6 @@ end
% These macros are used by the sorted index file itself.
% Change them to control the appearance of the index.
-{\catcode`\@=0 \catcode`\\=13
-@gdef@usemathbackslash{@def@\{@math{@backslash}}}}
-
\let\normalhyphen=-
{\catcode`\/=13 \catcode`\-=13 \catcode`\^=13 \catcode`\~=13 \catcode`\_=13
\catcode`\|=13 \catcode`\<=13 \catcode`\>=13 \catcode`\+=13 \catcode`\"=13
@@ -5025,7 +5034,8 @@ end
% Some changes for non-alphabetic characters. Using the glyphs from the
% math fonts looks more consistent than the typewriter font used elsewhere
% for these characters.
- \usemathbackslash
+ \def\indexbackslash{\math{\backslash}}%
+ \let\\=\indexbackslash
%
% Can't get bold backslash so don't use bold forward slash
\catcode`\/=13
diff --git a/Master/doc.html b/Master/doc.html
index fd58aa54ec9..fa3f8143fea 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -2650,6 +2650,14 @@ XML mastering for LaTeX classes and packages
<a href="texmf-dist/doc/support/classpack/classpack.pdf">classpack.pdf</a>.
</small></li>
+<li><b><a href="texmf-dist/doc/latex/cleanthesis/doc">cleanthesis</a></b>:<small>
+A clean LaTeX style for thesis documents
+<a href="texmf-dist/doc/latex/cleanthesis/doc/cleanthesis-doc.pdf">cleanthesis-doc.pdf</a>,
+<a href="texmf-dist/doc/latex/cleanthesis/gfx/Clean-Thesis-Figure.pdf">Clean-Thesis-Figure.pdf</a>,
+<a href="texmf-dist/doc/latex/cleanthesis/gfx/Clean-Thesis-Logo.pdf">Clean-Thesis-Logo.pdf</a>,
+<a href="texmf-dist/doc/latex/cleanthesis/thesis-example.pdf">thesis-example.pdf</a>.
+</small></li>
+
<li><b><a href="texmf-dist/doc/fonts/clearsans">clearsans</a></b>:<small>
Clear Sans fonts with LaTeX support
<a href="texmf-dist/doc/fonts/clearsans/clear-samples.pdf">clear-samples.pdf</a>.
@@ -3502,7 +3510,7 @@ Cyrillic bibtex and makeindex.
<h2 id="letter-D">D</h2>
-<ol start="540">
+<ol start="541">
<li><b><a href="texmf-dist/doc/fonts/dad">dad</a></b>:<small>
Simple typesetting system for mixed Arabic/Latin documents
@@ -4289,7 +4297,7 @@ Construct Dynkin tree diagrams
<h2 id="letter-E">E</h2>
-<ol start="673">
+<ol start="674">
<li><b><a href="texmf-dist/doc/generic/e-french">e-french</a></b>:<small>
Comprehensive LaTeX support for French-language typesetting
@@ -5095,7 +5103,7 @@ Extend the standard classes' size options
<h2 id="letter-F">F</h2>
-<ol start="803">
+<ol start="804">
<li><b><a href="texmf-dist/doc/latex/facsimile">facsimile</a></b>:<small>
Document class for preparing faxes
@@ -5850,7 +5858,7 @@ Get first and last words of a page
<h2 id="letter-G">G</h2>
-<ol start="925">
+<ol start="926">
<li><b><a href="texmf-dist/doc/latex/g-brief">g-brief</a></b>:<small>
Letter document class
@@ -6435,7 +6443,7 @@ Bundle of classes for "La Gazette des Mathematiciens"
<h2 id="letter-H">H</h2>
-<ol start="1017">
+<ol start="1018">
<li><b><a href="texmf-dist/doc/latex/HA-prosper">HA-prosper</a></b>:<small>
Patches and improvements for prosper
@@ -6708,7 +6716,7 @@ Basic support for multiple languages in Plain TeX
<h2 id="letter-I">I</h2>
-<ol start="1063">
+<ol start="1064">
<li><b><a href="texmf-dist/doc/latex/ibycus-babel">ibycus-babel</a></b>:<small>
Use the Ibycus 4 Greek font with Babel
@@ -6746,7 +6754,8 @@ Document class for IEEE Transactions journals and conferences
<a href="texmf-dist/doc/latex/IEEEtran/IEEEtran_bst_HOWTO.pdf">IEEEtran_bst_HOWTO.pdf</a>,
<a href="texmf-dist/doc/latex/IEEEtran/testflow_ctl_A4.pdf">testflow_ctl_A4.pdf</a>,
<a href="texmf-dist/doc/latex/IEEEtran/testflow_ctl_LTR.pdf">testflow_ctl_LTR.pdf</a>,
-<a href="texmf-dist/doc/latex/IEEEtran/testflow_doc.pdf">testflow_doc.pdf</a>.
+<a href="texmf-dist/doc/latex/IEEEtran/testflow_doc.pdf">testflow_doc.pdf</a>,
+<a href="texmf-dist/doc/latex/IEEEtran/tux.pdf">tux.pdf</a>.
</small></li>
<li><b><a href="texmf-dist/doc/latex/ifetex">ifetex</a></b>:<small>
@@ -7040,7 +7049,7 @@ A two-element sans-serif font
<h2 id="letter-J">J</h2>
-<ol start="1121">
+<ol start="1122">
<li><b><a href="texmf-dist/doc/fonts/jablantile">jablantile</a></b>:<small>
Metafont version of tiles in the style of Slavik Jablan
@@ -7164,7 +7173,7 @@ A replacement for LaTeX's verbatim package
<h2 id="letter-K">K</h2>
-<ol start="1139">
+<ol start="1140">
<li><b><a href="texmf-dist/doc/latex/kantlipsum">kantlipsum</a></b>:<small>
Generate sentences in Kant's style
@@ -7395,7 +7404,7 @@ A two-element sans-serif typeface
<h2 id="letter-L">L</h2>
-<ol start="1165">
+<ol start="1166">
<li><b><a href="texmf-dist/doc/latex/l2picfaq">l2picfaq</a></b>:<small>
LaTeX pictures "how-to" (German)
@@ -8531,7 +8540,7 @@ Set of slide fonts based on CM
<h2 id="letter-M">M</h2>
-<ol start="1331">
+<ol start="1332">
<li><b><a href="texmf-dist/doc/generic/m-tx">m-tx</a></b>:<small>
A preprocessor for pmx
@@ -9534,7 +9543,7 @@ Build a format based on the preamble of a LaTeX file
<h2 id="letter-N">N</h2>
-<ol start="1493">
+<ol start="1494">
<li><b><a href="texmf-dist/doc/latex/nag">nag</a></b>:<small>
Detecting and warning about obsolete LaTeX commands
@@ -9894,7 +9903,7 @@ Print numbers with separators and exponent if necessary
<h2 id="letter-O">O</h2>
-<ol start="1549">
+<ol start="1550">
<li><b><a href="texmf-dist/doc/latex/oberdiek">oberdiek</a></b>:<small>
A bundle of packages submitted by Heiko Oberdiek
@@ -10182,7 +10191,7 @@ Combine LaTeX commands over included graphics
<h2 id="letter-P">P</h2>
-<ol start="1581">
+<ol start="1582">
<li><b><a href="texmf-dist/doc/latex/pagecolor">pagecolor</a></b>:<small>
Interrogate page colour
@@ -11725,7 +11734,7 @@ Run Python from within a document, typesetting the results
<h2 id="letter-Q">Q</h2>
-<ol start="1821">
+<ol start="1822">
<li><b><a href="texmf-dist/doc/latex/qcircuit">qcircuit</a></b>:<small>
Macros to generate quantum ciruits
@@ -11790,7 +11799,7 @@ An easy way to typeset any part of The Holy Quran
<h2 id="letter-R">R</h2>
-<ol start="1832">
+<ol start="1833">
<li><b><a href="texmf-dist/doc/latex/raleway">raleway</a></b>:<small>
Use Raleway with TeX(-alike) systems
@@ -12186,7 +12195,7 @@ Class for Ryerson Unversity Graduate School requirements
<h2 id="letter-S">S</h2>
-<ol start="1895">
+<ol start="1896">
<li><b><a href="texmf-dist/doc/latex/sa-tikz">sa-tikz</a></b>:<small>
TikZ library to draw switching architectures
@@ -13296,7 +13305,7 @@ Format systems of equations
<h2 id="letter-T">T</h2>
-<ol start="2071">
+<ol start="2072">
<li><b><a href="texmf-dist/doc/latex/t-angles">t-angles</a></b>:<small>
Draw tangles, trees, Hopf algebra operations and other pictures
@@ -14788,7 +14797,7 @@ Print a typographic grid
<h2 id="letter-U">U</h2>
-<ol start="2274">
+<ol start="2275">
<li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small>
University of Arizona thesis and dissertation format
@@ -15067,7 +15076,7 @@ University of Washington thesis class
<h2 id="letter-V">V</h2>
-<ol start="2323">
+<ol start="2324">
<li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small>
Bibliographic style file for Biomedical Journals
@@ -15271,7 +15280,7 @@ Variable-width multiple text columns
<h2 id="letter-W">W</h2>
-<ol start="2355">
+<ol start="2356">
<li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small>
Wadalab (Japanese) font packages
@@ -15375,7 +15384,7 @@ LaTeX class for Bavarian school w-seminar papers
<h2 id="letter-X">X</h2>
-<ol start="2371">
+<ol start="2372">
<li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small>
Define commands with many optional arguments
@@ -15693,7 +15702,7 @@ Tree macros using XY-Pic
<h2 id="letter-Y">Y</h2>
-<ol start="2421">
+<ol start="2422">
<li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small>
A bundle of miscellaneous footnote packages
@@ -15760,7 +15769,7 @@ Many-featured Young tableaux and Young diagrams
<h2 id="letter-Z">Z</h2>
-<ol start="2430">
+<ol start="2431">
<li><b><a href="texmf-dist/doc/latex/zed-csp">zed-csp</a></b>:<small>
Typesetting Z and CSP format specifications