texlive[41843] trunk: tl-update-auto

commits+karl at tug.org commits+karl at tug.org
Fri Aug 12 03:16:54 CEST 2016


Revision: 41843
          http://tug.org/svn/texlive?view=revision&revision=41843
Author:   karl
Date:     2016-08-12 03:16:54 +0200 (Fri, 12 Aug 2016)
Log Message:
-----------
tl-update-auto

Modified Paths:
--------------
    trunk/Build/source/build-aux/texinfo.tex
    trunk/Master/doc.html

Modified: trunk/Build/source/build-aux/texinfo.tex
===================================================================
--- trunk/Build/source/build-aux/texinfo.tex	2016-08-12 01:10:48 UTC (rev 41842)
+++ trunk/Build/source/build-aux/texinfo.tex	2016-08-12 01:16:54 UTC (rev 41843)
@@ -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{2016-08-08.23}
+\def\texinfoversion{2016-08-09.22}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -4998,6 +4998,7 @@
   \definedummyword\TeX
   %
   % Assorted special characters.
+  \definedummyword\atchar
   \definedummyword\arrow
   \definedummyword\bullet
   \definedummyword\comma
@@ -5214,37 +5215,40 @@
   \def\LaTeX{LaTeX}%
   \def\TeX{TeX}%
   %
