summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-09 03:26:44 +0000
committerKarl Berry <karl@freefriends.org>2010-03-09 03:26:44 +0000
commit5bfd6c1ceb266ac308271828ca760e914f7fb9a7 (patch)
tree98db73cbe41f63a19ff9e28aef8fc0a81552aaa8
parentf76376d5e2030a372ef78f26f290016d4d375530 (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@17394 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/build-aux/texinfo.tex39
-rw-r--r--Master/doc.html49
2 files changed, 54 insertions, 34 deletions
diff --git a/Build/source/build-aux/texinfo.tex b/Build/source/build-aux/texinfo.tex
index b6cc6d8bcf6..9ef9480f42d 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{2010-02-13.09}
+\def\texinfoversion{2010-03-07.08}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -2504,27 +2504,40 @@ end
% Count depth in font-changes, for error checks
\newcount\fontdepth \fontdepth=0
-%% Add scribe-like font environments, plus @l for inline lisp (usually sans
-%% serif) and @ii for TeX italic
+% Font commands.
-% \smartitalic{ARG} outputs arg in italics, followed by an italic correction
-% unless the following character is such as not to need one.
-\def\smartitalicx{\ifx\next,\else\ifx\next-\else\ifx\next.\else
- \ptexslash\fi\fi\fi}
-\def\smartslanted#1{{\ifusingtt\ttsl\sl #1}\futurelet\next\smartitalicx}
-\def\smartitalic#1{{\ifusingtt\ttsl\it #1}\futurelet\next\smartitalicx}
+% #1 is the font command (\sl vs. \it), #2 is the text to slant.
+% If we are in a monospaced environment, however, 1) always use \ttsl,
+% and 2) do not add an italic correction.
+\def\dosmartslant#1#2{%
+ \ifusingtt
+ {\ttsl #2\let\next=\relax}%
+ {\def\next{{#1#2}\futurelet\next\smartitaliccorrection}}%
+ \next
+}
+\def\smartslanted{\dosmartslant\sl}
+\def\smartitalic{\dosmartslant\it}
+
+% Output an italic correction unless \next (presumed to be the following
+% character) is such as not to need one.
+\def\smartitaliccorrection{%
+ \ifx\next,%
+ \else\ifx\next-%
+ \else\ifx\next.%
+ \else\ptexslash
+ \fi\fi\fi}
-% like \smartslanted except unconditionally uses \ttsl.
+% like \smartslanted except unconditionally uses \ttsl, and no ic.
% @var is set to this for defun arguments.
-\def\ttslanted#1{{\ttsl #1}\futurelet\next\smartitalicx}
+\def\ttslanted#1{{\ttsl #1}}
% @cite is like \smartslanted except unconditionally use \sl. We never want
% ttsl for book titles, do we?
-\def\cite#1{{\sl #1}\futurelet\next\smartitalicx}
+\def\cite#1{{\sl #1}\futurelet\next\smartitaliccorrection}
\let\i=\smartitalic
\let\slanted=\smartslanted
-\def\var#1{{\setupmarkupstyle{var}\smartslanted{#1}}}
+\def\var#1{\smartslanted{#1}}
\let\dfn=\smartslanted
\let\emph=\smartitalic
diff --git a/Master/doc.html b/Master/doc.html
index 426967ab1f6..64951de25fb 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -792,7 +792,9 @@ Biblatex support for Nature.
Styles for using biblatex for work in philosophy.
<a href="texmf-dist/doc/latex/biblatex-philosophy/Test-philosophy-classic.pdf">Test-philosophy-classic.pdf</a>,
<a href="texmf-dist/doc/latex/biblatex-philosophy/Test-philosophy-modern.pdf">Test-philosophy-modern.pdf</a>,
-<a href="texmf-dist/doc/latex/biblatex-philosophy/biblatex-philosophy-doc.pdf">biblatex-philosophy-doc.pdf</a>.
+<a href="texmf-dist/doc/latex/biblatex-philosophy/Test-philosophy-verbose.pdf">Test-philosophy-verbose.pdf</a>,
+<a href="texmf-dist/doc/latex/biblatex-philosophy/philosophy-authoryear-doc.pdf">philosophy-authoryear-doc.pdf</a> (it),
+<a href="texmf-dist/doc/latex/biblatex-philosophy/philosophy-verbose-doc.pdf">philosophy-verbose-doc.pdf</a> (it).
</small></li>
<li><b><a href="texmf-dist/doc/latex/biblatex-contrib/biblatex-science">biblatex-science</a></b>:<small>
@@ -2931,6 +2933,11 @@ Seven predefined chapter heading styles.
<a href="texmf-dist/doc/latex/fncychap/fncychap.pdf">fncychap.pdf</a>.
</small></li>
+<li><b><a href="texmf-dist/doc/latex/fncylab">fncylab</a></b>:<small>
+Alter the format of \label references.
+<a href="texmf-dist/doc/latex/fncylab/fncylab.pdf">fncylab.pdf</a>.
+</small></li>
+
<li><b><a href="texmf-dist/doc/latex/fnpara">fnpara</a></b>:<small>
Footnotes in paragraphs.
<a href="texmf-dist/doc/latex/fnpara/fnpara-doc.pdf">fnpara-doc.pdf</a>.
@@ -3128,7 +3135,7 @@ Get first and last words of a page.
<h2 id="letter-G">G</h2>
-<ol start="500">
+<ol start="501">
<li><b><a href="texmf-dist/doc/latex/g-brief">g-brief</a></b>:<small>
Letter document class.
@@ -3399,7 +3406,7 @@ Macros for typesetting the GuIT logo.
<h2 id="letter-H">H</h2>
-<ol start="549">
+<ol start="550">
<li><b><a href="texmf-dist/doc/latex/HA-prosper">HA-prosper</a></b>:<small>
Patches and improvements for prosper.
@@ -3566,7 +3573,7 @@ Basic support for multiple languages in Plain TeX.
<h2 id="letter-I">I</h2>
-<ol start="577">
+<ol start="578">
<li><b><a href="texmf-dist/doc/latex/ibycus-babel">ibycus-babel</a></b>:<small>
Use the Ibycus 4 Greek font with Babel
@@ -3771,7 +3778,7 @@ Spell numbers in words (Italian).
<h2 id="letter-J">J</h2>
-<ol start="612">
+<ol start="613">
<li><b><a href="texmf-dist/doc/fonts/jablantile">jablantile</a></b>:<small>
Metafont version of tiles in the style of Slavik Jablan.
@@ -3846,7 +3853,7 @@ Citations of judgements and official documents in (German) juridical documents.
<h2 id="letter-K">K</h2>
-<ol start="623">
+<ol start="624">
<li><b><a href="texmf-dist/doc/generic/kastrup">kastrup</a></b>:<small>
<a href="texmf-dist/doc/generic/kastrup/binhex.pdf">binhex.pdf</a>.
@@ -3953,7 +3960,7 @@ A complete set of fonts for text and mathematics.
<h2 id="letter-L">L</h2>
-<ol start="635">
+<ol start="636">
<li><b><a href="texmf-dist/doc/latex/l2picfaq">l2picfaq</a></b>:<small>
LaTeX pictures "how-to" (German).
@@ -4531,7 +4538,7 @@ Set of slide fonts based on CM.
<h2 id="letter-M">M</h2>
-<ol start="725">
+<ol start="726">
<li><b><a href="texmf-dist/doc/latex/macqassign">macqassign</a></b>:<small>
Typeset assignments for Macquarie University.
@@ -5224,7 +5231,7 @@ A pair of Georgian fonts.
<h2 id="letter-N">N</h2>
-<ol start="816">
+<ol start="817">
<li><b><a href="texmf-dist/doc/latex/nag">nag</a></b>:<small>
Detecting and warning about obsolete LaTeX commands
@@ -5417,7 +5424,7 @@ Print numbers with separators and exponent if necessary.
<h2 id="letter-O">O</h2>
-<ol start="843">
+<ol start="844">
<li><b><a href="texmf-dist/doc/latex/oberdiek">oberdiek</a></b>:<small>
A bundle of packages submitted by Heiko Oberdiek.
@@ -5588,7 +5595,7 @@ Braces over and under a formula.
<h2 id="letter-P">P</h2>
-<ol start="857">
+<ol start="858">
<li><b><a href="texmf-dist/doc/latex/pagecont">pagecont</a></b>:<small>
Page numbering that continues between documents.
@@ -6537,7 +6544,7 @@ Palatino-like fonts in support of mathematics.
<h2 id="letter-Q">Q</h2>
-<ol start="1011">
+<ol start="1012">
<li><b><a href="texmf-dist/doc/latex/qcm">qcm</a></b>:<small>
A LaTeX2e class for making multiple choice questionnaires
@@ -6575,7 +6582,7 @@ Consistent quote marks.
<h2 id="letter-R">R</h2>
-<ol start="1017">
+<ol start="1018">
<li><b><a href="texmf-dist/doc/latex/randbild">randbild</a></b>:<small>
Marginal pictures.
@@ -6726,7 +6733,7 @@ Class for Ryerson Unversity Graduate School requirements.
<h2 id="letter-S">S</h2>
-<ol start="1041">
+<ol start="1042">
<li><b><a href="texmf-dist/doc/latex/sageep">sageep</a></b>:<small>
Format papers for the annual meeting of EEGS.
@@ -7282,7 +7289,7 @@ Typeset syntactic trees.
<h2 id="letter-T">T</h2>
-<ol start="1131">
+<ol start="1132">
<li><b><a href="texmf-dist/doc/latex/t-angles">t-angles</a></b>:<small>
Draw tangles, trees, Hopf algebra operations and other pictures.
@@ -8282,7 +8289,7 @@ Print a typographic grid.
<h2 id="letter-U">U</h2>
-<ol start="1247">
+<ol start="1248">
<li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small>
University of Arizona thesis and dissertation format.
@@ -8407,7 +8414,7 @@ University of Washington thesis class.
<h2 id="letter-V">V</h2>
-<ol start="1269">
+<ol start="1270">
<li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small>
Bibliographic style file for Biomedical Journals.
@@ -8539,7 +8546,7 @@ Document classes for Vaxjo University
<h2 id="letter-W">W</h2>
-<ol start="1290">
+<ol start="1291">
<li><b><a href="texmf-dist/doc/latex/wadalab">wadalab</a></b>:<small>
Wadalab (Japanese) font packages.
@@ -8597,7 +8604,7 @@ Simulating word processor layout.
<h2 id="letter-X">X</h2>
-<ol start="1300">
+<ol start="1301">
<li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small>
Define commands with many optional arguments.
@@ -8816,7 +8823,7 @@ Tree macros using XY-Pic.
<h2 id="letter-Y">Y</h2>
-<ol start="1333">
+<ol start="1334">
<li><b><a href="texmf-dist/doc/latex/yagusylo">yagusylo</a></b>:<small>
A symbol loader.
@@ -8839,7 +8846,7 @@ A thesis class file for York University, Toronto.
<h2 id="letter-Z">Z</h2>
-<ol start="1336">
+<ol start="1337">
<li><b><a href="texmf-dist/doc/latex/zed-csp">zed-csp</a></b>:<small>
Typesetting Z and CSP format specifications.