diff options
author | Karl Berry <karl@freefriends.org> | 2017-05-13 00:06:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-05-13 00:06:23 +0000 |
commit | d9b2b3ea0de3ce9b8eb991f9adcccaf3190458f9 (patch) | |
tree | 2718e51386a8271df7375633d43e33e1463340d3 /Master | |
parent | dc19ea805d9eca7269a3b9a5c134f62e5440bd9a (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@44313 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/doc.html | 25 | ||||
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 4 |
2 files changed, 17 insertions, 12 deletions
diff --git a/Master/doc.html b/Master/doc.html index ed62b7a0ae7..00cd4fe1429 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -12944,6 +12944,11 @@ Draw continuum, emission and absorption spectra with PSTricks <a href="texmf-dist/doc/generic/pst-spectra/pst-spectraEN.pdf">pst-spectraEN.pdf</a>. </small></li> +<li><b><a href="texmf-dist/doc/generic/pst-spinner">pst-spinner</a></b>:<small> +Drawing a fidget spinner +<a href="texmf-dist/doc/generic/pst-spinner/pst-spinner-doc.pdf">pst-spinner-doc.pdf</a>. +</small></li> + <li><b><a href="texmf-dist/doc/generic/pst-spirograph">pst-spirograph</a></b>:<small> Drawing hypotrochoids as with a spirograph <a href="texmf-dist/doc/generic/pst-spirograph/pst-spirograph-doc.pdf">pst-spirograph-doc.pdf</a>. @@ -13215,7 +13220,7 @@ Run Python from within a document, typesetting the results <h2 id="letter-Q">Q</h2> -<ol start="2035"> +<ol start="2036"> <li><b><a href="texmf-dist/doc/latex/qcircuit">qcircuit</a></b>:<small> Macros to generate quantum ciruits @@ -13290,7 +13295,7 @@ An easy way to typeset any part of The Holy Quran <h2 id="letter-R">R</h2> -<ol start="2047"> +<ol start="2048"> <li><b><a href="texmf-dist/doc/latex/raleway">raleway</a></b>:<small> Use Raleway with TeX(-alike) systems @@ -13724,7 +13729,7 @@ Class for Ryerson Unversity Graduate School requirements <h2 id="letter-S">S</h2> -<ol start="2113"> +<ol start="2114"> <li><b><a href="texmf-dist/doc/latex/sa-tikz">sa-tikz</a></b>:<small> TikZ library to draw switching architectures @@ -14937,7 +14942,7 @@ Format systems of equations <h2 id="letter-T">T</h2> -<ol start="2306"> +<ol start="2307"> <li><b><a href="texmf-dist/doc/latex/t-angles">t-angles</a></b>:<small> Draw tangles, trees, Hopf algebra operations and other pictures @@ -16566,7 +16571,7 @@ Print a typographic grid <h2 id="letter-U">U</h2> -<ol start="2526"> +<ol start="2527"> <li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small> University of Arizona thesis and dissertation format @@ -16889,7 +16894,7 @@ University of Washington thesis class <h2 id="letter-V">V</h2> -<ol start="2582"> +<ol start="2583"> <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small> Bibliographic style file for Biomedical Journals @@ -17093,7 +17098,7 @@ Variable-width multiple text columns <h2 id="letter-W">W</h2> -<ol start="2616"> +<ol start="2617"> <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small> Wadalab (Japanese) font packages @@ -17214,7 +17219,7 @@ Extend LaTeX's cross-reference system <h2 id="letter-X">X</h2> -<ol start="2633"> +<ol start="2634"> <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small> Define commands with many optional arguments @@ -17594,7 +17599,7 @@ Tree macros using XY-Pic <h2 id="letter-Y">Y</h2> -<ol start="2690"> +<ol start="2691"> <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small> A bundle of miscellaneous footnote packages @@ -17663,7 +17668,7 @@ Many-featured Young tableaux and Young diagrams <h2 id="letter-Z">Z</h2> -<ol start="2701"> +<ol start="2702"> <li><b><a href="texmf-dist/doc/latex/zed-csp">zed-csp</a></b>:<small> Typesetting Z and CSP format specifications diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 69ed3e573bb..3ef33381eaa 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -2,7 +2,7 @@ # Attempt to guess a canonical system name. # Copyright 1992-2017 Free Software Foundation, Inc. -timestamp='2017-03-05' +timestamp='2017-05-11' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1344,7 +1344,7 @@ EOF NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit ;; - NSX-?:NONSTOP_KERNEL:*:*) + NSX-*:NONSTOP_KERNEL:*:*) echo nsx-tandem-nsk${UNAME_RELEASE} exit ;; *:NonStop-UX:*:*) |