diff options
-rw-r--r-- | Build/source/build-aux/texinfo.tex | 11 | ||||
-rw-r--r-- | Master/doc.html | 65 |
2 files changed, 50 insertions, 26 deletions
diff --git a/Build/source/build-aux/texinfo.tex b/Build/source/build-aux/texinfo.tex index bee50a81258..85b68e79500 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{2012-02-28.16} +\def\texinfoversion{2012-03-11.15} % % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, @@ -1372,7 +1372,13 @@ output) for that.)} \fi \fi \nextsp} - \def\getfilename#1{\filenamelength=0\expandafter\skipspaces#1|\relax} + \def\getfilename#1{% + \filenamelength=0 + % If we don't expand the argument now, \skipspaces will get + % snagged on things like "@value{foo}". + \edef\temp{#1}% + \expandafter\skipspaces\temp|\relax + } \ifnum\pdftexversion < 14 \let \startlink \pdfannotlink \else @@ -7853,6 +7859,7 @@ end \ifpdf {\indexnofonts \turnoffactive + \makevalueexpandable % This expands tokens, so do it after making catcode changes, so _ % etc. don't get their TeX definitions. \getfilename{#4}% diff --git a/Master/doc.html b/Master/doc.html index 2e47dbcac6d..3f230ce7f3b 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -1634,6 +1634,11 @@ Change the Bibliography/References title. <a href="texmf-dist/doc/latex/chbibref/chbibref.pdf">chbibref.pdf</a>. </small></li> +<li><b><a href="texmf-dist/doc/support/checkcites">checkcites</a></b>:<small> +Check citation commands in a document. +<a href="texmf-dist/doc/support/checkcites/checkcites-doc.pdf">checkcites-doc.pdf</a>. +</small></li> + <li><b><a href="texmf-dist/doc/fonts/chemarrow">chemarrow</a></b>:<small> Arrows for use in chemistry. <a href="texmf-dist/doc/fonts/chemarrow/chemarrow-de.pdf">chemarrow-de.pdf</a> (de), @@ -2333,7 +2338,7 @@ German translation of csquotes documentation. <li><b><a href="texmf-dist/doc/latex/csvsimple">csvsimple</a></b>:<small> Simple CSV file processing. <a href="texmf-dist/doc/latex/csvsimple/csvsimple-example.pdf">csvsimple-example.pdf</a> (en), -<a href="texmf-dist/doc/latex/csvsimple/csvsimple.pdf">csvsimple.pdf</a> (de). +<a href="texmf-dist/doc/latex/csvsimple/csvsimple.pdf">csvsimple.pdf</a> (en). </small></li> <li><b><a href="texmf-dist/doc/latex/csvtools">csvtools</a></b>:<small> @@ -2481,7 +2486,7 @@ Cyrillic bibtex and makeindex. <h2 id="letter-D">D</h2> -<ol start="363"> +<ol start="364"> <li><b><a href="texmf-dist/doc/latex/dashbox">dashbox</a></b>:<small> Draw dashed boxes. @@ -2888,7 +2893,7 @@ Construct Dynkin tree diagrams. <h2 id="letter-E">E</h2> -<ol start="434"> +<ol start="435"> <li><b><a href="texmf-dist/doc/latex/ean13isbn">ean13isbn</a></b>:<small> Print EAN13 for ISBN. @@ -3469,7 +3474,7 @@ Extend the standard classes' size options. <h2 id="letter-F">F</h2> -<ol start="536"> +<ol start="537"> <li><b><a href="texmf-dist/doc/latex/facsimile">facsimile</a></b>:<small> Document class for preparing faxes. @@ -4074,7 +4079,7 @@ Get first and last words of a page. <h2 id="letter-G">G</h2> -<ol start="632"> +<ol start="633"> <li><b><a href="texmf-dist/doc/latex/g-brief">g-brief</a></b>:<small> Letter document class. @@ -4438,7 +4443,7 @@ Macros for typesetting the GuIT logo. <h2 id="letter-H">H</h2> -<ol start="693"> +<ol start="694"> <li><b><a href="texmf-dist/doc/latex/HA-prosper">HA-prosper</a></b>:<small> Patches and improvements for prosper. @@ -4640,7 +4645,7 @@ Basic support for multiple languages in Plain TeX. <h2 id="letter-I">I</h2> -<ol start="727"> +<ol start="728"> <li><b><a href="texmf-dist/doc/latex/ibycus-babel">ibycus-babel</a></b>:<small> Use the Ibycus 4 Greek font with Babel @@ -4920,7 +4925,7 @@ A two-element sans-serif font. <h2 id="letter-J">J</h2> -<ol start="776"> +<ol start="777"> <li><b><a href="texmf-dist/doc/fonts/jablantile">jablantile</a></b>:<small> Metafont version of tiles in the style of Slavik Jablan. @@ -5026,7 +5031,7 @@ A replacement for LaTeX's verbatim package. <h2 id="letter-K">K</h2> -<ol start="792"> +<ol start="793"> <li><b><a href="texmf-dist/doc/latex/kantlipsum">kantlipsum</a></b>:<small> Generate sentences in Kant's style. @@ -5174,7 +5179,7 @@ A two-element sans-serif typeface. <h2 id="letter-L">L</h2> -<ol start="811"> +<ol start="812"> <li><b><a href="texmf-dist/doc/latex/l2picfaq">l2picfaq</a></b>:<small> LaTeX pictures "how-to" (German). @@ -5741,6 +5746,11 @@ Generate logarithmic graph paper with LaTeX. <a href="texmf-dist/doc/latex/logpap/example.pdf">example.pdf</a>. </small></li> +<li><b><a href="texmf-dist/doc/latex/longnamefilelist">longnamefilelist</a></b>:<small> +Tidy \listfiles with long file names. +<a href="texmf-dist/doc/latex/longnamefilelist/longnamefilelist.pdf">longnamefilelist.pdf</a>. +</small></li> + <li><b><a href="texmf-dist/doc/latex/lpic">lpic</a></b>:<small> Put LaTeX material over included graphics. <a href="texmf-dist/doc/latex/lpic/instructions-differential.pdf">instructions-differential.pdf</a>, @@ -5991,7 +6001,7 @@ Set of slide fonts based on CM. <h2 id="letter-M">M</h2> -<ol start="933"> +<ol start="935"> <li><b><a href="texmf-dist/doc/latex/macqassign">macqassign</a></b>:<small> Typeset assignments for Macquarie University. @@ -6942,7 +6952,7 @@ Build a format based on the preamble of a LaTeX file. <h2 id="letter-N">N</h2> -<ol start="1067"> +<ol start="1069"> <li><b><a href="texmf-dist/doc/latex/nag">nag</a></b>:<small> Detecting and warning about obsolete LaTeX commands @@ -7223,7 +7233,7 @@ Print numbers with separators and exponent if necessary. <h2 id="letter-O">O</h2> -<ol start="1110"> +<ol start="1112"> <li><b><a href="texmf-dist/doc/latex/oberdiek">oberdiek</a></b>:<small> A bundle of packages submitted by Heiko Oberdiek. @@ -7484,7 +7494,7 @@ Combine LaTeX commands over included graphics. <h2 id="letter-P">P</h2> -<ol start="1135"> +<ol start="1137"> <li><b><a href="texmf-dist/doc/latex/pagecolor">pagecolor</a></b>:<small> Interrogate page colour. @@ -8772,7 +8782,7 @@ Virtual maths alphabets based on pxfonts and txfonts. <h2 id="letter-Q">Q</h2> -<ol start="1336"> +<ol start="1338"> <li><b><a href="texmf-dist/doc/latex/qcm">qcm</a></b>:<small> A LaTeX2e class for making multiple choice questionnaires @@ -8816,7 +8826,7 @@ Consistent quote marks. <h2 id="letter-R">R</h2> -<ol start="1343"> +<ol start="1345"> <li><b><a href="texmf-dist/doc/latex/randbild">randbild</a></b>:<small> Marginal pictures. @@ -9060,7 +9070,7 @@ Class for Ryerson Unversity Graduate School requirements. <h2 id="letter-S">S</h2> -<ol start="1385"> +<ol start="1387"> <li><b><a href="texmf-dist/doc/latex/sageep">sageep</a></b>:<small> Format papers for the annual meeting of EEGS. @@ -9884,7 +9894,7 @@ Format systems of equations. <h2 id="letter-T">T</h2> -<ol start="1518"> +<ol start="1520"> <li><b><a href="texmf-dist/doc/latex/t-angles">t-angles</a></b>:<small> Draw tangles, trees, Hopf algebra operations and other pictures. @@ -11079,6 +11089,13 @@ Plain TeX macros for TUGboat. <a href="texmf-dist/doc/plain/tugboat-plain/tubguide.pdf">tubguide.pdf</a>. </small></li> +<li><b><a href="texmf-dist/doc/latex/tui">tui</a></b>:<small> +Thesis style for the University of the Andes, Colombia. +<a href="texmf-dist/doc/latex/tui/TUIdoc.pdf">TUIdoc.pdf</a>, +<a href="texmf-dist/doc/latex/tui/example/imagen.pdf">imagen.pdf</a>, +<a href="texmf-dist/doc/latex/tui/example/main.pdf">main.pdf</a>. +</small></li> + <li><b><a href="texmf-dist/doc/latex/turkmen">turkmen</a></b>:<small> Babel support for Turkmen. <a href="texmf-dist/doc/latex/turkmen/turkmen.pdf">turkmen.pdf</a>. @@ -11147,7 +11164,7 @@ Print a typographic grid. <h2 id="letter-U">U</h2> -<ol start="1684"> +<ol start="1687"> <li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small> University of Arizona thesis and dissertation format. @@ -11323,7 +11340,7 @@ University of Washington thesis class. <h2 id="letter-V">V</h2> -<ol start="1715"> +<ol start="1718"> <li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small> Bibliographic style file for Biomedical Journals. @@ -11480,7 +11497,7 @@ Variable-width multiple text columns. <h2 id="letter-W">W</h2> -<ol start="1741"> +<ol start="1744"> <li><b><a href="texmf-dist/doc/fonts/wadalab">wadalab</a></b>:<small> Wadalab (Japanese) font packages. @@ -11562,7 +11579,7 @@ Produces figures which text can flow around. <h2 id="letter-X">X</h2> -<ol start="1755"> +<ol start="1758"> <li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small> Define commands with many optional arguments. @@ -11797,7 +11814,7 @@ Tree macros using XY-Pic. <h2 id="letter-Y">Y</h2> -<ol start="1791"> +<ol start="1794"> <li><b><a href="texmf-dist/doc/latex/yafoot">yafoot</a></b>:<small> A bundle of miscellaneous footnote packages. @@ -11845,7 +11862,7 @@ Many-featured Young tableaux and Young diagrams. <h2 id="letter-Z">Z</h2> -<ol start="1799"> +<ol start="1802"> <li><b><a href="texmf-dist/doc/latex/zed-csp">zed-csp</a></b>:<small> Typesetting Z and CSP format specifications. |