diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-12 01:16:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-12 01:16:54 +0000 |
commit | e7eb8fe92d33a1d1d5efc99f9948661f9de95009 (patch) | |
tree | 32abac8de7f1f88a7f4ce377e8c4c941ec167ec0 | |
parent | 162c34f09a5fadf95a7a60893b303c1fe18f1ba5 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@41843 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/build-aux/texinfo.tex | 77 | ||||
-rw-r--r-- | Master/doc.html | 35 |
2 files changed, 61 insertions, 51 deletions
diff --git a/Build/source/build-aux/texinfo.tex b/Build/source/build-aux/texinfo.tex index 3ea5791a00f..65425d15c7e 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{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 @@ end \definedummyword\TeX % % Assorted special characters. + \definedummyword\atchar \definedummyword\arrow \definedummyword\bullet \definedummyword\comma @@ -5214,37 +5215,40 @@ end \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 @@ end \macrolist \let\value\indexnofontsvalue } +\def\defglyph#1#2{\def#1##1{#2}} % see above @@ -6047,10 +6052,6 @@ end \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 @@ end \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 diff --git a/Master/doc.html b/Master/doc.html index 48c4ce344bf..a0aa6820504 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -8166,7 +8166,10 @@ A structured copy of the LaTeX distribution <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 @@ Integrating notes into the bibliography <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 @@ Support for the journal "North-Western European Journal of Mathematics" <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 @@ Combine LaTeX commands over included graphics <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 @@ Run Python from within a document, typesetting the results <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 @@ An easy way to typeset any part of The Holy Quran <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 @@ Class for Ryerson Unversity Graduate School requirements <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 @@ Format systems of equations <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 @@ Print a typographic grid <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 @@ University of Washington thesis class <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 @@ Variable-width multiple text columns <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 @@ LaTeX class for Bavarian school w-seminar papers <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 @@ Tree macros using XY-Pic <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 @@ Many-featured Young tableaux and Young diagrams <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 |