summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/build-aux/texinfo.tex42
-rw-r--r--Master/doc.html72
2 files changed, 79 insertions, 35 deletions
diff --git a/Build/source/build-aux/texinfo.tex b/Build/source/build-aux/texinfo.tex
index 09fc5b70df5..bab1b33dae1 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-06-16.17}
+\def\texinfoversion{2010-06-17.11}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -2670,10 +2670,9 @@ end
\def_{\ifnum\fam=\slfam \_\else\sb\fi}%
}
}
-% Another complication: we want \\ (and @\) to output a \ character.
+% Another complication: we want \\ (and @\) to output a math (or tt) \.
% FYI, plain.tex uses \\ as a temporary control sequence (for no
% particular reason), but this is not advertised and we don't care.
-% Texinfo does not otherwise define @\.
%
% The \mathchar is class=0=ordinary, family=7=ttfam, position=5C=\.
\def\mathbackslash{\ifnum\fam=\ttfam \mathchar"075C \else\backslash \fi}
@@ -6947,7 +6946,8 @@ end
% Macro bodies are absorbed as an argument in a context where
% all characters are catcode 10, 11 or 12, except \ which is active
-% (as in normal texinfo). It is necessary to change the definition of \.
+% (as in normal texinfo). It is necessary to change the definition of \
+% to recognize macro arguments; this is the job of \mbodybackslash.
%
% Non-ASCII encodings make 8-bit characters active, so un-activate
% them to avoid their expansion. Must do this non-globally, to
@@ -6956,8 +6956,8 @@ end
% It's necessary to have hard CRs when the macro is executed. This is
% done by making ^^M (\endlinechar) catcode 12 when reading the macro
% body, and then making it the \newlinechar in \scanmacro.
-
-\def\scanctxt{%
+%
+\def\scanctxt{% used as subroutine
\catcode`\"=\other
\catcode`\+=\other
\catcode`\<=\other
@@ -6970,13 +6970,13 @@ end
\ifx\declaredencoding\ascii \else \setnonasciicharscatcodenonglobal\other \fi
}
-\def\scanargctxt{%
+\def\scanargctxt{% used for copying and captions, not macros.
\scanctxt
\catcode`\\=\other
\catcode`\^^M=\other
}
-\def\macrobodyctxt{%
+\def\macrobodyctxt{% used for @macro definitions
\scanctxt
\catcode`\{=\other
\catcode`\}=\other
@@ -6984,12 +6984,26 @@ end
\usembodybackslash
}
-\def\macroargctxt{%
+\def\macroargctxt{% used when scanning invocations
\scanctxt
- \catcode`\\=\other
+ \catcode`\\=0
}
-%\def\\{\normalbackslash}%
-%\def\,{,}%
+% why catcode 0 for \ in the above? To recognize \\ \{ \} as "escapes"
+% for the single characters \ { }. Thus, we end up with the "commands"
+% that would be written @\ @{ @} in a Texinfo document.
+%
+% We already have @{ and @}. For @\, we define it here, and only for
+% this purpose, to produce a typewriter backslash (so, the @\ that we
+% define for @math can't be used with @macro calls):
+%
+\def\\{\normalbackslash}%
+%
+% We would like to do this for \, too, since that is what makeinfo does.
+% But it is not possible, because Texinfo already has a command @, for a
+% cedilla accent. Documents must use @comma{} instead.
+%
+% \anythingelse will almost certainly be an error of some kind.
+
% \mbodybackslash is the definition of \ in @macro bodies.
% It maps \foo\ => \csname macarg.foo\endcsname => #N
@@ -7003,6 +7017,8 @@ end
}
\expandafter\def\csname macarg.\endcsname{\realbackslash}
+\def\margbackslash#1{\char`\#1 }
+
\def\macro{\recursivefalse\parsearg\macroxxx}
\def\rmacro{\recursivetrue\parsearg\macroxxx}
@@ -7083,7 +7099,7 @@ end
\def\parsemargdefxxx#1,{%
\if#1;\let\next=\relax
\else \let\next=\parsemargdefxxx
- \advance\paramno by 1%
+ \advance\paramno by 1
\expandafter\edef\csname macarg.\eatspaces{#1}\endcsname
{\xeatspaces{\hash\the\paramno}}%
\edef\paramlist{\paramlist\hash\the\paramno,}%
diff --git a/Master/doc.html b/Master/doc.html
index 42abb62d51c..d54b3a9b586 100644
--- a/Master/doc.html
+++ b/Master/doc.html
@@ -2171,6 +2171,11 @@ Derivation trees with MetaPost.
<a href="texmf-dist/doc/metapost/drv/drv-guide.pdf">drv-guide.pdf</a>.
</small></li>
+<li><b><a href="texmf-dist/doc/latex/dtk/doc">dtk</a></b>:<small>
+Document class for the journal of DANTE.
+<a href="texmf-dist/doc/latex/dtk/doc/beispiel.pdf">beispiel.pdf</a>.
+</small></li>
+
<li><b><a href="texmf-dist/doc/latex/dtxgallery">dtxgallery</a></b>:<small>
A small collection of minimal DTX examples.
<a href="texmf-dist/doc/latex/dtxgallery/conditional-code.pdf">conditional-code.pdf</a>,
@@ -2265,7 +2270,7 @@ Construct Dynkin tree diagrams.
<h2 id="letter-E">E</h2>
-<ol start="352">
+<ol start="353">
<li><b><a href="texmf-dist/doc/latex/ean13isbn">ean13isbn</a></b>:<small>
Print EAN13 for ISBN.
@@ -2814,7 +2819,7 @@ Extend the standard classes' size options.
<h2 id="letter-F">F</h2>
-<ol start="446">
+<ol start="447">
<li><b><a href="texmf-dist/doc/latex/facsimile">facsimile</a></b>:<small>
Document class for preparing faxes.
@@ -3279,7 +3284,7 @@ Get first and last words of a page.
<h2 id="letter-G">G</h2>
-<ol start="525">
+<ol start="526">
<li><b><a href="texmf-dist/doc/latex/g-brief">g-brief</a></b>:<small>
Letter document class.
@@ -3556,7 +3561,7 @@ Macros for typesetting the GuIT logo.
<h2 id="letter-H">H</h2>
-<ol start="575">
+<ol start="576">
<li><b><a href="texmf-dist/doc/latex/HA-prosper">HA-prosper</a></b>:<small>
Patches and improvements for prosper.
@@ -3732,7 +3737,7 @@ Basic support for multiple languages in Plain TeX.
<h2 id="letter-I">I</h2>
-<ol start="604">
+<ol start="605">
<li><b><a href="texmf-dist/doc/latex/ibycus-babel">ibycus-babel</a></b>:<small>
Use the Ibycus 4 Greek font with Babel
@@ -3947,7 +3952,7 @@ A two-element sans-serif font.
<h2 id="letter-J">J</h2>
-<ol start="641">
+<ol start="642">
<li><b><a href="texmf-dist/doc/fonts/jablantile">jablantile</a></b>:<small>
Metafont version of tiles in the style of Slavik Jablan.
@@ -3972,6 +3977,12 @@ Build a jeopardy game in LaTeX.
<a href="texmf-dist/doc/latex/jeopardy/jeopardy.pdf">jeopardy.pdf</a>.
</small></li>
+<li><b><a href="texmf-dist/doc/latex/jmlr">jmlr</a></b>:<small>
+Class files for the Journal of Machine Learning Research.
+<a href="texmf-dist/doc/latex/jmlr/jmlr-manual.html">jmlr-manual.html</a>,
+<a href="texmf-dist/doc/latex/jmlr/jmlr.pdf">jmlr.pdf</a>.
+</small></li>
+
<li><b><a href="texmf-dist/doc/latex/jneurosci">jneurosci</a></b>:<small>
BibTeX style for the Journal of Neuroscience.
<a href="texmf-dist/doc/latex/jneurosci/jneurosci.pdf">jneurosci.pdf</a>.
@@ -4022,7 +4033,7 @@ Citations of judgements and official documents in (German) juridical documents.
<h2 id="letter-K">K</h2>
-<ol start="652">
+<ol start="654">
<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>.
@@ -4134,7 +4145,7 @@ A two-element sans-serif typeface.
<h2 id="letter-L">L</h2>
-<ol start="665">
+<ol start="667">
<li><b><a href="texmf-dist/doc/latex/l2picfaq">l2picfaq</a></b>:<small>
LaTeX pictures "how-to" (German).
@@ -4737,7 +4748,7 @@ Set of slide fonts based on CM.
<h2 id="letter-M">M</h2>
-<ol start="759">
+<ol start="761">
<li><b><a href="texmf-dist/doc/latex/macqassign">macqassign</a></b>:<small>
Typeset assignments for Macquarie University.
@@ -5529,7 +5540,7 @@ Build a format based on the preamble of a LaTeX file.
<h2 id="letter-N">N</h2>
-<ol start="868">
+<ol start="870">
<li><b><a href="texmf-dist/doc/latex/nag">nag</a></b>:<small>
Detecting and warning about obsolete LaTeX commands
@@ -5761,7 +5772,7 @@ Print numbers with separators and exponent if necessary.
<h2 id="letter-O">O</h2>
-<ol start="902">
+<ol start="904">
<li><b><a href="texmf-dist/doc/latex/oberdiek">oberdiek</a></b>:<small>
A bundle of packages submitted by Heiko Oberdiek.
@@ -5988,7 +5999,7 @@ Combine LaTeX commands over included graphics.
<h2 id="letter-P">P</h2>
-<ol start="922">
+<ol start="924">
<li><b><a href="texmf-dist/doc/latex/pagecont">pagecont</a></b>:<small>
Page numbering that continues between documents.
@@ -6636,6 +6647,13 @@ Print diffraction patterns from various apertures.
<a href="texmf-dist/doc/generic/pst-diffraction/pst-diffraction-docFR.pdf">pst-diffraction-docFR.pdf</a> (fr).
</small></li>
+<li><b><a href="texmf-dist/doc/generic/pst-electricfield">pst-electricfield</a></b>:<small>
+Draw electric field and equipotential lines with PStricks.
+<a href="texmf-dist/doc/generic/pst-electricfield/pst-electricfield-docDE.pdf">pst-electricfield-docDE.pdf</a> (de),
+<a href="texmf-dist/doc/generic/pst-electricfield/pst-electricfield-docEN.pdf">pst-electricfield-docEN.pdf</a> (en),
+<a href="texmf-dist/doc/generic/pst-electricfield/pst-electricfield-docFR.pdf">pst-electricfield-docFR.pdf</a> (fr).
+</small></li>
+
<li><b><a href="texmf-dist/doc/generic/pst-eps">pst-eps</a></b>:<small>
Create EPS files from PSTricks figures.
<a href="texmf-dist/doc/generic/pst-eps/pst-eps-doc.pdf">pst-eps-doc.pdf</a>.
@@ -7030,7 +7048,7 @@ Palatino-like fonts in support of mathematics.
<h2 id="letter-Q">Q</h2>
-<ol start="1087">
+<ol start="1090">
<li><b><a href="texmf-dist/doc/latex/qcm">qcm</a></b>:<small>
A LaTeX2e class for making multiple choice questionnaires
@@ -7068,7 +7086,7 @@ Consistent quote marks.
<h2 id="letter-R">R</h2>
-<ol start="1093">
+<ol start="1096">
<li><b><a href="texmf-dist/doc/latex/randbild">randbild</a></b>:<small>
Marginal pictures.
@@ -7224,7 +7242,7 @@ Class for Ryerson Unversity Graduate School requirements.
<h2 id="letter-S">S</h2>
-<ol start="1118">
+<ol start="1121">
<li><b><a href="texmf-dist/doc/latex/sageep">sageep</a></b>:<small>
Format papers for the annual meeting of EEGS.
@@ -7846,7 +7864,7 @@ Typeset syntactic trees.
<h2 id="letter-T">T</h2>
-<ol start="1214">
+<ol start="1217">
<li><b><a href="texmf-dist/doc/latex/t-angles">t-angles</a></b>:<small>
Draw tangles, trees, Hopf algebra operations and other pictures.
@@ -8329,6 +8347,11 @@ Convert (La)TeX to HTML/XML.
<a href="texmf-dist/doc/generic/tex4ht/index.html">index.html</a>.
</small></li>
+<li><b><a href="texmf-dist/doc/generic/texapi">texapi</a></b>:<small>
+Macros to write format-independent packages.
+<a href="texmf-dist/doc/generic/texapi/texapi-doc.pdf">texapi-doc.pdf</a>.
+</small></li>
+
<li><b><a href="texmf-dist/doc/plain/texbytopic">texbytopic</a></b>:<small>
Freed version of the book TeX by Topic.
<a href="texmf-dist/doc/plain/texbytopic/TeXbyTopic.pdf">TeXbyTopic.pdf</a>.
@@ -8877,7 +8900,7 @@ Print a typographic grid.
<h2 id="letter-U">U</h2>
-<ol start="1336">
+<ol start="1340">
<li><b><a href="texmf-dist/doc/latex/uaclasses">uaclasses</a></b>:<small>
University of Arizona thesis and dissertation format.
@@ -9015,7 +9038,7 @@ University of Washington thesis class.
<h2 id="letter-V">V</h2>
-<ol start="1360">
+<ol start="1364">
<li><b><a href="texmf-dist/doc/bibtex/vancouver">vancouver</a></b>:<small>
Bibliographic style file for Biomedical Journals.
@@ -9153,7 +9176,7 @@ Document classes for Vaxjo University
<h2 id="letter-W">W</h2>
-<ol start="1382">
+<ol start="1386">
<li><b><a href="texmf-dist/doc/latex/wadalab">wadalab</a></b>:<small>
Wadalab (Japanese) font packages.
@@ -9212,7 +9235,7 @@ Simulating word processor layout.
<h2 id="letter-X">X</h2>
-<ol start="1392">
+<ol start="1396">
<li><b><a href="texmf-dist/doc/latex/xargs">xargs</a></b>:<small>
Define commands with many optional arguments.
@@ -9438,7 +9461,7 @@ Tree macros using XY-Pic.
<h2 id="letter-Y">Y</h2>
-<ol start="1426">
+<ol start="1430">
<li><b><a href="texmf-dist/doc/latex/yagusylo">yagusylo</a></b>:<small>
A symbol loader.
@@ -9447,6 +9470,11 @@ A symbol loader.
<a href="texmf-dist/doc/latex/yagusylo/yagusylo.pdf">yagusylo.pdf</a>.
</small></li>
+<li><b><a href="texmf-dist/doc/generic/yax">yax</a></b>:<small>
+Yet Another Key System.
+<a href="texmf-dist/doc/generic/yax/yax-doc.pdf">yax-doc.pdf</a>.
+</small></li>
+
<li><b><a href="texmf-dist/doc/latex/ydoc">ydoc</a></b>:<small>
Macros for documentation of LaTeX classes and packages.
<a href="texmf-dist/doc/latex/ydoc/ydoc.pdf">ydoc.pdf</a>.
@@ -9471,7 +9499,7 @@ Typeset Young-Tableaux.
<h2 id="letter-Z">Z</h2>
-<ol start="1431">
+<ol start="1436">
<li><b><a href="texmf-dist/doc/latex/zed-csp">zed-csp</a></b>:<small>
Typesetting Z and CSP format specifications.