summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-06-25 01:21:01 +0000
committerKarl Berry <karl@freefriends.org>2013-06-25 01:21:01 +0000
commit95663cce741c433fd37037311dd3a8bb75b4cfbb (patch)
treef1b487dffe1b2a03a3ee00419454450f34cec564
parentf83e5e513db7ad451f0f064473f5674f38531ff0 (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@30923 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/build-aux/texinfo.tex38
-rw-r--r--Master/doc.html21
2 files changed, 43 insertions, 16 deletions
diff --git a/Build/source/build-aux/texinfo.tex b/Build/source/build-aux/texinfo.tex
index 85f184cc4cb..3427d2ad0e3 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{2013-02-01.11}
+\def\texinfoversion{2013-06-23.10}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -2475,14 +2475,14 @@ end
}
% We *must* turn on hyphenation at `-' and `_' in @code.
+% (But see \codedashfinish below.)
% Otherwise, it is too hard to avoid overfull hboxes
% in the Emacs manual, the Library manual, etc.
%
% Unfortunately, TeX uses one parameter (\hyphenchar) to control
% both hyphenation at - and hyphenation within words.
% We must therefore turn them both off (\tclose does that)
-% and arrange explicitly to hyphenate at a dash.
-% -- rms.
+% and arrange explicitly to hyphenate at a dash. -- rms.
{
\catcode`\-=\active \catcode`\_=\active
\catcode`\'=\active \catcode`\`=\active
@@ -2499,14 +2499,33 @@ end
\let-\normaldash
\let_\realunder
\fi
+ % Given -foo (with a single dash), we do not want to allow a break
+ % after the hyphen.
+ \global\let\codedashprev=\codedash
+ %
\codex
}
+ %
+ \gdef\codedash{\futurelet\next\codedashfinish}
+ \gdef\codedashfinish{%
+ \normaldash % always output the dash character itself.
+ %
+ % Now, output a discretionary to allow a line break, unless
+ % (a) the next character is a -, or
+ % (b) the preceding character is a -.
+ % E.g., given --posix, we do not want to allow a break after either -.
+ % Given --foo-bar, we do want to allow a break between the - and the b.
+ \ifx\next\codedash \else
+ \ifx\codedashprev\codedash
+ \else \discretionary{}{}{}\fi
+ \fi
+ \global\let\codedashprev=\next
+ }
}
-
+\def\normaldash{-}
+%
\def\codex #1{\tclose{#1}\endgroup}
-\def\normaldash{-}
-\def\codedash{-\discretionary{}{}{}}
\def\codeunder{%
% this is all so @math{@code{var_name}+1} can work. In math mode, _
% is "active" (mathcode"8000) and \normalunderscore (or \char95, etc.)
@@ -4211,8 +4230,9 @@ end
% @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
% with @set.
-%
-% To get special treatment of `@end ifset,' call \makeond and the redefine.
+%
+% To get the special treatment we need for `@end ifset,' we call
+% \makecond and then redefine.
%
\makecond{ifset}
\def\ifset{\parsearg{\doifset{\let\next=\ifsetfail}}}
@@ -6402,7 +6422,7 @@ end
\newdimen\nonfillparindent
\def\nonfillstart{%
\aboveenvbreak
- \hfuzz = 12pt % Don't be fussy
+ \ifdim\hfuzz < 12pt \hfuzz = 12pt \fi % Don't be fussy
\sepspaces % Make spaces be word-separators rather than space tokens.
\let\par = \lisppar % don't ignore blank lines
\obeylines % each line of input is a line of output
diff --git a/Master/doc.html b/Master/doc.html
index a3ac13888a1..ee450f3c809 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -800,6 +800,8 @@ Babel support for documents written in Greek.
<a href="texmf-dist/doc/generic/babel-greek/greek.pdf">greek.pdf</a>,
<a href="texmf-dist/doc/generic/babel-greek/grmath.pdf">grmath.pdf</a>,
<a href="texmf-dist/doc/generic/babel-greek/grsymb.pdf">grsymb.pdf</a>,
+<a href="texmf-dist/doc/generic/babel-greek/test-greek.pdf">test-greek.pdf</a>,
+<a href="texmf-dist/doc/generic/babel-greek/test-unicode-greek.pdf">test-unicode-greek.pdf</a>,
<a href="texmf-dist/doc/generic/babel-greek/usage.pdf">usage.pdf</a>.
</small></li>
@@ -10963,6 +10965,11 @@ Spectral sequence diagrams.
<a href="texmf-dist/doc/latex/sseq/sseq.pdf">sseq.pdf</a>.
</small></li>
+<li><b><a href="texmf-dist/doc/latex/stackengine">stackengine</a></b>:<small>
+Curstomised stacking of objects, insets, baseline changes, etc.
+<a href="texmf-dist/doc/latex/stackengine/stackengine.pdf">stackengine.pdf</a>.
+</small></li>
+
<li><b><a href="texmf-dist/doc/latex/stage">stage</a></b>:<small>
A LaTeX class for stage plays
<a href="texmf-dist/doc/latex/stage/stage-documentation.pdf">stage-documentation.pdf</a>.
@@ -11337,7 +11344,7 @@ Format systems of equations.
<h2 id="letter-T">T</h2>
-<ol start="1752">
+<ol start="1753">
<li><b><a href="texmf-dist/doc/latex/t-angles">t-angles</a></b>:<small>
Draw tangles, trees, Hopf algebra operations and other pictures.
@@ -12684,7 +12691,7 @@ Print a typographic grid.
<h2 id="letter-U">U</h2>
-<ol start="1932">
+<ol start="1933">
<li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small>
University of Arizona thesis and dissertation format.
@@ -12915,7 +12922,7 @@ University of Washington thesis class.
<h2 id="letter-V">V</h2>
-<ol start="1973">
+<ol start="1974">
<li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small>
Bibliographic style file for Biomedical Journals.
@@ -13088,7 +13095,7 @@ Variable-width multiple text columns.
<h2 id="letter-W">W</h2>
-<ol start="2002">
+<ol start="2003">
<li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small>
Wadalab (Japanese) font packages.
@@ -13170,7 +13177,7 @@ Produces figures which text can flow around.
<h2 id="letter-X">X</h2>
-<ol start="2016">
+<ol start="2017">
<li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small>
Define commands with many optional arguments.
@@ -13447,7 +13454,7 @@ Tree macros using XY-Pic.
<h2 id="letter-Y">Y</h2>
-<ol start="2060">
+<ol start="2061">
<li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small>
A bundle of miscellaneous footnote packages.
@@ -13495,7 +13502,7 @@ Many-featured Young tableaux and Young diagrams.
<h2 id="letter-Z">Z</h2>
-<ol start="2068">
+<ol start="2069">
<li><b><a href="texmf-dist/doc/latex/zed-csp">zed-csp</a></b>:<small>
Typesetting Z and CSP format specifications.