-  % Assorted special characters.
-  % (The following {} will end up in the sort string, but that's ok.)
-  \def\arrow{->}%
-  \def\bullet{bullet}%
-  \def\comma{,}%
-  \def\copyright{copyright}%
-  \def\dots{...}%
-  \def\enddots{...}%
-  \def\equiv{==}%
-  \def\error{error}%
-  \def\euro{euro}%
-  \def\expansion{==>}%
-  \def\geq{>=}%
-  \def\guillemetleft{<<}%
-  \def\guillemetright{>>}%
-  \def\guilsinglleft{<}%
-  \def\guilsinglright{>}%
-  \def\leq{<=}%
-  \def\minus{-}%
-  \def\point{.}%
-  \def\pounds{pounds}%
-  \def\print{-|}%
-  \def\quotedblbase{"}%
-  \def\quotedblleft{"}%
-  \def\quotedblright{"}%
-  \def\quoteleft{`}%
-  \def\quoteright{'}%
-  \def\quotesinglbase{,}%
-  \def\registeredsymbol{R}%
-  \def\result{=>}%
-  \def\textdegree{o}%
+  % Assorted special characters.  \defglyph gives the control sequence a
+  % definition that removes the {} that follows its use.
+  \defglyph\atchar{@}%
+  \defglyph\arrow{->}%
+  \defglyph\bullet{bullet}%
+  \defglyph\comma{,}%
+  \defglyph\copyright{copyright}%
+  \defglyph\dots{...}%
+  \defglyph\enddots{...}%
+  \defglyph\equiv{==}%
+  \defglyph\error{error}%
+  \defglyph\euro{euro}%
+  \defglyph\expansion{==>}%
+  \defglyph\geq{>=}%
+  \defglyph\guillemetleft{<<}%
+  \defglyph\guillemetright{>>}%
+  \defglyph\guilsinglleft{<}%
+  \defglyph\guilsinglright{>}%
+  \defglyph\leq{<=}%
+  \defglyph\lbracechar{\{}%
+  \defglyph\minus{-}%
+  \defglyph\point{.}%
+  \defglyph\pounds{pounds}%
+  \defglyph\print{-|}%
+  \defglyph\quotedblbase{"}%
+  \defglyph\quotedblleft{"}%
+  \defglyph\quotedblright{"}%
+  \defglyph\quoteleft{`}%
+  \defglyph\quoteright{'}%
+  \defglyph\quotesinglbase{,}%
+  \defglyph\rbracechar{\}}%
+  \defglyph\registeredsymbol{R}%
+  \defglyph\result{=>}%
+  \defglyph\textdegree{o}%
   %
   % We need to get rid of all macros, leaving only the arguments (if present).
   % Of course this is not nearly correct, but it is the best we can do for now.
@@ -5259,6 +5263,7 @@
   \macrolist
   \let\value\indexnofontsvalue
 }
+\def\defglyph#1#2{\def#1##1{#2}} % see above
 
 

 
@@ -6047,10 +6052,6 @@
       \loop
         \global\setbox3 = \copy0
         \global\setbox1 = \vsplit3 to \dimen@
-        % Remove glue from bottom of columns to compare
-        % apparent heights.
-        \global\setbox1 = \vbox{\unvbox1\unpenalty\unskip}%
-        \global\setbox3 = \vbox{\unvbox3\unpenalty\unskip}%
       \ifdim\ht1<\ht3
         \global\advance\dimen@ by 1pt
       \repeat
@@ -6074,8 +6075,8 @@
         \setbox0=\vbox to \ht1 {\unvbox1\vfill}%
       \else
         % Make column bottoms flush with each other.
-        \setbox0=\vbox to\dimen@{\unvbox1}%
-        \setbox2=\vbox to\dimen@{\unvbox3}%
+        \setbox2=\vbox to\ht1{\unvbox3\unskip}%
+        \setbox0=\vbox to\ht1{\unvbox1\unskip}%
       \fi
     \fi
   \fi

Modified: trunk/Master/doc.html
===================================================================
--- trunk/Master/doc.html	2016-08-12 01:10:48 UTC (rev 41842)
+++ trunk/Master/doc.html	2016-08-12 01:16:54 UTC (rev 41843)
@@ -8166,7 +8166,10 @@
 
 <li><b><a href="texmf-dist/doc/latex/latex-veryshortguide">latex-veryshortguide</a></b>:<small>
 The Very Short Guide to LaTeX
-<a href="texmf-dist/doc/latex/latex-veryshortguide/index.html">index.html</a>.
+<a href="texmf-dist/doc/latex/latex-veryshortguide/veryshortguide-A4-imposed.pdf">veryshortguide-A4-imposed.pdf</a>,
+<a href="texmf-dist/doc/latex/latex-veryshortguide/veryshortguide-Legal-imposed.pdf">veryshortguide-Legal-imposed.pdf</a>,
+<a href="texmf-dist/doc/latex/latex-veryshortguide/veryshortguide.pdf">veryshortguide.pdf</a>,
+<a href="texmf-dist/doc/latex/latex-veryshortguide/vsg.pdf">vsg.pdf</a>.
 </small></li>
 
 <li><b><a href="texmf-dist/doc/latex/latex-web-companion/apa">latex-web-companion</a></b>:<small>
@@ -10486,6 +10489,12 @@
 <a href="texmf-dist/doc/latex/notes2bib/notes2bib.pdf">notes2bib.pdf</a>.
 </small></li>
 
+<li><b><a href="texmf-dist/doc/latex/notespages">notespages</a></b>:<small>
+Filling documents with notes pages and notes areas
+<a href="texmf-dist/doc/latex/notespages/notespages.pdf">notespages.pdf</a>,
+<a href="texmf-dist/doc/latex/notespages/np-test.pdf">np-test.pdf</a>.
+</small></li>
+
 <li><b><a href="texmf-dist/doc/fonts/noto">noto</a></b>:<small>
 Support for Noto fonts
 <a href="texmf-dist/doc/fonts/noto/noto-samples.pdf">noto-samples.pdf</a>.
@@ -10588,7 +10597,7 @@
 
 <h2 id="letter-O">O</h2>
 
-<ol start="1654">
+<ol start="1655">
 
 <li><b><a href="texmf-dist/doc/latex/oberdiek">oberdiek</a></b>:<small>
 A bundle of packages submitted by Heiko Oberdiek
@@ -10888,7 +10897,7 @@
 
 <h2 id="letter-P">P</h2>
 
-<ol start="1688">
+<ol start="1689">
 
 <li><b><a href="texmf-dist/doc/latex/pagecolor">pagecolor</a></b>:<small>
 Interrogate page colour
@@ -12476,7 +12485,7 @@
 
 <h2 id="letter-Q">Q</h2>
 
-<ol start="1939">
+<ol start="1940">
 
 <li><b><a href="texmf-dist/doc/latex/qcircuit">qcircuit</a></b>:<small>
 Macros to generate quantum ciruits
@@ -12543,7 +12552,7 @@
 
 <h2 id="letter-R">R</h2>
 
-<ol start="1950">
+<ol start="1951">
 
 <li><b><a href="texmf-dist/doc/latex/raleway">raleway</a></b>:<small>
 Use Raleway with TeX(-alike) systems
@@ -12961,7 +12970,7 @@
 
 <h2 id="letter-S">S</h2>
 
-<ol start="2014">
+<ol start="2015">
 
 <li><b><a href="texmf-dist/doc/latex/sa-tikz">sa-tikz</a></b>:<small>
 TikZ library to draw switching architectures
@@ -14125,7 +14134,7 @@
 
 <h2 id="letter-T">T</h2>
 
-<ol start="2197">
+<ol start="2198">
 
 <li><b><a href="texmf-dist/doc/latex/t-angles">t-angles</a></b>:<small>
 Draw tangles, trees, Hopf algebra operations and other pictures
@@ -15678,7 +15687,7 @@
 
 <h2 id="letter-U">U</h2>
 
-<ol start="2407">
+<ol start="2408">
 
 <li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small>
 University of Arizona thesis and dissertation format
@@ -15974,7 +15983,7 @@
 
 <h2 id="letter-V">V</h2>
 
-<ol start="2459">
+<ol start="2460">
 
 <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small>
 Bibliographic style file for Biomedical Journals
@@ -16194,7 +16203,7 @@
 
 <h2 id="letter-W">W</h2>
 
-<ol start="2493">
+<ol start="2494">
 
 <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small>
 Wadalab (Japanese) font packages
@@ -16298,7 +16307,7 @@
 
 <h2 id="letter-X">X</h2>
 
-<ol start="2509">
+<ol start="2510">
 
 <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small>
 Define commands with many optional arguments
@@ -16664,7 +16673,7 @@
 
 <h2 id="letter-Y">Y</h2>
 
-<ol start="2565">
+<ol start="2566">
 
 <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small>
 A bundle of miscellaneous footnote packages
@@ -16728,7 +16737,7 @@
 
 <h2 id="letter-Z">Z</h2>
 
-<ol start="2575">
+<ol start="2576">
 
 <li><b><a href="texmf-dist/doc/latex/zed-csp">zed-csp</a></b>:<small>
 Typesetting Z and CSP format specifications



More information about the tex-live-commits mailing list