From INVALID.NOREPLY at gnu.org.ua Tue Jan 18 00:23:33 2022 From: INVALID.NOREPLY at gnu.org.ua (Karl Berry) Date: Tue, 18 Jan 2022 00:23:33 +0100 Subject: [latexrefman-commits] [SCM] latexrefman updated: r1076 - trunk Message-ID: <202201172323.20HNNXWv006766@pirx.gnu.org.ua> Author: karl Date: 2022-01-17 23:23:33 +0000 (Mon, 17 Jan 2022) New Revision: 1076 Modified: trunk/ChangeLog trunk/aspell.en.pws trunk/latex2e.texi Log: \hrulefill & \dotfill: use user-level macros, not internal macros named with @ Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2021-12-09 21:17:18 UTC (rev 1075) +++ trunk/ChangeLog 2022-01-17 23:23:33 UTC (rev 1076) @@ -1,3 +1,8 @@ +2022-01-17 Pieter van Oostrum + + * latex2e.texi (\hrulefill & \dotfill): replace "@" macros + with user-level macros. + 2021-12-09 Vincent Bela\"iche * latex2e.texi (NeedsAMSSymb flag, Footnotes in a table, Math Modified: trunk/aspell.en.pws =================================================================== --- trunk/aspell.en.pws 2021-12-09 21:17:18 UTC (rev 1075) +++ trunk/aspell.en.pws 2022-01-17 23:23:33 UTC (rev 1076) @@ -288,3 +288,4 @@ disproven unimagined vitalism +tablefootnote Modified: trunk/latex2e.texi =================================================================== --- trunk/latex2e.texi 2021-12-09 21:17:18 UTC (rev 1075) +++ trunk/latex2e.texi 2022-01-17 23:23:33 UTC (rev 1076) @@ -2,7 +2,7 @@ @c $Id$ @comment %**start of header (This is for running Texinfo on a region.) @setfilename latex2e.info - at set UPDATED October 2021 + at set UPDATED January 2022 @include common.texi @settitle @LaTeX{}2e unofficial reference manual (@value{UPDATED}) @comment %**end of header (This is for running Texinfo on a region.) @@ -15020,7 +15020,7 @@ The header is empty. The footer contains only a page number, centered. @item empty -The header and footer is empty. +The header and footer are both empty. @item headings Put running headers and footers on each page. The document style @@ -15833,7 +15833,7 @@ @example \renewcommand@{\hrulefill@}@{% - \leavevmode\leaders\hrule height 1pt\hfill\kern\z@@@} + \leavevmode\leaders\hrule height 1pt\hfill\kern0pt @} @end example @noindent @@ -15842,7 +15842,7 @@ @example \renewcommand@{\dotfill@}@{% - \leavevmode\cleaders\hb@@xt@@1.00em@{\hss .\hss @}\hfill\kern\z@@@} + \leavevmode\cleaders\hbox to 1.00em@{\hss .\hss @}\hfill\kern0pt @} @end example @noindent From INVALID.NOREPLY at gnu.org.ua Wed Jan 26 18:47:46 2022 From: INVALID.NOREPLY at gnu.org.ua (Karl Berry) Date: Wed, 26 Jan 2022 18:47:46 +0100 Subject: [latexrefman-commits] [SCM] latexrefman updated: r1077 - trunk Message-ID: <202201261747.20QHlkwY014222@pirx.gnu.org.ua> Author: karl Date: 2022-01-26 17:47:45 +0000 (Wed, 26 Jan 2022) New Revision: 1077 Modified: trunk/ChangeLog trunk/NEWS trunk/latex2e.texi Log: pt/mm/cm equivalences Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2022-01-17 23:23:33 UTC (rev 1076) +++ trunk/ChangeLog 2022-01-26 17:47:45 UTC (rev 1077) @@ -1,3 +1,9 @@ +2022-01-26 Karl Berry + + * latex2e.texi (Units of length): correct pt/mm/cm equivalences. + Report from Geoff Odhner, 24 Jan 2022 22:08:58. + Also use @ftable, other wording changes. + 2022-01-17 Pieter van Oostrum * latex2e.texi (\hrulefill & \dotfill): replace "@" macros @@ -2850,6 +2856,10 @@ * latex2e.texi (minipage): Typoes + insert a few TODO comments. +2020-07-124 Jim Hefferon + + * July 2020 release. + 2020-07-13 Vincent Bela\"iche * latex2e.texi (\appendix): Fix \og\appendixname\fg description. Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2022-01-17 23:23:33 UTC (rev 1076) +++ trunk/NEWS 2022-01-26 17:47:45 UTC (rev 1077) @@ -1,13 +1,19 @@ $Id$ NEWS for latex2e.texi, aka the latex2e-help-texinfo package. Public domain. Originally written 1995, Torsten Martinsen. -Spanish translation originally from Nacho Pacheco (currently unmaintained). French translation originally from Vincent Belaiche. +Spanish translation originally from Nacho Pacheco (currently looking for +a maintainer). + Changes in January 2022 release: -Changes in July 2020 release: +Some noteworthy changes since the last release: -Among the changes since the last release: + + + Changes in July 2020 release: + +Some noteworthy changes since the last release: * Entries for \openin, \openout, \message, \write, \write18. * Section on fontenc. * Section on math delimiters. @@ -16,9 +22,8 @@ * Section on expressions. * Entry on \contentsline. + Changes in October 2018 release: -Changes in October 2018 release: - The main change is that we now offer the manual in a version that is split into separate web pages for each section or subsection. This new version is more host-friendly. To celebrate we have @@ -35,10 +40,8 @@ In addition to the format news, there were many bug fixes and new entries, including \smash and \phantom. ----------------------------------------------------------------- + Changes in July 2018 release: -Changes in July 2018 release: - We have gone through the two documents latex-info and latex2e-reference and checked that any information in those documents is in this one. @@ -54,10 +57,8 @@ In addition, there were many bug fixes, including greatly shrinking the size of one of the graphics. ----------------------------------------------------------------- + Changes in April 2018 release: -Changes in April 2018 release: - There is a new chapter on color and a new chapter on graphics inclusion (all the commands from grfguide.pdf are now covered), there is much greater coverage of the list environment including a @@ -65,8 +66,7 @@ environment. ----------------------------------------------------------------- -Changes in Aug 2017 release: + Changes in Aug 2017 release: Besides the usual bug fixes, some of the changes in this version include coverage of \makeatletter and \makeatother, \@startsection, @@ -74,8 +74,7 @@ in the descriptions of floats, the letter environment, \raisebox, \onecolumn and \twocolumn, and many more. ----------------------------------------------------------------- -Changes in Apr 2016 release: + Changes in Apr 2016 release: Provide first complete French translation --- still not fully aligned on the latest revisions of the English version. @@ -86,8 +85,7 @@ for optional parameters. Improve naming of Math symbols. Usual bug and typo fixes. ----------------------------------------------------------------- -Changes in Oct 2015 release: + Changes in Oct 2015 release: Many examples added, often using typical constructs. Extend many entries to include points frequently asked. @@ -95,8 +93,7 @@ Translations not yet part of update; needs to be worked out. Thanks to Vincent Belaiche for many contributions. ----------------------------------------------------------------- -Changes in May 2015 release: + Changes in May 2015 release: Usual bug fixes, more indexing, template updates. Improve document and LaTeX overview, including general syntax. @@ -106,53 +103,46 @@ For HTML, make the Up from Top be http://tug.org/texinfohtml. Exception word list for spell checking, and make target for spell checking and doubled words. -- + French translation begun (only in sources); Spanish translation updated. Thanks to Vincent Belaiche and Jim Hefferon for their many contributions. ----------------------------------------------------------------- -Changes in May 2014 release: + Changes in May 2014 release: Usual bug fixes, template updates. Add filecontents description, fnsymbol info, non-obsolescence of \tt et al., mostly due to Vincent Belaiche. Updates to Spanish translation, also from Vincent. ----------------------------------------------------------------- -Changes in May 2013 release: + Changes in May 2013 release: Usual bug fixes, template updates. Mention \unitlength default (1pt) and \oldstylenums. Fix in ltx-help.el to find correct nodes for environments, etc. ----------------------------------------------------------------- -Changes in May 2012 release: + Changes in May 2012 release: Template updates and references. More on floats. Mention a few other documents. ----------------------------------------------------------------- -Changes in May 2011 release: + Changes in May 2011 release: Usual bug fixes, additional background info. TUGboat sample document updated. Discussion of width parameters. ----------------------------------------------------------------- -Changes in July 2010 release: + Changes in July 2010 release: Usual bug fixes. Added a number of control sequences from ltoutenc that typeset particular glyphs. ----------------------------------------------------------------- -Changes in September 2009 release: + Changes in September 2009 release: A bit more about figures and indexes, use of @table where appropriate in the source, usual array of minor fixes, added references, etc. ----------------------------------------------------------------- -Changes in release 2.0: + Changes in release 2.0: After discussions with Torsten and Stephen Gilmore, maintainership of this document has been handed off to me. See the README for more @@ -170,8 +160,7 @@ Karl Berry (karl at freefriends.org), June 12 2008 ----------------------------------------------------------------- -Changes in release 1.6: + Changes in release 1.6: Some minor bug fixes; thanks to Piet van Oostrum and Ralf Fassel for those. @@ -187,8 +176,7 @@ Torsten Martinsen, April 24 1996 ----------------------------------------------------------------- -Changes in release 1.3: + Changes in release 1.3: A selection of low-level NFSS2 commands added. A short description of how to use BibTeX. @@ -200,8 +188,7 @@ Torsten Martinsen, March 13th 1995 ----------------------------------------------------------------- -Changes in release 1.4: + Changes in release 1.4: NOTE: The name of the generated Info file is now `latex' and not `latex2e'. More commands added to function index (ahem). @@ -210,8 +197,7 @@ Torsten Martinsen, April 5th 1995 ----------------------------------------------------------------- -Changes in release 1.5: + Changes in release 1.5: All menu items now have one-line descriptions. Major cleanup of next/previous links. Modified: trunk/latex2e.texi =================================================================== --- trunk/latex2e.texi 2022-01-17 23:23:33 UTC (rev 1076) +++ trunk/latex2e.texi 2022-01-26 17:47:45 UTC (rev 1077) @@ -11154,10 +11154,10 @@ \end@{minipage@} @end example - at TeX{} actually has three levels of infinity for glue components: - at code{fil}, @code{fill}, and @code{filll}. The later ones are more -infinite than the earlier ones. Ordinarily document authors only use -the middle one (@pxref{\hfill} and @pxref{\vfill}). + at TeX{} has three levels of infinity for glue components: @code{fil}, + at code{fill}, and @code{filll}. The later ones are more infinite than +the earlier ones. Ordinarily document authors only use the middle one +(@pxref{\hfill} and @pxref{\vfill}). Multiplying a rubber length by a number turns it into a rigid length, so that after @code{\setlength@{\ylength@}@{1in plus 0.2in@}} and @@ -11173,7 +11173,6 @@ * \settowidth:: Set a length to the width of something. * \stretch:: Add infinite stretchability. * Expressions:: Compute with lengths and integers. - at c * Predefined lengths:: Lengths that are, like, predefined. @end menu @@ -11185,96 +11184,97 @@ @TeX{} and @LaTeX{} know about these units both inside and outside of math mode. - at table @code + at ftable @code @item pt - at findex pt @cindex point @anchor{units of length pt} -Point, 1/72.27 inch. The conversion to metric units -is 1 at dmn{point} = 2.845 at dmn{mm} = .2845 at dmn{cm}. +Point, 1/72.27 inch. The (approximate) conversion to metric units +is 1 at dmn{point} = .35146 at dmn{mm} = .035146 at dmn{cm}. @item pc @cindex pica - at findex pc @anchor{units of length pc} Pica, 12 pt @item in - at findex in - at findex inch + at cindex inch @anchor{units of length in} -Inch, 72.27 pt +Inch, 72.27 pt - at item bp - at findex bp + at item bp @cindex big point + at cindex PostScript point @anchor{units of length bp} Big point, 1/72 inch. This length is the definition of a point in PostScript and many desktop publishing systems. + at item mm + at cindex millimeter + at anchor{units of length mm} +Millimeter, 2.845 pt + @item cm @cindex centimeter - at findex cm @anchor{units of length cm} -Centimeter +Centimeter, 10 mm - at item mm - at cindex millimeter - at findex mm - at anchor{units of length mm} -Millimeter - @item dd @cindex didot point - at findex dd @anchor{units of length dd} Didot point, 1.07 pt @item cc @cindex cicero - at findex cc @anchor{units of length cc} Cicero, 12 dd @item sp @cindex scaled point - at findex sp @anchor{units of length sp} Scaled point, 1/65536 pt - at end table + at end ftable +Three other units are defined according to the current font, rather +than being an absolute dimension. + + at ftable @code + at item ex + at cindex x-height @cindex ex - at cindex x-height - at findex ex + at anchor{Lengths/ex} + at anchor{units of length ex} +The x-height of the current font @dfn{ex}, traditionally the +height of the lowercase letter x, is often used for vertical +lengths. + + at item em @cindex m-width @cindex em - at findex em @anchor{Lengths/em} - at anchor{Lengths/en} - at anchor{Lengths/ex} @anchor{units of length em} - at anchor{units of length en} - at anchor{units of length ex} -Two other lengths that are often used are values set by the designer of -the font. The x-height of the current font @dfn{ex}, traditionally the -height of the lowercase letter x, is often used for vertical -lengths. Similarly @dfn{em}, traditionally the width of the capital -letter M, is often used for horizontal lengths (there is also - at code{\enspace}, which is @code{0.5em}). Use of these can help make a -definition work better across font changes. For example, a definition -of the vertical space between list items given as - at code{\setlength@{\itemsep@}@{1ex plus 0.05ex minus 0.01ex@}} is more -likely to still be reasonable if the font is changed than a definition -given in points. +Similarly @dfn{em}, traditionally the width of the capital +letter M, is often used for horizontal lengths. This is also often +the size of the current font, e.g., a nominal 10 at dmn{pt} font will +have 1 at dmn{em} = 10 at dmn{pt}. @LaTeX{} has several commands to produce +horizontal spaces based on the em (@pxref{\enspace & \quad & \qquad}). + at item mu @cindex mu, math unit - at findex mu -In math mode, many definitions are expressed in terms of the math unit - at dfn{mu} given by 1 em = 18 mu, where the em is taken from the current -math symbols family. @xref{Spacing in math mode}. + at anchor{units of length mu} +Finally, in math mode, many definitions are expressed in terms +of the math unit @dfn{mu}, defined by 1 at dmn{em} = 18 at dmn{mu}, where the +em is taken from the current math symbols family. @xref{Spacing in +math mode}. + at end ftable +Using these units can help make a definition work better across font +changes. For example, a definition of the vertical space between list +items given as @code{\setlength@{\itemsep@}@{1ex plus 0.05ex minus +0.01ex@}} is more likely to still be reasonable if the font is changed +than a definition given in points. + @node \setlength @section @code{\setlength} @@ -11309,10 +11309,8 @@ @code{\newlength@{\specparindent@}\setlength@{\sepcparindent@}@{...@}}, then you get an error like @samp{Undefined control sequence. \sepcindent}. If you omit the backslash at the start of the length name -then you get an error like @samp{Missing number, treated as zero. \relax l.19 \setlength@{specparindent@}@{0.6\parindent@}} +then you get an error like @samp{Missing number, treated as zero.}. - @node \addtolength @section @code{\addtolength} From INVALID.NOREPLY at gnu.org.ua Wed Jan 26 19:12:18 2022 From: INVALID.NOREPLY at gnu.org.ua (Karl Berry) Date: Wed, 26 Jan 2022 19:12:18 +0100 Subject: [latexrefman-commits] [SCM] latexrefman updated: r1078 - trunk Message-ID: <202201261812.20QICI2l001066@pirx.gnu.org.ua> Author: karl Date: 2022-01-26 18:12:17 +0000 (Wed, 26 Jan 2022) New Revision: 1078 Modified: trunk/ChangeLog trunk/NEWS trunk/latex2e.html trunk/latex2e.info trunk/latex2e.pdf trunk/latex2e.texi Log: rebuild for Jan 22 release Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2022-01-26 17:47:45 UTC (rev 1077) +++ trunk/ChangeLog 2022-01-26 18:12:17 UTC (rev 1078) @@ -1,6 +1,11 @@ 2022-01-26 Karl Berry - * latex2e.texi (Units of length): correct pt/mm/cm equivalences. + January 2022 release to CTAN. + * NEWS: update. + +2022-01-26 Karl Berry + + * latex2e.texi (Units of length): correct pt/mm/cm conversions. Report from Geoff Odhner, 24 Jan 2022 22:08:58. Also use @ftable, other wording changes. @@ -159,7 +164,7 @@ Deik. See https://tug.org/pipermail/latexrefman/2021q3/000832.html. (\sbox & \savebox): In example, declare box register before using it. - (lrbox): Typoes. + (lrbox): Typos. 2021-10-08 Vincent Bela\"iche @@ -168,7 +173,8 @@ 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (\DeclareTextSymbol): Fix guillemet glyph for PDF output. + * latex2e-fr.texi (\DeclareTextSymbol): Fix guillemet glyph for + PDF output. (\subsection): Fix Greek letter glyphs for the PDF output. (verse): Align on English with better examples. (Math symbols): Add \Phi --- as per Jim's r722. @@ -1671,21 +1677,17 @@ (Footnotes of footnotes): ``First noted in Wilson'' -> ``Noted in Wilson''. - 2021-09-05 Vincent Bela\"iche * latex2e.texi Implement fix suggested by Laurent Van Deik. - (\sbox & \savebox): In example, declare box register before using - it. + (\sbox & \savebox): In example, declare box register before using it. (lrbox): Fix @xref. - 2021-09-01 Vincent Bela\"iche * latex2e.texi (\multicolumn): Typo, credits Faheem Mitha 2021-09-01 on latexrefman list. - 2021-09-01 Vincent Bela\"iche * common.texi (\mathbbN): New math symbol. @@ -1912,6 +1914,7 @@ this node. 2021-08-24 Jim Hefferon + * latex2e.texi (Producing the index manually): Add subsection. Provides a place to define theindex environment.on \caption. @@ -2001,10 +2004,12 @@ ``before any output'' to ``before any input file is met''. 2021-08-16 Jim Hefferon + * latex2e.texi (\caption): Add section on \caption. Put in cross-references to figure and table entries. 2021-08-13 Jim Hefferon + * latex2e.texi (Command line input): Replace the graphics draft option example with \includeonly{} example. @@ -2149,11 +2154,13 @@ (Command line input): Slurp the text from the French version. 2021-08-11 Jim Hefferon + * latex2e.texi (Indexes): Expand section header text. 2021-08-11 Vincent Bela\"iche - * latex2e.texi (\newlength): ``command sequence'' -> ``control sequene''. + * latex2e.texi (\newlength): ``command sequence'' -> ``control + sequence''. (Making paragraphs): Clarify the empty lines are in the source code. Clarify that the paragrapgh separation can have more than one blank line, and the line may be not empty for the @@ -2176,12 +2183,14 @@ (\(SPACE)): Indicate leading blanks are ignored. 2021-08-09 Jim Hefferon + * latex2e.texi (Font sizes): Add paragraph on using font size commands in formulas. 2021-08-09 Vincent Bela\"iche - * latex2e.texi (\normalsfcodes): ``space factor values'' -> ``space factors''. + * latex2e.texi (\normalsfcodes): ``space factor values'' -> + ``space factors''. (\(SPACE) ): @key{...}-ify index entries such as \NEWLINE -> \@key{NEWLINE}. Use a two column table in the exemple to stress change of space amount. Make more generic the statement about @@ -2211,6 +2220,7 @@ \frenchspacing. Some rewording. 2021-08-05 Jim Hefferon + * latex2e.texi (Math styles): Add section on Math styles, include moving some material from Math formulas and expanding. @@ -2223,17 +2233,20 @@ * latex2e-fr.texi (Spaces): Re-align on the English version. (\enspace & \quad & \qquad): New node, translate from English. - (\bigbreak & \medbreak & \smallbreak, \strut): New nodes to be translated + (\bigbreak & \medbreak & \smallbreak, \strut): New nodes to be + translated (\vspace, \vfill, \addvspace): Change order of these nodes to align the doc strcuture on English version. 2021-08-04 Vincent Bela\"iche - * latex2e-fr.texi (\newcommand & \renewcommand): Align node on English version. + * latex2e-fr.texi (\newcommand & \renewcommand): Align node on + English version. 2021-08-04 Vincent Bela\"iche - * latex2e-fr.texi (\clearpage & \cleardoublepage): Align node on English version. + * latex2e-fr.texi (\clearpage & \cleardoublepage): Align node on + English version. 2021-08-04 Vincent Bela\"iche @@ -2247,16 +2260,19 @@ 2021-08-03 Vincent Bela\"iche - * latex2e.texi (fontenc package): Add fontspec to the package index + add word put. + * latex2e.texi (fontenc package): Add fontspec to the package + index + add word put. (\newcommand & \renewcommand): letter -> character, as \ is not a letter + minor clarification. 2021-07-26 Jim Hefferon + * latex2e.texi (\pagebreak & \nopagebreak): add mention of \samepage and samepage environment; note they are obsolete and unreliable. 2021-07-24 Jim Hefferon + New release for CTAN, version of July 2021. 2021-07-21 Karl Berry Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2022-01-26 17:47:45 UTC (rev 1077) +++ trunk/NEWS 2022-01-26 18:12:17 UTC (rev 1078) @@ -5,22 +5,31 @@ Spanish translation originally from Nacho Pacheco (currently looking for a maintainer). - Changes in January 2022 release: + Some changes in January 2022 release: -Some noteworthy changes since the last release: +New sections: +* \caption +* BibTeX error messages +* Producing the index manually +Fixes: +* Units of length: correct pt/mm/cm conversions. +* Command line input: extended text. +* throughout: index entries; typographical, reference, wording. + Changes in July 2021 release +(see ChangeLog) + Changes in July 2020 release: -Some noteworthy changes since the last release: - * Entries for \openin, \openout, \message, \write, \write18. - * Section on fontenc. - * Section on math delimiters. - * Describe -output-directory option. - * Section on xr. - * Section on expressions. - * Entry on \contentsline. +* Entries for \openin, \openout, \message, \write, \write18. +* Section on fontenc. +* Section on math delimiters. +* Describe -output-directory option. +* Section on xr. +* Section on expressions. +* Entry on \contentsline. Changes in October 2018 release: Modified: trunk/latex2e.html =================================================================== --- trunk/latex2e.html 2022-01-26 17:47:45 UTC (rev 1077) +++ trunk/latex2e.html 2022-01-26 18:12:17 UTC (rev 1078) @@ -4,7 +4,7 @@ -LaTeX2e unofficial reference manual (October 2021) +LaTeX2e unofficial reference manual (January 2022) - - + + @@ -102,7 +102,7 @@ -

LaTeX2e unofficial reference manual (October 2021)

+

LaTeX2e unofficial reference manual (January 2022)

@@ -148,7 +148,7 @@

LaTeX2e: An unofficial reference manual

This document is an unofficial reference manual (version of -October 2021) for LaTeX2e, a document preparation system. +January 2022) for LaTeX2e, a document preparation system.

@@ -9969,7 +9969,9 @@

9.6.1 sloppypar

- + + +

Synopsis: @@ -10658,7 +10660,7 @@ \textit{HMS Polychrest} &Post Captain \\ \textit{HMS Lively} &Post Captain \\ \textit{HMS Surprise} &A number of books\footnote{% - Starting with HMS Surprise.} + Starting with \textit{HMS Surprise}.} \end{tabular} \end{minipage} \end{center} @@ -10695,8 +10697,11 @@ \end{center} + + +

For a floating table environment (see table), use the -tablefootnote package. +tablefootnote package.

\usepackage{tablefootnote}  % in preamble
@@ -12453,10 +12458,10 @@
 \end{minipage}
 
-

TeX actually has three levels of infinity for glue components: -fil, fill, and filll. The later ones are more -infinite than the earlier ones. Ordinarily document authors only use -the middle one (see \hfill and see \vfill). +

TeX has three levels of infinity for glue components: fil, +fill, and filll. The later ones are more infinite than +the earlier ones. Ordinarily document authors only use the middle one +(see \hfill and see \vfill).

Multiplying a rubber length by a number turns it into a rigid length, so that after \setlength{\ylength}{1in plus 0.2in} and @@ -12491,78 +12496,91 @@

pt
-

Point, 1/72.27 inch. The conversion to metric units -is 1point = 2.845mm = .2845cm. +

Point, 1/72.27 inch. The (approximate) conversion to metric units +is 1point = .35146mm = .035146cm.

-
pc
-
+
pc
+

Pica, 12 pt

in
-

Inch, 72.27 pt +

Inch, 72.27 pt

bp
+

Big point, 1/72 inch. This length is the definition of a point in PostScript and many desktop publishing systems.

-
cm
-
-

Centimeter +

mm
+
+

Millimeter, 2.845 pt

-
mm
-
-

Millimeter +

cm
+
+

Centimeter, 10 mm

-
dd
-
+
dd
+

Didot point, 1.07 pt

-
cc
-
+
cc
+

Cicero, 12 dd

-
sp
-
+
sp
+

Scaled point, 1/65536 pt

+

Three other units are defined according to the current font, rather +than being an absolute dimension. +

+
+
ex
+
- - - - - -

Two other lengths that are often used are values set by the designer of -the font. The x-height of the current font ex, traditionally the +

The x-height of the current font ex, traditionally the height of the lowercase letter x, is often used for vertical -lengths. Similarly em, traditionally the width of the capital -letter M, is often used for horizontal lengths (there is also -\enspace, which is 0.5em). Use of these can help make a -definition work better across font changes. For example, a definition -of the vertical space between list items given as -\setlength{\itemsep}{1ex plus 0.05ex minus 0.01ex} is more -likely to still be reasonable if the font is changed than a definition -given in points. +lengths.

- - -

In math mode, many definitions are expressed in terms of the math unit -mu given by 1 em = 18 mu, where the em is taken from the current -math symbols family. See Spacing in math mode. +

+
em
+
+ +

Similarly em, traditionally the width of the capital +letter M, is often used for horizontal lengths. This is also often +the size of the current font, e.g., a nominal 10pt font will +have 1em = 10pt. LaTeX has several commands to produce +horizontal spaces based on the em (see \enspace & \quad & \qquad).

+
+
mu
+
+

Finally, in math mode, many definitions are expressed in terms +of the math unit mu, defined by 1em = 18mu, where the +em is taken from the current math symbols family. See Spacing in math mode. +

+
+
+

Using these units can help make a definition work better across font +changes. For example, a definition of the vertical space between list +items given as \setlength{\itemsep}{1ex plus 0.05ex minus +0.01ex} is more likely to still be reasonable if the font is changed +than a definition given in points. +


@@ -12602,10 +12620,8 @@ \newlength{\specparindent}\setlength{\sepcparindent}{...}, then you get an error like ‘Undefined control sequence. <argument> \sepcindent’. If you omit the backslash at the start of the length name -then you get an error like ‘Missing number, treated as zero. <to be -read again> \relax l.19 \setlength{specparindent}{0.6\parindent}’ +then you get an error like ‘Missing number, treated as zero.’.

-
@@ -13390,7 +13406,7 @@

The American Mathematical Society has made freely available a set of packages that greatly expand your options for writing mathematics, -amsmath and amssymb (also be aware of the mathtools +amsmath and amssymb (also be aware of the mathtools package that is an extension to, and loads, amsmath). New documents that will have mathematical text should use these packages. Descriptions of these packages is outside the scope of this document; @@ -13639,7 +13655,7 @@

\Box

□ Modal operator for necessity; square open box -(ordinary). Not available in plain TeX. In LaTeX you need to load the amssymb package. +(ordinary). Not available in plain TeX. In LaTeX you need to load the amssymb package.

\bullet
@@ -13673,7 +13689,7 @@
\complement

∁, Set complement, used as a superscript as in -$S^\complement$ (ordinary). Not available in plain TeX. In LaTeX you need to load the amssymb package. Also used: +$S^\complement$ (ordinary). Not available in plain TeX. In LaTeX you need to load the amssymb package. Also used: $S^{\mathsf{c}}$ or $\bar{S}$.

@@ -13712,7 +13728,7 @@

\Diamond
-

◇ Large diamond operator (ordinary). Not available in plain TeX. In LaTeX you need to load the amssymb package. +

◇ Large diamond operator (ordinary). Not available in plain TeX. In LaTeX you need to load the amssymb package.

\diamond
@@ -13959,7 +13975,7 @@
\lhd

◁ Arrowhead, that is, triangle, pointing left (binary). For the normal subgroup symbol you should load -amssymb and use \vartriangleleft (which is a relation +amssymb and use \vartriangleleft (which is a relation and so gives better spacing).

@@ -14068,7 +14084,7 @@ following operator (relation).

Many negated operators are available that don’t require \not, -particularly with the amssymb package. For example, \notin +particularly with the amssymb package. For example, \notin is typographically preferable to \not\in.

@@ -14226,7 +14242,7 @@
\restriction

↾, Restriction of a function (relation). Synonym: -\upharpoonright. Not available in plain TeX. In LaTeX you need to load the amssymb package. +\upharpoonright. Not available in plain TeX. In LaTeX you need to load the amssymb package.

\revemptyset
@@ -14242,7 +14258,7 @@
\rhd

◁ Arrowhead, that is, triangle, pointing right (binary). For the normal subgroup symbol you should instead -load amssymb and use \vartriangleright (which is a +load amssymb and use \vartriangleright (which is a relation and so gives better spacing).

@@ -14334,7 +14350,7 @@
\sqsubset

⊏, Square subset symbol (relation). Similar: -subset \subset. Not available in plain TeX. In LaTeX you need to load the amssymb package. +subset \subset. Not available in plain TeX. In LaTeX you need to load the amssymb package.

\sqsubseteq
@@ -14344,7 +14360,7 @@
\sqsupset

⊐, Square superset symbol (relation). Similar: -superset \supset. Not available in plain TeX. In LaTeX you need to load the amssymb package. +superset \supset. Not available in plain TeX. In LaTeX you need to load the amssymb package.

\sqsupseteq
@@ -14432,21 +14448,21 @@
\triangleleft

◁ Not-filled triangle pointing left (binary). Similar: \lhd. For the normal subgroup symbol you -should load amssymb and use \vartriangleleft (which +should load amssymb and use \vartriangleleft (which is a relation and so gives better spacing).

\triangleright

▷ Not-filled triangle pointing right (binary). For the normal subgroup symbol you should instead load -amssymb and use \vartriangleright (which is a +amssymb and use \vartriangleright (which is a relation and so gives better spacing).

\unlhd

⊴ Left-pointing not-filled underlined arrowhead, that is, triangle, with a line under (binary). For the -normal subgroup symbol load amssymb and +normal subgroup symbol load amssymb and use \vartrianglelefteq (which is a relation and so gives better spacing).

@@ -14454,7 +14470,7 @@
\unrhd

⊵ Right-pointing not-filled underlined arrowhead, that is, triangle, with a line under (binary). For the -normal subgroup symbol load amssymb and +normal subgroup symbol load amssymb and use \vartrianglerighteq (which is a relation and so gives better spacing).

@@ -14486,7 +14502,7 @@
\upharpoonright

↾, Up harpoon, with barb on right side (relation). Synonym: \restriction. -Not available in plain TeX. In LaTeX you need to load the amssymb package. +Not available in plain TeX. In LaTeX you need to load the amssymb package.

\uplus
@@ -14512,7 +14528,7 @@
\vanothing

∅, Empty set symbol. Similar: \emptyset. Related: -\revemptyset. Not available in plain TeX. In LaTeX you need to load the amssymb package. +\revemptyset. Not available in plain TeX. In LaTeX you need to load the amssymb package.

\varphi
@@ -16606,7 +16622,7 @@

empty
-

The header and footer is empty. +

The header and footer are both empty.

headings
@@ -17485,7 +17501,7 @@

\renewcommand{\hrulefill}{%
-  \leavevmode\leaders\hrule height 1pt\hfill\kern\z@}
+  \leavevmode\leaders\hrule height 1pt\hfill\kern0pt }
 

which changes the default thickness of 0.4pt to 1pt. @@ -17493,7 +17509,7 @@

\renewcommand{\dotfill}{%
-  \leavevmode\cleaders\hb at xt@1.00em{\hss .\hss }\hfill\kern\z@}
+  \leavevmode\cleaders\hbox to 1.00em{\hss .\hss }\hfill\kern0pt }
 

which changes the default length of 0.33em to 1.00em. @@ -19214,7 +19230,7 @@

Declare how to handle graphic files whose names end in extension.

-

This example declares that all files with names have the form +

This example declares that all files with names of the form filename-without-dot.mps will be treated as output from MetaPost, meaning that the printer driver will use its MetaPost-handling code to input the file. @@ -19902,7 +19918,7 @@

The unstarred form \resizebox takes vertical length to be the box’s height while the starred form \resizebox* takes it to be height+depth. For instance, make the text have a height+depth of a -quarter inch with \resizebox*{!}{0.25in}{\parbox{1in}{This +quarter-inch with \resizebox*{!}{0.25in}{\parbox{3.5in}{This box has both height and depth.}}.

You can use \depth, \height, \totalheight, and @@ -20688,9 +20704,9 @@

A TeX primitive command used to generate accented characters from -accent marks and letters. The accent mark is selected by number, -a numeric argument, followed by a space and then a character argument -constructs the accented character in the current font. +accent marks and letters. The accent mark is selected by number, a +numeric argument, followed by a space and then a character +argument to construct the accented character in the current font.

These are accented ‘e’ characters.

@@ -20702,7 +20718,8 @@ \accent23 e -

The first is a grave, the second is breve, etc. +

The first is a grave, the second a caron, the third a breve, the fourth +a macron, and the fifth a ring above.

The position of the accent is determined by the font designer and so the outcome of \accent use may differ between fonts. In LaTeX it is @@ -23201,9 +23218,9 @@

\openout number=filename
 
-

Open a file for reading material, or for writing it. The number -must be between 0 and 15, as in \openin3 (in LuaLaTeX -number can be between 0 and 255). +

Open a file for reading material, or for writing it. In most engines, +the number must be between 0 and 15, as in \openin3; in +LuaLaTeX, number can be between 0 and 127.

Here TeX opens the file presidents.tex for reading.

@@ -26049,6 +26066,7 @@ environment, picturepicture environment, quotationquotation & quote environment, quotequotation & quote +environment, sloppyparsloppypar environment, tabbingtabbing environment, tabletable environment, tabulartabular @@ -26241,7 +26259,7 @@ implementations of TeXTeX engines importing graphics\includegraphics inUnits of length -inchUnits of length +inchUnits of length including graphics\includegraphics indent, forcing\indent & \noindent indentation of paragraphs, in minipageminipage @@ -26640,6 +26658,7 @@ package, siunitxminipage package, siunitx~ package, suffix\@ifstar +package, tablefootnoteFootnotes in a table package, texosquery\write18 package, textcaseUpper and lower case package, TikZ\line @@ -26730,6 +26749,7 @@ position, in picturepicture positional parameter\newcommand & \renewcommand postamblemakeindex +PostScript pointUnits of length postscript, in letters\ps pounds symbolText symbols preamblemakeindex @@ -26847,8 +26867,8 @@ skip register, plain TeX\newlength slanted fontFont styles slides classDocument classes -sloppyparsloppypar sloppypar environmentsloppypar +sloppypar environmentsloppypar slot, font\DeclareTextAccent small caps fontFont styles sort\newglossaryentry @@ -26929,6 +26949,7 @@ table of contents, avoiding footnotesFootnotes in section headings table of contents, creatingTable of contents etc. table of contents, sectioning numbers printedSectioning +tablefootnote packageFootnotes in a table tables, creatingtable tabular environmenttabular template (simple), articlearticle template Modified: trunk/latex2e.info =================================================================== --- trunk/latex2e.info 2022-01-26 17:47:45 UTC (rev 1077) +++ trunk/latex2e.info 2022-01-26 18:12:17 UTC (rev 1078) @@ -2,7 +2,7 @@ latex2e.texi. This document is an unofficial reference manual for LaTeX, a document -preparation system, version of October 2021. +preparation system, version of January 2022. This manual was originally translated from 'LATEX.HLP' v1.0a in the VMS Help Library. The pre-translation version was written by George D. @@ -17,7 +17,7 @@ Dietze. (From these references no text was directly copied.) Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, -2017, 2018, 2019, 2020, 2021 Karl Berry. +2017, 2018, 2019, 2020, 2021, 2022 Karl Berry. Copyright 1988, 1994, 2007 Stephen Gilmore. Copyright 1994, 1995, 1996 Torsten Martinsen. @@ -44,8 +44,8 @@ LaTeX2e: An unofficial reference manual *************************************** -This document is an unofficial reference manual (version of October -2021) for LaTeX2e, a document preparation system. +This document is an unofficial reference manual (version of January +2022) for LaTeX2e, a document preparation system. * Menu: @@ -7479,7 +7479,7 @@ \textit{HMS Polychrest} &Post Captain \\ \textit{HMS Lively} &Post Captain \\ \textit{HMS Surprise} &A number of books\footnote{% - Starting with HMS Surprise.} + Starting with \textit{HMS Surprise}.} \end{tabular} \end{minipage} \end{center} @@ -8837,10 +8837,10 @@ \hspace{0pt plus 1fill} \end{minipage} - TeX actually has three levels of infinity for glue components: 'fil', -'fill', and 'filll'. The later ones are more infinite than the earlier -ones. Ordinarily document authors only use the middle one (*note -\hfill:: and *note \vfill::). + TeX has three levels of infinity for glue components: 'fil', 'fill', +and 'filll'. The later ones are more infinite than the earlier ones. +Ordinarily document authors only use the middle one (*note \hfill:: and +*note \vfill::). Multiplying a rubber length by a number turns it into a rigid length, so that after '\setlength{\ylength}{1in plus 0.2in}' and @@ -8867,8 +8867,8 @@ mode. 'pt' - Point, 1/72.27 inch. The conversion to metric units is 1point = - 2.845mm = .2845cm. + Point, 1/72.27 inch. The (approximate) conversion to metric units + is 1point = .35146mm = .035146cm. 'pc' Pica, 12 pt @@ -8880,12 +8880,12 @@ Big point, 1/72 inch. This length is the definition of a point in PostScript and many desktop publishing systems. +'mm' + Millimeter, 2.845 pt + 'cm' - Centimeter + Centimeter, 10 mm -'mm' - Millimeter - 'dd' Didot point, 1.07 pt @@ -8895,21 +8895,32 @@ 'sp' Scaled point, 1/65536 pt - Two other lengths that are often used are values set by the designer -of the font. The x-height of the current font "ex", traditionally the -height of the lowercase letter x, is often used for vertical lengths. -Similarly "em", traditionally the width of the capital letter M, is -often used for horizontal lengths (there is also '\enspace', which is -'0.5em'). Use of these can help make a definition work better across -font changes. For example, a definition of the vertical space between -list items given as '\setlength{\itemsep}{1ex plus 0.05ex minus 0.01ex}' -is more likely to still be reasonable if the font is changed than a + Three other units are defined according to the current font, rather +than being an absolute dimension. + +'ex' + The x-height of the current font "ex", traditionally the height of + the lowercase letter x, is often used for vertical lengths. + +'em' + Similarly "em", traditionally the width of the capital letter M, is + often used for horizontal lengths. This is also often the size of + the current font, e.g., a nominal 10pt font will have 1em = 10pt. + LaTeX has several commands to produce horizontal spaces based on + the em (*note \enspace & \quad & \qquad::). + +'mu' + Finally, in math mode, many definitions are expressed in terms of + the math unit "mu", defined by 1em = 18mu, where the em is taken + from the current math symbols family. *Note Spacing in math + mode::. + + Using these units can help make a definition work better across font +changes. For example, a definition of the vertical space between list +items given as '\setlength{\itemsep}{1ex plus 0.05ex minus 0.01ex}' is +more likely to still be reasonable if the font is changed than a definition given in points. - In math mode, many definitions are expressed in terms of the math -unit "mu" given by 1 em = 18 mu, where the em is taken from the current -math symbols family. *Note Spacing in math mode::. -  File: latex2e.info, Node: \setlength, Next: \addtolength, Prev: Units of length, Up: Lengths @@ -8940,8 +8951,7 @@ '\newlength{\specparindent}\setlength{\sepcparindent}{...}', then you get an error like 'Undefined control sequence. \sepcindent'. If you omit the backslash at the start of the length name then you get -an error like 'Missing number, treated as zero. -\relax l.19 \setlength{specparindent}{0.6\parindent}' +an error like 'Missing number, treated as zero.'.  File: latex2e.info, Node: \addtolength, Next: \settodepth, Prev: \setlength, Up: Lengths @@ -11871,7 +11881,7 @@ centered. 'empty' - The header and footer is empty. + The header and footer are both empty. 'headings' Put running headers and footers on each page. The document style @@ -12531,13 +12541,13 @@ here \renewcommand{\hrulefill}{% - \leavevmode\leaders\hrule height 1pt\hfill\kern\z@} + \leavevmode\leaders\hrule height 1pt\hfill\kern0pt } which changes the default thickness of 0.4pt to 1pt. Similarly, adjust the dot spacing as with \renewcommand{\dotfill}{% - \leavevmode\cleaders\hb at xt@1.00em{\hss .\hss }\hfill\kern\z@} + \leavevmode\cleaders\hbox to 1.00em{\hss .\hss }\hfill\kern0pt } which changes the default length of 0.33em to 1.00em. @@ -13827,7 +13837,7 @@ Declare how to handle graphic files whose names end in EXTENSION. - This example declares that all files with names have the form + This example declares that all files with names of the form 'filename-without-dot.mps' will be treated as output from MetaPost, meaning that the printer driver will use its MetaPost-handling code to input the file. @@ -14354,8 +14364,8 @@ The unstarred form '\resizebox' takes VERTICAL LENGTH to be the box's height while the starred form '\resizebox*' takes it to be height+depth. -For instance, make the text have a height+depth of a quarter inch with -'\resizebox*{!}{0.25in}{\parbox{1in}{This box has both height and +For instance, make the text have a height+depth of a quarter-inch with +'\resizebox*{!}{0.25in}{\parbox{3.5in}{This box has both height and depth.}}'. You can use '\depth', '\height', '\totalheight', and '\width' to @@ -14814,8 +14824,8 @@ A TeX primitive command used to generate accented characters from accent marks and letters. The accent mark is selected by NUMBER, a -numeric argument, followed by a space and then a CHARACTER argument -constructs the accented character in the current font. +numeric argument, followed by a space and then a CHARACTER argument to +construct the accented character in the current font. These are accented 'e' characters. @@ -14825,7 +14835,8 @@ \accent22 e \accent23 e -The first is a grave, the second is breve, etc. +The first is a grave, the second a caron, the third a breve, the fourth +a macron, and the fifth a ring above. The position of the accent is determined by the font designer and so the outcome of '\accent' use may differ between fonts. In LaTeX it is @@ -16644,9 +16655,9 @@ \openout NUMBER=FILENAME - Open a file for reading material, or for writing it. The NUMBER must -be between 0 and 15, as in '\openin3' (in LuaLaTeX NUMBER can be between -0 and 255). + Open a file for reading material, or for writing it. In most +engines, the NUMBER must be between 0 and 15, as in '\openin3'; in +LuaLaTeX, NUMBER can be between 0 and 127. Here TeX opens the file 'presidents.tex' for reading. @@ -19054,7 +19065,7 @@ * box, save: \sbox & \savebox. (line 6) * box, use saved box: \usebox. (line 6) * boxes: Boxes. (line 6) -* bp: Units of length. (line 20) +* bp: Units of length. (line 19) * brace, left, in text: Text symbols. (line 89) * brace, right, in text: Text symbols. (line 92) * braces: Delimiters. (line 6) @@ -19079,7 +19090,7 @@ (line 18) * category code, character: \makeatletter & \makeatother. (line 18) -* cc: Units of length. (line 33) +* cc: Units of length. (line 32) * cc list, in letters: \cc. (line 6) * cedilla accent: Accents. (line 61) * center environment: center. (line 6) @@ -19089,7 +19100,7 @@ * centered period, in text: Text symbols. (line 170) * centering text, declaration for: \centering. (line 6) * centering text, environment for: center. (line 6) -* centimeter: Units of length. (line 24) +* centimeter: Units of length. (line 27) * changing case of characters: Upper and lower case. (line 6) * chapter: Sectioning. (line 6) @@ -19143,7 +19154,7 @@ (line 99) * closing letters: \closing. (line 6) * closing quote: Text symbols. (line 58) -* cm: Units of length. (line 24) +* cm: Units of length. (line 26) * cm-super package: fontenc package. (line 36) * cmd.exe, used by \write18: \write18. (line 60) * code, typesetting: verbatim. (line 6) @@ -19220,7 +19231,7 @@ * dbltopnumber: Floats. (line 134) * dbltopnumber <1>: Floats. (line 135) * dcolumn package: array. (line 74) -* dd: Units of length. (line 30) +* dd: Units of length. (line 29) * declaration form of font size commands: Font sizes. (line 24) * declaration form of font style commands: Font styles. (line 8) * define color: Define colors. (line 6) @@ -19302,8 +19313,8 @@ * e-TeX: TeX engines. (line 16) * ellipses: Dots. (line 6) * ellipsis: Text symbols. (line 39) -* em: Units of length. (line 38) -* em <1>: Units of length. (line 38) +* em: Units of length. (line 46) +* em <1>: Units of length. (line 45) * em-dash: Text symbols. (line 119) * em-dash, three-quarters: Text symbols. (line 201) * em-dash, two-thirds: Text symbols. (line 207) @@ -19352,6 +19363,7 @@ * environment, picture: picture. (line 6) * environment, quotation: quotation & quote. (line 6) * environment, quote: quotation & quote. (line 6) +* environment, sloppypar: sloppypar. (line 6) * environment, tabbing: tabbing. (line 6) * environment, table: table. (line 6) * environment, tabular: tabular. (line 6) @@ -19394,8 +19406,8 @@ * euro symbol: Text symbols. (line 128) * eurosym package: Text symbols. (line 128) * eurosym package <1>: Text symbols. (line 129) -* ex: Units of length. (line 38) -* ex <1>: Units of length. (line 38) +* ex: Units of length. (line 42) +* ex <1>: Units of length. (line 41) * exclamation point, upside-down: Text symbols. (line 136) * executivepaper option: Document class options. (line 19) @@ -19579,7 +19591,7 @@ * immediate \write: \write. (line 60) * implementations of TeX: TeX engines. (line 6) * importing graphics: \includegraphics. (line 6) -* in: Units of length. (line 17) +* in: Units of length. (line 16) * inch: Units of length. (line 17) * including graphics: \includegraphics. (line 6) * indent, forcing: \indent & \noindent. (line 6) @@ -19751,7 +19763,7 @@ * lualatex-dev: TeX engines. (line 65) * LuaTeX: TeX engines. (line 33) * LuaTeX, 256 output streams in: \write. (line 42) -* m-width: Units of length. (line 38) +* m-width: Units of length. (line 46) * macron accent: Accents. (line 36) * macron accent, math: Math accents. (line 14) * macros2e package: \makeatletter & \makeatother. @@ -19802,21 +19814,21 @@ (line 45) * mhchem package: Subscripts & superscripts. (line 62) -* millimeter: Units of length. (line 27) +* millimeter: Units of length. (line 24) * minipage environment: minipage. (line 6) * minipage, creating a: minipage. (line 6) * minted package: tabbing. (line 146) * minted package <1>: verbatim. (line 35) * minted package <2>: \verb. (line 42) * mirrors of CTAN: CTAN. (line 25) -* mm: Units of length. (line 27) +* mm: Units of length. (line 23) * modes: Modes. (line 6) * monospace font: Font styles. (line 97) * moving arguments: \protect. (line 19) * mpfootnote counter: \footnote. (line 62) * mpfootnote counter <1>: Counters. (line 15) -* mu: Units of length. (line 49) -* mu, math unit: Units of length. (line 49) +* mu: Units of length. (line 52) +* mu, math unit: Units of length. (line 53) * multicolumn text: \twocolumn. (line 6) * multilingual support: Accents. (line 6) * multind package: Indexes. (line 51) @@ -20046,6 +20058,8 @@ * package, siunitx: minipage. (line 137) * package, siunitx <1>: ~. (line 42) * package, suffix: \@ifstar. (line 64) +* package, tablefootnote: Footnotes in a table. + (line 53) * package, texosquery: \write18. (line 65) * package, textcase: Upper and lower case. (line 42) @@ -20117,7 +20131,7 @@ * part <1>: \part. (line 6) * part counter: Counters. (line 15) * pattern, current tab stops, tabbing: tabbing. (line 51) -* pc: Units of length. (line 14) +* pc: Units of length. (line 13) * PDF graphic files: \includegraphics. (line 6) * pdflatex: TeX engines. (line 15) * pdflatex command: Output files. (line 20) @@ -20153,6 +20167,7 @@ * positional parameter: \newcommand & \renewcommand. (line 54) * postamble: makeindex. (line 54) +* PostScript point: Units of length. (line 20) * postscript, in letters: \ps. (line 6) * pounds symbol: Text symbols. (line 51) * preamble: makeindex. (line 50) @@ -20162,7 +20177,7 @@ (line 23) * pronunciation: Overview. (line 27) * PSTricks package: \line. (line 35) -* pt: Units of length. (line 10) +* pt: Units of length. (line 9) * quad: Spacing in math mode. (line 69) * question mark, upside-down: Text symbols. (line 173) @@ -20278,13 +20293,13 @@ * skip register, plain TeX: \newlength. (line 6) * slanted font: Font styles. (line 94) * slides class: Document classes. (line 11) -* sloppypar: sloppypar. (line 6) * sloppypar environment: sloppypar. (line 6) +* sloppypar environment <1>: sloppypar. (line 6) * slot, font: \DeclareTextAccent. (line 13) * small caps font: Font styles. (line 88) * sort: \newglossaryentry. (line 55) * source files, making self-contained: filecontents. (line 42) -* sp: Units of length. (line 36) +* sp: Units of length. (line 35) * space between lines: \baselineskip & \baselinestretch. (line 6) * space, inserting horizontal: \hss. (line 6) @@ -20377,6 +20392,8 @@ * table of contents, creating: Table of contents etc.. (line 6) * table of contents, sectioning numbers printed: Sectioning. (line 81) +* tablefootnote package: Footnotes in a table. + (line 53) * tables, creating: table. (line 6) * tabular environment: tabular. (line 6) * template (simple), article: article template. (line 6) @@ -20531,7 +20548,7 @@ (line 48) * writing external files: filecontents. (line 6) * writing letters: Letters. (line 6) -* x-height: Units of length. (line 38) +* x-height: Units of length. (line 42) * xdvi command: Output files. (line 10) * xdvipdfmx: TeX engines. (line 42) * xelatex: TeX engines. (line 41) @@ -20549,550 +20566,549 @@  Tag Table: -Node: Top1855 -Node: About this document3662 -Node: Overview5400 -Node: Starting and ending7180 -Ref: Starting & ending7315 -Node: Output files8492 -Ref: output files dvi8771 -Ref: output files pdf9283 -Ref: output files log9608 -Ref: output files aux9805 -Node: TeX engines10774 -Ref: tex engines latex11310 -Ref: tex engines lualatex12145 -Ref: tex engines xelatex12606 -Node: LaTeX command syntax14566 -Node: Environment16493 -Node: CTAN17720 -Node: Document classes19176 -Ref: document classes article19616 -Ref: document classes book19704 -Ref: document classes letter19889 -Ref: document classes report19965 -Ref: document classes slides20117 -Node: Document class options20570 -Node: Additional packages23652 -Node: Class and package construction24283 -Node: Class and package structure25733 -Node: Class and package commands28028 -Node: Fonts45633 -Ref: Typefaces45736 -Node: fontenc package47698 -Node: \DeclareFontEncoding51950 -Node: \DeclareTextAccent53370 -Node: \DeclareTextAccentDefault54289 -Node: \DeclareTextCommand & \ProvideTextCommand55364 -Node: \DeclareTextCommandDefault & \ProvideTextCommandDefault57616 -Node: \DeclareTextComposite58928 -Node: \DeclareTextCompositeCommand60013 -Node: \DeclareTextSymbol60695 -Node: \DeclareTextSymbolDefault61804 -Node: \LastDeclaredEncoding62764 -Node: \UseTextSymbol & \UseTextAccent63388 -Node: Font styles64598 -Node: Font sizes68828 -Node: Low-level font commands71707 -Ref: low level font commands fontencoding71991 -Ref: low level font commands fontfamily72547 -Ref: low level font commands fontseries73310 -Ref: low level font commands fontshape74442 -Ref: low level font commands fontsize74759 -Ref: low level font commands linespread75336 -Ref: low level font commands selectfont75617 -Ref: low level font commands usefont75943 -Node: Layout76186 -Node: \onecolumn76752 -Node: \twocolumn77111 -Ref: twocolumn columnsep77734 -Ref: twocolumn columnseprule77978 -Ref: twocolumn columnwidth78278 -Ref: twocolumn dbltopfraction78861 -Ref: twocolumn dblfloatpagefraction79827 -Ref: twocolumn dblfloatsep80065 -Ref: twocolumn dbltextfloatsep80374 -Ref: twocolumn dbltopnumber80554 -Node: \flushbottom81503 -Node: \raggedbottom82603 -Node: Page layout parameters83139 -Ref: page layout parameters columnsep83368 -Ref: page layout parameters columnseprule83368 -Ref: page layout parameters columnwidth83368 -Ref: page layout parameters headheight83622 -Ref: page layout parameters headsep83789 -Ref: page layout parameters footskip84101 -Ref: page layout parameters linewidth84435 -Ref: page layout parameters marginparpush84788 -Ref: page layout parameters marginsep84788 -Ref: page layout parameters marginparwidth84788 -Ref: page layout parameters oddsidemargin85828 -Ref: page layout parameters evensidemargin85828 -Ref: page layout parameters paperheight86373 -Ref: page layout parameters paperwidth86599 -Ref: page layout parameters textheight86823 -Ref: page layout parameters textwidth87212 -Ref: page layout parameters hsize88150 -Ref: page layout parameters topmargin88347 -Ref: page layout parameters topskip88651 -Node: \baselineskip & \baselinestretch88867 -Node: Floats94037 -Ref: floats bottomfraction98375 -Ref: floats floatpagefraction98502 -Ref: floats textfraction98613 -Ref: floats topfraction98815 -Ref: floats floatsep99067 -Ref: floats intextsep99177 -Ref: floats textfloatsep99392 -Ref: floats bottomnumber99656 -Ref: floats dbltopnumber99764 -Ref: floats topnumber99883 -Ref: floats totalnumber99987 -Node: \caption100604 -Node: Sectioning103330 -Ref: sectioning secnumdepth106439 -Ref: Sectioning/secnumdepth106439 -Ref: sectioning tocdepth107065 -Ref: Sectioning/tocdepth107065 -Node: \part108105 -Node: \chapter110277 -Node: \section114050 -Node: \subsection117317 -Node: \subsubsection & \paragraph & \subparagraph120031 -Node: \appendix122688 -Node: \frontmatter & \mainmatter & \backmatter123981 -Node: \@startsection125390 -Ref: startsection name126879 -Ref: \@startsection/name126879 -Ref: startsection level127333 -Ref: \@startsection/level127333 -Ref: startsection indent128214 -Ref: \@startsection/indent128214 -Ref: startsection beforeskip128477 -Ref: \@startsection/beforeskip128477 -Ref: startsection afterskip129998 -Ref: \@startsection/afterskip129998 -Ref: startsection style131309 -Ref: \@startsection/style131309 -Node: Cross references135010 -Node: \label137159 -Node: \pageref138979 -Node: \ref139769 -Node: xr package140764 -Node: Environments142585 -Node: abstract144587 -Node: array146176 -Node: center149089 -Node: \centering150842 -Node: description152339 -Node: displaymath154556 -Node: document156252 -Node: \AtBeginDocument156682 -Node: \AtEndDocument157306 -Node: enumerate157950 -Ref: enumerate enumi159813 -Ref: enumerate enumii159813 -Ref: enumerate enumiii159813 -Ref: enumerate enumiv159813 -Ref: enumerate labelenumi160211 -Ref: enumerate labelenumii160211 -Ref: enumerate labelenumiii160211 -Ref: enumerate labelenumiv160211 -Node: eqnarray160750 -Node: equation162746 -Node: figure163414 -Node: filecontents165587 -Node: flushleft167496 -Node: \raggedright168523 -Node: flushright169721 -Node: \raggedleft170545 -Node: itemize171416 -Ref: itemize labelitemi172964 -Ref: itemize labelitemii172964 -Ref: itemize labelitemiii172964 -Ref: itemize labelitemiv172964 -Ref: itemize leftmargin173623 -Ref: itemize leftmargini173623 -Ref: itemize leftmarginii173623 -Ref: itemize leftmarginiii173623 -Ref: itemize leftmarginiv173623 -Ref: itemize leftmarginv173623 -Ref: itemize leftmarginvi173623 -Node: letter175105 -Node: list175343 -Ref: list makelabel177790 -Ref: list itemindent179175 -Ref: list itemsep179312 -Ref: list labelsep179965 -Ref: list labelwidth180128 -Ref: list leftmargin181139 -Ref: list listparindent181992 -Ref: list parsep182223 -Ref: list partopsep182691 -Ref: list rightmargin183489 -Ref: list topsep183674 -Ref: list beginparpenalty187250 -Ref: list itempenalty187349 -Ref: list endparpenalty187453 -Node: \item188324 -Node: trivlist189570 -Node: math191098 -Node: minipage191404 -Node: picture197001 -Node: \put203231 -Node: \multiput203796 -Node: \qbezier204535 -Node: \graphpaper206008 -Node: \line206802 -Node: \linethickness208776 -Node: \thinlines209241 -Node: \thicklines209652 -Node: \circle210037 -Node: \oval210579 -Node: \shortstack211594 -Node: \vector213292 -Node: \makebox (picture)214206 -Node: \framebox (picture)215388 -Node: \frame216861 -Node: \dashbox217301 -Node: quotation & quote218436 -Node: tabbing219332 -Node: table225235 -Node: tabular227318 -Ref: tabular arrayrulewidth233655 -Ref: tabular arraystrech233895 -Ref: tabular doublerulesep234116 -Ref: tabular tabcolsep234252 -Node: \multicolumn234773 -Node: \vline238650 -Node: \cline240041 -Node: \hline240751 -Node: thebibliography241433 -Node: \bibitem243916 -Node: \cite246218 -Node: \nocite248086 -Node: Using BibTeX248594 -Node: BibTeX error messages250974 -Node: theorem251879 -Node: titlepage252801 -Node: verbatim254084 -Node: \verb255897 -Node: verse257990 -Node: Line breaking259217 -Node: \\260583 -Node: \obeycr & \restorecr263013 -Node: \newline263824 -Node: \- (hyphenation)264865 -Node: \discretionary266505 -Node: \fussy & \sloppy267396 -Node: sloppypar268211 -Node: \hyphenation269357 -Node: \linebreak & \nolinebreak269977 -Node: Page breaking271157 -Node: \clearpage & \cleardoublepage273187 -Node: \newpage274707 -Node: \enlargethispage276005 -Node: \pagebreak & \nopagebreak276961 -Node: Footnotes278932 -Node: \footnote280078 -Ref: footnote footnoterule281346 -Ref: footnote footnotesep281957 -Node: \footnotemark283023 -Node: \footnotetext285380 -Node: Footnotes in section headings285982 -Node: Footnotes in a table286815 -Node: Footnotes of footnotes289737 -Node: Definitions290435 -Node: \newcommand & \renewcommand291482 -Node: Control sequences296917 -Node: \providecommand298271 -Node: \makeatletter & \makeatother299434 -Node: \@ifstar301536 -Node: \newcounter305021 -Node: \newlength306741 -Node: \newsavebox307664 -Node: \newenvironment & \renewenvironment308643 -Node: \newtheorem313967 -Node: \newfont317539 -Node: \protect318772 -Node: \ignorespaces & \ignorespacesafterend321160 -Node: xspace package323910 -Node: Counters326120 -Node: \alph \Alph \arabic \roman \Roman \fnsymbol327821 -Node: \usecounter330456 -Node: \value331315 -Node: \setcounter332368 -Node: \addtocounter332964 -Node: \refstepcounter333418 -Node: \stepcounter334087 -Node: \day & \month & \year334640 -Node: Lengths335549 -Node: Units of length340137 -Ref: units of length pt340340 -Ref: units of length pc340440 -Ref: units of length in340463 -Ref: units of length bp340489 -Ref: units of length cm340620 +Node: Top1861 +Node: About this document3668 +Node: Overview5406 +Node: Starting and ending7186 +Ref: Starting & ending7321 +Node: Output files8498 +Ref: output files dvi8777 +Ref: output files pdf9289 +Ref: output files log9614 +Ref: output files aux9811 +Node: TeX engines10780 +Ref: tex engines latex11316 +Ref: tex engines lualatex12151 +Ref: tex engines xelatex12612 +Node: LaTeX command syntax14572 +Node: Environment16499 +Node: CTAN17726 +Node: Document classes19182 +Ref: document classes article19622 +Ref: document classes book19710 +Ref: document classes letter19895 +Ref: document classes report19971 +Ref: document classes slides20123 +Node: Document class options20576 +Node: Additional packages23658 +Node: Class and package construction24289 +Node: Class and package structure25739 +Node: Class and package commands28034 +Node: Fonts45639 +Ref: Typefaces45742 +Node: fontenc package47704 +Node: \DeclareFontEncoding51956 +Node: \DeclareTextAccent53376 +Node: \DeclareTextAccentDefault54295 +Node: \DeclareTextCommand & \ProvideTextCommand55370 +Node: \DeclareTextCommandDefault & \ProvideTextCommandDefault57622 +Node: \DeclareTextComposite58934 +Node: \DeclareTextCompositeCommand60019 +Node: \DeclareTextSymbol60701 +Node: \DeclareTextSymbolDefault61810 +Node: \LastDeclaredEncoding62770 +Node: \UseTextSymbol & \UseTextAccent63394 +Node: Font styles64604 +Node: Font sizes68834 +Node: Low-level font commands71713 +Ref: low level font commands fontencoding71997 +Ref: low level font commands fontfamily72553 +Ref: low level font commands fontseries73316 +Ref: low level font commands fontshape74448 +Ref: low level font commands fontsize74765 +Ref: low level font commands linespread75342 +Ref: low level font commands selectfont75623 +Ref: low level font commands usefont75949 +Node: Layout76192 +Node: \onecolumn76758 +Node: \twocolumn77117 +Ref: twocolumn columnsep77740 +Ref: twocolumn columnseprule77984 +Ref: twocolumn columnwidth78284 +Ref: twocolumn dbltopfraction78867 +Ref: twocolumn dblfloatpagefraction79833 +Ref: twocolumn dblfloatsep80071 +Ref: twocolumn dbltextfloatsep80380 +Ref: twocolumn dbltopnumber80560 +Node: \flushbottom81509 +Node: \raggedbottom82609 +Node: Page layout parameters83145 +Ref: page layout parameters columnsep83374 +Ref: page layout parameters columnseprule83374 +Ref: page layout parameters columnwidth83374 +Ref: page layout parameters headheight83628 +Ref: page layout parameters headsep83795 +Ref: page layout parameters footskip84107 +Ref: page layout parameters linewidth84441 +Ref: page layout parameters marginparpush84794 +Ref: page layout parameters marginsep84794 +Ref: page layout parameters marginparwidth84794 +Ref: page layout parameters oddsidemargin85834 +Ref: page layout parameters evensidemargin85834 +Ref: page layout parameters paperheight86379 +Ref: page layout parameters paperwidth86605 +Ref: page layout parameters textheight86829 +Ref: page layout parameters textwidth87218 +Ref: page layout parameters hsize88156 +Ref: page layout parameters topmargin88353 +Ref: page layout parameters topskip88657 +Node: \baselineskip & \baselinestretch88873 +Node: Floats94043 +Ref: floats bottomfraction98381 +Ref: floats floatpagefraction98508 +Ref: floats textfraction98619 +Ref: floats topfraction98821 +Ref: floats floatsep99073 +Ref: floats intextsep99183 +Ref: floats textfloatsep99398 +Ref: floats bottomnumber99662 +Ref: floats dbltopnumber99770 +Ref: floats topnumber99889 +Ref: floats totalnumber99993 +Node: \caption100610 +Node: Sectioning103336 +Ref: sectioning secnumdepth106445 +Ref: Sectioning/secnumdepth106445 +Ref: sectioning tocdepth107071 +Ref: Sectioning/tocdepth107071 +Node: \part108111 +Node: \chapter110283 +Node: \section114056 +Node: \subsection117323 +Node: \subsubsection & \paragraph & \subparagraph120037 +Node: \appendix122694 +Node: \frontmatter & \mainmatter & \backmatter123987 +Node: \@startsection125396 +Ref: startsection name126885 +Ref: \@startsection/name126885 +Ref: startsection level127339 +Ref: \@startsection/level127339 +Ref: startsection indent128220 +Ref: \@startsection/indent128220 +Ref: startsection beforeskip128483 +Ref: \@startsection/beforeskip128483 +Ref: startsection afterskip130004 +Ref: \@startsection/afterskip130004 +Ref: startsection style131315 +Ref: \@startsection/style131315 +Node: Cross references135016 +Node: \label137165 +Node: \pageref138985 +Node: \ref139775 +Node: xr package140770 +Node: Environments142591 +Node: abstract144593 +Node: array146182 +Node: center149095 +Node: \centering150848 +Node: description152345 +Node: displaymath154562 +Node: document156258 +Node: \AtBeginDocument156688 +Node: \AtEndDocument157312 +Node: enumerate157956 +Ref: enumerate enumi159819 +Ref: enumerate enumii159819 +Ref: enumerate enumiii159819 +Ref: enumerate enumiv159819 +Ref: enumerate labelenumi160217 +Ref: enumerate labelenumii160217 +Ref: enumerate labelenumiii160217 +Ref: enumerate labelenumiv160217 +Node: eqnarray160756 +Node: equation162752 +Node: figure163420 +Node: filecontents165593 +Node: flushleft167502 +Node: \raggedright168529 +Node: flushright169727 +Node: \raggedleft170551 +Node: itemize171422 +Ref: itemize labelitemi172970 +Ref: itemize labelitemii172970 +Ref: itemize labelitemiii172970 +Ref: itemize labelitemiv172970 +Ref: itemize leftmargin173629 +Ref: itemize leftmargini173629 +Ref: itemize leftmarginii173629 +Ref: itemize leftmarginiii173629 +Ref: itemize leftmarginiv173629 +Ref: itemize leftmarginv173629 +Ref: itemize leftmarginvi173629 +Node: letter175111 +Node: list175349 +Ref: list makelabel177796 +Ref: list itemindent179181 +Ref: list itemsep179318 +Ref: list labelsep179971 +Ref: list labelwidth180134 +Ref: list leftmargin181145 +Ref: list listparindent181998 +Ref: list parsep182229 +Ref: list partopsep182697 +Ref: list rightmargin183495 +Ref: list topsep183680 +Ref: list beginparpenalty187256 +Ref: list itempenalty187355 +Ref: list endparpenalty187459 +Node: \item188330 +Node: trivlist189576 +Node: math191104 +Node: minipage191410 +Node: picture197007 +Node: \put203237 +Node: \multiput203802 +Node: \qbezier204541 +Node: \graphpaper206014 +Node: \line206808 +Node: \linethickness208782 +Node: \thinlines209247 +Node: \thicklines209658 +Node: \circle210043 +Node: \oval210585 +Node: \shortstack211600 +Node: \vector213298 +Node: \makebox (picture)214212 +Node: \framebox (picture)215394 +Node: \frame216867 +Node: \dashbox217307 +Node: quotation & quote218442 +Node: tabbing219338 +Node: table225241 +Node: tabular227324 +Ref: tabular arrayrulewidth233661 +Ref: tabular arraystrech233901 +Ref: tabular doublerulesep234122 +Ref: tabular tabcolsep234258 +Node: \multicolumn234779 +Node: \vline238656 +Node: \cline240047 +Node: \hline240757 +Node: thebibliography241439 +Node: \bibitem243922 +Node: \cite246224 +Node: \nocite248092 +Node: Using BibTeX248600 +Node: BibTeX error messages250980 +Node: theorem251885 +Node: titlepage252807 +Node: verbatim254090 +Node: \verb255903 +Node: verse257996 +Node: Line breaking259223 +Node: \\260589 +Node: \obeycr & \restorecr263019 +Node: \newline263830 +Node: \- (hyphenation)264871 +Node: \discretionary266511 +Node: \fussy & \sloppy267402 +Node: sloppypar268217 +Node: \hyphenation269363 +Node: \linebreak & \nolinebreak269983 +Node: Page breaking271163 +Node: \clearpage & \cleardoublepage273193 +Node: \newpage274713 +Node: \enlargethispage276011 +Node: \pagebreak & \nopagebreak276967 +Node: Footnotes278938 +Node: \footnote280084 +Ref: footnote footnoterule281352 +Ref: footnote footnotesep281963 +Node: \footnotemark283029 +Node: \footnotetext285386 +Node: Footnotes in section headings285988 +Node: Footnotes in a table286821 +Node: Footnotes of footnotes289752 +Node: Definitions290450 +Node: \newcommand & \renewcommand291497 +Node: Control sequences296932 +Node: \providecommand298286 +Node: \makeatletter & \makeatother299449 +Node: \@ifstar301551 +Node: \newcounter305036 +Node: \newlength306756 +Node: \newsavebox307679 +Node: \newenvironment & \renewenvironment308658 +Node: \newtheorem313982 +Node: \newfont317554 +Node: \protect318787 +Node: \ignorespaces & \ignorespacesafterend321175 +Node: xspace package323925 +Node: Counters326135 +Node: \alph \Alph \arabic \roman \Roman \fnsymbol327836 +Node: \usecounter330471 +Node: \value331330 +Node: \setcounter332383 +Node: \addtocounter332979 +Node: \refstepcounter333433 +Node: \stepcounter334102 +Node: \day & \month & \year334655 +Node: Lengths335564 +Node: Units of length340142 +Ref: units of length pt340345 +Ref: units of length pc340462 +Ref: units of length in340485 +Ref: units of length bp340511 Ref: units of length mm340642 -Ref: units of length dd340664 -Ref: units of length cc340696 -Ref: units of length sp340721 -Ref: Lengths/em340752 -Ref: Lengths/en340752 -Ref: Lengths/ex340752 -Ref: units of length em340752 -Ref: units of length en340752 -Ref: units of length ex340752 -Node: \setlength341608 -Node: \addtolength342791 -Node: \settodepth344214 -Node: \settoheight345202 -Node: \settowidth346200 -Node: \stretch347205 -Node: Expressions348407 -Node: Making paragraphs353221 -Node: \par355536 -Node: \indent & \noindent357582 -Node: \parindent & \parskip359117 -Node: Marginal notes360446 -Ref: marginal notes marginparpush361842 -Ref: marginal notes marginparsep362016 -Ref: marginal notes marginparwidth362148 -Node: Math formulas362497 -Node: Subscripts & superscripts365545 -Node: Math symbols367706 -Node: Arrows391477 -Node: \boldmath & \unboldmath392665 -Node: Blackboard bold394184 -Node: Calligraphic394986 -Node: Delimiters395517 -Node: \left & \right397704 -Node: \bigl & \bigr etc.401741 -Node: Dots404511 -Ref: ellipses cdots404942 -Ref: ellipses ddots405087 -Ref: ellipses ldots405168 -Ref: ellipses vdots405585 -Node: Greek letters406769 -Node: Math functions408448 -Node: Math accents410092 -Node: Over- and Underlining410991 -Node: Spacing in math mode412818 -Ref: spacing in math mode thickspace413749 -Ref: spacing in math mode medspace414200 -Ref: Spacing in math mode/\thinspace414656 -Ref: spacing in math mode thinspace414656 -Ref: spacing in math mode negthinspace415137 -Ref: spacing in math mode quad415510 -Ref: spacing in math mode qquad415766 -Node: \smash416104 -Node: \phantom & \vphantom & \hphantom418321 -Node: \mathstrut420895 -Node: Math styles421857 -Node: Math miscellany424591 -Node: Colon character & \colon425088 -Node: \*425781 -Node: \frac426361 -Node: \sqrt426732 -Node: \stackrel427318 -Node: Modes427591 -Ref: modes paragraph mode428041 -Ref: modes lr mode428353 -Ref: modes math mode428959 -Ref: modes vertical mode429294 -Ref: modes internal vertical mode429512 -Ref: modes inner paragraph mode430035 -Ref: modes outer paragraph mode430035 -Node: \ensuremath430449 -Node: Page styles431154 -Node: \maketitle431917 -Node: \pagenumbering434935 -Node: \pagestyle436922 -Node: \thispagestyle440424 -Node: Spaces441378 -Node: \enspace & \quad & \qquad442698 -Node: \hspace443613 -Node: \hfill445470 -Node: \hss446534 -Node: \spacefactor447228 -Node: \@450635 -Ref: \AT450755 -Node: \frenchspacing & \nonfrenchspacing452695 -Ref: \frenchspacing452813 -Node: \normalsfcodes453615 -Node: \(SPACE)453883 -Ref: Leading blanks455823 -Node: ~456136 -Node: \thinspace & \negthinspace458946 -Node: \/460144 -Node: \hrulefill & \dotfill462102 -Node: \bigskip & \medskip & \smallskip463458 -Ref: bigskip464276 -Ref: medskip464480 -Ref: smallskip464689 -Node: \bigbreak & \medbreak & \smallbreak465350 -Node: \strut466336 -Node: \vspace469573 -Node: \vfill471134 -Node: \addvspace472062 -Node: Boxes474108 -Node: \mbox & \makebox474814 -Ref: mbox makebox depth476082 -Ref: mbox makebox height476082 -Ref: mbox makebox width476082 -Ref: mbox makebox totalheight476082 -Node: \fbox & \framebox478177 -Ref: fbox framebox fboxrule479484 -Ref: fbox framebox fboxsep479674 -Node: \parbox480776 -Node: \raisebox483082 -Ref: raisebox depth484055 -Ref: raisebox height484055 -Ref: raisebox width484055 -Ref: raisebox totalheight484055 -Node: \sbox & \savebox484756 -Node: lrbox487842 -Node: \usebox488728 -Node: Color489167 -Node: Color package options489966 -Node: Color models491612 -Ref: color models cmyk492409 -Ref: color models gray492772 -Ref: color models rgb492921 -Ref: color models RGB493258 -Ref: color models named493633 -Node: Commands for color493921 -Node: Define colors494336 -Node: Colored text495061 -Node: Colored boxes497458 -Node: Colored pages498847 -Node: Graphics499540 -Node: Graphics package options501666 -Node: Graphics package configuration504419 -Node: \graphicspath505221 -Node: \DeclareGraphicsExtensions508179 -Node: \DeclareGraphicsRule509997 -Node: Commands for graphics513178 -Node: \includegraphics513683 -Ref: includegraphics width518746 -Ref: includegraphics height519279 -Ref: includegraphics totalheight519685 -Ref: includegraphics keepaspectratio519949 -Ref: includegraphics viewport521635 -Ref: includegraphics trim522030 -Ref: includegraphics clip522486 -Ref: includegraphics page522746 -Ref: includegraphics pagebox522837 -Ref: includegraphics interpolate523702 -Ref: includegraphics quiet523907 -Ref: includegraphics draft524068 -Ref: includegraphics bb524873 -Ref: includegraphics bbllx525271 -Ref: includegraphics bblly525271 -Ref: includegraphics bburx525271 -Ref: includegraphics bbury525271 -Ref: includegraphics natwidth525413 -Ref: includegraphics natheight525413 -Ref: includegraphics hiresbb525599 -Ref: includegraphics type526361 -Ref: includegraphics ext526401 -Ref: includegraphics read526504 -Ref: includegraphics command526621 -Node: \rotatebox526867 -Node: \scalebox529721 -Node: \resizebox530801 -Node: Special insertions531993 -Node: Reserved characters532861 -Node: Upper and lower case534121 -Node: Symbols by font position536507 -Node: Text symbols537186 -Node: Accents542170 -Node: \accent544455 -Node: Additional Latin letters546217 -Ref: Non-English characters546399 -Node: inputenc package547418 -Ref: \inputencoding549634 -Node: \rule549970 -Node: \today551158 -Node: Splitting the input552094 -Node: \endinput553836 -Node: \include & \includeonly555139 -Node: \input559436 -Node: Front/back matter560651 -Node: Table of contents etc.560984 -Node: \@dottedtocline566745 -Node: \addcontentsline568332 -Node: \addtocontents571395 -Node: \contentsline573612 -Node: \nofiles575390 -Node: \numberline576141 -Node: Indexes577305 -Node: Produce the index manually580099 -Node: \index581263 -Node: makeindex586474 -Ref: makeindex preamble588142 -Ref: makeindex postamble588288 -Ref: makeindex group skip588384 -Ref: makeindex letheadflag588724 -Ref: makeindex lethead prefix589185 -Ref: makeindex lethead suffix589337 -Ref: makeindex item 0589485 -Ref: makeindex item 1589565 -Ref: makeindex item 2589640 -Ref: makeindex item 01589718 -Ref: makeindex item x1589823 -Ref: makeindex item 12590028 -Ref: makeindex item x2590136 -Ref: makeindex delim 0590296 -Ref: makeindex delim 1590426 -Ref: makeindex delim 2590556 -Ref: makeindex delim n590682 -Ref: makeindex delim r590817 -Ref: makeindex line max590925 -Ref: makeindex indent space591060 -Ref: makeindex indent length591155 -Ref: makeindex page precedence591340 -Node: \printindex592377 -Node: Glossaries592850 -Node: \newglossaryentry594817 -Node: \gls596284 -Node: Letters597078 -Node: \address600696 -Node: \cc601507 -Node: \closing601949 -Node: \encl602263 -Node: \location602677 -Node: \makelabels602941 -Node: \name605258 -Node: \opening605499 -Node: \ps605780 -Node: \signature606069 -Node: \telephone607297 -Node: Input/output607662 -Node: \openin & \openout608392 -Node: \read611135 -Node: \typein612322 -Node: \typeout613582 -Node: \write614622 -Node: \write and security619349 -Node: \message620293 -Node: \wlog622122 -Node: \write18622623 -Node: Command line interface626114 -Ref: Command line626278 -Node: Command line options628431 -Ref: interaction modes629434 -Ref: output directory630388 -Node: Command line input632087 -Node: Jobname634204 -Node: Recovering from errors637447 -Node: Document templates638875 -Node: beamer template639309 -Node: article template639951 -Node: book template640414 -Node: Larger book template640893 -Node: Index642435 -Ref: Command Index642521 +Ref: units of length cm340674 +Ref: units of length dd340703 +Ref: units of length cc340735 +Ref: units of length sp340760 +Ref: Lengths/ex340902 +Ref: units of length ex340902 +Ref: Lengths/em341045 +Ref: units of length em341045 +Ref: units of length mu341386 +Node: \setlength341915 +Node: \addtolength343027 +Node: \settodepth344450 +Node: \settoheight345438 +Node: \settowidth346436 +Node: \stretch347441 +Node: Expressions348643 +Node: Making paragraphs353457 +Node: \par355772 +Node: \indent & \noindent357818 +Node: \parindent & \parskip359353 +Node: Marginal notes360682 +Ref: marginal notes marginparpush362078 +Ref: marginal notes marginparsep362252 +Ref: marginal notes marginparwidth362384 +Node: Math formulas362733 +Node: Subscripts & superscripts365781 +Node: Math symbols367942 +Node: Arrows391713 +Node: \boldmath & \unboldmath392901 +Node: Blackboard bold394420 +Node: Calligraphic395222 +Node: Delimiters395753 +Node: \left & \right397940 +Node: \bigl & \bigr etc.401977 +Node: Dots404747 +Ref: ellipses cdots405178 +Ref: ellipses ddots405323 +Ref: ellipses ldots405404 +Ref: ellipses vdots405821 +Node: Greek letters407005 +Node: Math functions408684 +Node: Math accents410328 +Node: Over- and Underlining411227 +Node: Spacing in math mode413054 +Ref: spacing in math mode thickspace413985 +Ref: spacing in math mode medspace414436 +Ref: Spacing in math mode/\thinspace414892 +Ref: spacing in math mode thinspace414892 +Ref: spacing in math mode negthinspace415373 +Ref: spacing in math mode quad415746 +Ref: spacing in math mode qquad416002 +Node: \smash416340 +Node: \phantom & \vphantom & \hphantom418557 +Node: \mathstrut421131 +Node: Math styles422093 +Node: Math miscellany424827 +Node: Colon character & \colon425324 +Node: \*426017 +Node: \frac426597 +Node: \sqrt426968 +Node: \stackrel427554 +Node: Modes427827 +Ref: modes paragraph mode428277 +Ref: modes lr mode428589 +Ref: modes math mode429195 +Ref: modes vertical mode429530 +Ref: modes internal vertical mode429748 +Ref: modes inner paragraph mode430271 +Ref: modes outer paragraph mode430271 +Node: \ensuremath430685 +Node: Page styles431390 +Node: \maketitle432153 +Node: \pagenumbering435171 +Node: \pagestyle437158 +Node: \thispagestyle440666 +Node: Spaces441620 +Node: \enspace & \quad & \qquad442940 +Node: \hspace443855 +Node: \hfill445712 +Node: \hss446776 +Node: \spacefactor447470 +Node: \@450877 +Ref: \AT450997 +Node: \frenchspacing & \nonfrenchspacing452937 +Ref: \frenchspacing453055 +Node: \normalsfcodes453857 +Node: \(SPACE)454125 +Ref: Leading blanks456065 +Node: ~456378 +Node: \thinspace & \negthinspace459188 +Node: \/460386 +Node: \hrulefill & \dotfill462344 +Node: \bigskip & \medskip & \smallskip463704 +Ref: bigskip464522 +Ref: medskip464726 +Ref: smallskip464935 +Node: \bigbreak & \medbreak & \smallbreak465596 +Node: \strut466582 +Node: \vspace469819 +Node: \vfill471380 +Node: \addvspace472308 +Node: Boxes474354 +Node: \mbox & \makebox475060 +Ref: mbox makebox depth476328 +Ref: mbox makebox height476328 +Ref: mbox makebox width476328 +Ref: mbox makebox totalheight476328 +Node: \fbox & \framebox478423 +Ref: fbox framebox fboxrule479730 +Ref: fbox framebox fboxsep479920 +Node: \parbox481022 +Node: \raisebox483328 +Ref: raisebox depth484301 +Ref: raisebox height484301 +Ref: raisebox width484301 +Ref: raisebox totalheight484301 +Node: \sbox & \savebox485002 +Node: lrbox488088 +Node: \usebox488974 +Node: Color489413 +Node: Color package options490212 +Node: Color models491858 +Ref: color models cmyk492655 +Ref: color models gray493018 +Ref: color models rgb493167 +Ref: color models RGB493504 +Ref: color models named493879 +Node: Commands for color494167 +Node: Define colors494582 +Node: Colored text495307 +Node: Colored boxes497704 +Node: Colored pages499093 +Node: Graphics499786 +Node: Graphics package options501912 +Node: Graphics package configuration504665 +Node: \graphicspath505467 +Node: \DeclareGraphicsExtensions508425 +Node: \DeclareGraphicsRule510243 +Node: Commands for graphics513422 +Node: \includegraphics513927 +Ref: includegraphics width518990 +Ref: includegraphics height519523 +Ref: includegraphics totalheight519929 +Ref: includegraphics keepaspectratio520193 +Ref: includegraphics viewport521879 +Ref: includegraphics trim522274 +Ref: includegraphics clip522730 +Ref: includegraphics page522990 +Ref: includegraphics pagebox523081 +Ref: includegraphics interpolate523946 +Ref: includegraphics quiet524151 +Ref: includegraphics draft524312 +Ref: includegraphics bb525117 +Ref: includegraphics bbllx525515 +Ref: includegraphics bblly525515 +Ref: includegraphics bburx525515 +Ref: includegraphics bbury525515 +Ref: includegraphics natwidth525657 +Ref: includegraphics natheight525657 +Ref: includegraphics hiresbb525843 +Ref: includegraphics type526605 +Ref: includegraphics ext526645 +Ref: includegraphics read526748 +Ref: includegraphics command526865 +Node: \rotatebox527111 +Node: \scalebox529965 +Node: \resizebox531045 +Node: Special insertions532239 +Node: Reserved characters533107 +Node: Upper and lower case534367 +Node: Symbols by font position536753 +Node: Text symbols537432 +Node: Accents542416 +Node: \accent544701 +Node: Additional Latin letters546527 +Ref: Non-English characters546709 +Node: inputenc package547728 +Ref: \inputencoding549944 +Node: \rule550280 +Node: \today551468 +Node: Splitting the input552404 +Node: \endinput554146 +Node: \include & \includeonly555449 +Node: \input559746 +Node: Front/back matter560961 +Node: Table of contents etc.561294 +Node: \@dottedtocline567055 +Node: \addcontentsline568642 +Node: \addtocontents571705 +Node: \contentsline573922 +Node: \nofiles575700 +Node: \numberline576451 +Node: Indexes577615 +Node: Produce the index manually580409 +Node: \index581573 +Node: makeindex586784 +Ref: makeindex preamble588452 +Ref: makeindex postamble588598 +Ref: makeindex group skip588694 +Ref: makeindex letheadflag589034 +Ref: makeindex lethead prefix589495 +Ref: makeindex lethead suffix589647 +Ref: makeindex item 0589795 +Ref: makeindex item 1589875 +Ref: makeindex item 2589950 +Ref: makeindex item 01590028 +Ref: makeindex item x1590133 +Ref: makeindex item 12590338 +Ref: makeindex item x2590446 +Ref: makeindex delim 0590606 +Ref: makeindex delim 1590736 +Ref: makeindex delim 2590866 +Ref: makeindex delim n590992 +Ref: makeindex delim r591127 +Ref: makeindex line max591235 +Ref: makeindex indent space591370 +Ref: makeindex indent length591465 +Ref: makeindex page precedence591650 +Node: \printindex592687 +Node: Glossaries593160 +Node: \newglossaryentry595127 +Node: \gls596594 +Node: Letters597388 +Node: \address601006 +Node: \cc601817 +Node: \closing602259 +Node: \encl602573 +Node: \location602987 +Node: \makelabels603251 +Node: \name605568 +Node: \opening605809 +Node: \ps606090 +Node: \signature606379 +Node: \telephone607607 +Node: Input/output607972 +Node: \openin & \openout608702 +Node: \read611462 +Node: \typein612649 +Node: \typeout613909 +Node: \write614949 +Node: \write and security619676 +Node: \message620620 +Node: \wlog622449 +Node: \write18622950 +Node: Command line interface626441 +Ref: Command line626605 +Node: Command line options628758 +Ref: interaction modes629761 +Ref: output directory630715 +Node: Command line input632414 +Node: Jobname634531 +Node: Recovering from errors637774 +Node: Document templates639202 +Node: beamer template639636 +Node: article template640278 +Node: book template640741 +Node: Larger book template641220 +Node: Index642762 +Ref: Command Index642848  End Tag Table Modified: trunk/latex2e.pdf =================================================================== (Binary files differ) Modified: trunk/latex2e.texi =================================================================== --- trunk/latex2e.texi 2022-01-26 17:47:45 UTC (rev 1077) +++ trunk/latex2e.texi 2022-01-26 18:12:17 UTC (rev 1078) @@ -26,6 +26,8 @@ @c xx JH something on code listings @c xx JH ligatures @c + at c xx \NewCommandCopy et al. (Brian Dunn, 21 Dec 2021 06:50:17). + at c @c xx The typeset source2e has an index with all kernel @c xx commands, though some are internal and shouldn't be included. @c xx classes.dtx et al. define additional commands. @@ -52,7 +54,7 @@ text was directly copied.) Copyright 2007, 2008, 2009, 2010, 2011, 2012, 2013, -2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Karl Berry.@* +2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Karl Berry.@* Copyright 1988, 1994, 2007 Stephen Gilmore.@* Copyright 1994, 1995, 1996 Torsten Martinsen. @@ -17414,7 +17416,7 @@ Declare how to handle graphic files whose names end in @var{extension}. -This example declares that all files the names of which have the form +This example declares that all files with names of the form @file{filename-without-dot.mps} will be treated as output from MetaPost, meaning that the printer driver will use its MetaPost-handling code to input the file. @@ -18074,7 +18076,7 @@ The unstarred form @code{\resizebox} takes @var{vertical length} to be the box's height while the starred form @code{\resizebox*} takes it to be height+depth. For instance, make the text have a height+depth of a -quarter inch with @code{\resizebox*@{!@}@{0.25in@}@{\parbox@{3.5in@}@{This +quarter-inch with @code{\resizebox*@{!@}@{0.25in@}@{\parbox@{3.5in@}@{This box has both height and depth.@}@}}. You can use @code{\depth}, @code{\height}, @code{\totalheight}, and From INVALID.NOREPLY at gnu.org.ua Wed Jan 26 19:15:20 2022 From: INVALID.NOREPLY at gnu.org.ua (Karl Berry) Date: Wed, 26 Jan 2022 19:15:20 +0100 Subject: [latexrefman-commits] [SCM] latexrefman updated: r1079 - trunk Message-ID: <202201261815.20QIFKOJ006890@pirx.gnu.org.ua> Author: karl Date: 2022-01-26 18:15:20 +0000 (Wed, 26 Jan 2022) New Revision: 1079 Modified: trunk/latex2e.texi Log: instead instead Modified: trunk/latex2e.texi =================================================================== --- trunk/latex2e.texi 2022-01-26 18:12:17 UTC (rev 1078) +++ trunk/latex2e.texi 2022-01-26 18:15:20 UTC (rev 1079) @@ -10641,6 +10641,7 @@ @section xspace package @findex \xspace + at PkgIndex{xspace} @cindex spaces, ignore around commands @cindex commands, ignore spaces @@ -10668,16 +10669,16 @@ The \VT@{@} summers are nice. @end example -But because of the gobbling, the second sentence needs the dummy curly +But because of the gobbling, the second sentence needs the empty curly braces or else there would be no space separating @samp{Vermont} from - at samp{summers}. (Many authors instead instead use a backslash-space + at samp{summers}. (Many authors instead use a backslash-space @code{\ } for this. @xref{\(SPACE)}.) The @package{xspace} package provides @code{\xspace}. It is for writing commands which are designed to be used mainly in text. It must be place at the very end of the definition of these commands. It inserts a space after that command unless what immediately follows is in a list of -exceptions. In this example, the dummy braces are not needed. +exceptions. In this example, the empty braces are not needed. @example \newcommand@{\VT@}@{Vermont\xspace@} @@ -10695,10 +10696,10 @@ @c David Carlisle https://tex.stackexchange.com/a/86620/339 A comment: many experts prefer not to use @code{\xspace}. Putting it in a definition means that the command will usually get the spacing right. -But it isn't easy to predict when to enter dummy braces because +But it isn't easy to predict when to enter empty braces because @code{\xspace} will get it wrong, such as when it is followed by another command, and so @code{\xspace} can make editing material harder and more -error-prone than instead always remembering the dummy braces. +error-prone than instead always inserting the empty braces. @node Counters From INVALID.NOREPLY at gnu.org.ua Wed Jan 26 19:23:48 2022 From: INVALID.NOREPLY at gnu.org.ua (Karl Berry) Date: Wed, 26 Jan 2022 19:23:48 +0100 Subject: [latexrefman-commits] [SCM] latexrefman updated: r1080 - in trunk: . latex2e-help-texinfo-tree/l [more] Message-ID: <202201261823.20QINmVc023053@pirx.gnu.org.ua> Author: karl Date: 2022-01-26 18:23:47 +0000 (Wed, 26 Jan 2022) New Revision: 1080 Added: trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-mu.html Modified: trunk/ChangeLog trunk/latex2e-help-texinfo-tree/latex2e/About-this-document.html trunk/latex2e-help-texinfo-tree/latex2e/Accents.html trunk/latex2e-help-texinfo-tree/latex2e/Additional-Latin-letters.html trunk/latex2e-help-texinfo-tree/latex2e/Additional-packages.html trunk/latex2e-help-texinfo-tree/latex2e/Arrows.html trunk/latex2e-help-texinfo-tree/latex2e/BibTeX-error-messages.html trunk/latex2e-help-texinfo-tree/latex2e/Blackboard-bold.html trunk/latex2e-help-texinfo-tree/latex2e/Boxes.html trunk/latex2e-help-texinfo-tree/latex2e/CTAN.html trunk/latex2e-help-texinfo-tree/latex2e/Calligraphic.html trunk/latex2e-help-texinfo-tree/latex2e/Class-and-package-commands.html trunk/latex2e-help-texinfo-tree/latex2e/Class-and-package-construction.html trunk/latex2e-help-texinfo-tree/latex2e/Class-and-package-structure.html trunk/latex2e-help-texinfo-tree/latex2e/Colon-character-_0026-_005ccolon.html trunk/latex2e-help-texinfo-tree/latex2e/Color-models.html trunk/latex2e-help-texinfo-tree/latex2e/Color-package-options.html trunk/latex2e-help-texinfo-tree/latex2e/Color.html trunk/latex2e-help-texinfo-tree/latex2e/Colored-boxes.html trunk/latex2e-help-texinfo-tree/latex2e/Colored-pages.html trunk/latex2e-help-texinfo-tree/latex2e/Colored-text.html trunk/latex2e-help-texinfo-tree/latex2e/Command-Index.html trunk/latex2e-help-texinfo-tree/latex2e/Command-line-input.html trunk/latex2e-help-texinfo-tree/latex2e/Command-line-interface.html trunk/latex2e-help-texinfo-tree/latex2e/Command-line-options.html trunk/latex2e-help-texinfo-tree/latex2e/Command-line.html trunk/latex2e-help-texinfo-tree/latex2e/Commands-for-color.html trunk/latex2e-help-texinfo-tree/latex2e/Commands-for-graphics.html trunk/latex2e-help-texinfo-tree/latex2e/Control-sequences.html trunk/latex2e-help-texinfo-tree/latex2e/Counters.html trunk/latex2e-help-texinfo-tree/latex2e/Cross-references.html trunk/latex2e-help-texinfo-tree/latex2e/Define-colors.html trunk/latex2e-help-texinfo-tree/latex2e/Definitions.html trunk/latex2e-help-texinfo-tree/latex2e/Delimiters.html trunk/latex2e-help-texinfo-tree/latex2e/Document-class-options.html trunk/latex2e-help-texinfo-tree/latex2e/Document-classes.html trunk/latex2e-help-texinfo-tree/latex2e/Document-templates.html trunk/latex2e-help-texinfo-tree/latex2e/Dots.html trunk/latex2e-help-texinfo-tree/latex2e/Environment.html trunk/latex2e-help-texinfo-tree/latex2e/Environments.html trunk/latex2e-help-texinfo-tree/latex2e/Expressions.html trunk/latex2e-help-texinfo-tree/latex2e/Floats.html trunk/latex2e-help-texinfo-tree/latex2e/Font-sizes.html trunk/latex2e-help-texinfo-tree/latex2e/Font-styles.html trunk/latex2e-help-texinfo-tree/latex2e/Fonts.html trunk/latex2e-help-texinfo-tree/latex2e/Footnotes-in-a-table.html trunk/latex2e-help-texinfo-tree/latex2e/Footnotes-in-section-headings.html trunk/latex2e-help-texinfo-tree/latex2e/Footnotes-of-footnotes.html trunk/latex2e-help-texinfo-tree/latex2e/Footnotes.html trunk/latex2e-help-texinfo-tree/latex2e/Front_002fback-matter.html trunk/latex2e-help-texinfo-tree/latex2e/Glossaries.html trunk/latex2e-help-texinfo-tree/latex2e/Graphics-package-configuration.html trunk/latex2e-help-texinfo-tree/latex2e/Graphics-package-options.html trunk/latex2e-help-texinfo-tree/latex2e/Graphics.html trunk/latex2e-help-texinfo-tree/latex2e/Greek-letters.html trunk/latex2e-help-texinfo-tree/latex2e/Index.html trunk/latex2e-help-texinfo-tree/latex2e/Indexes.html trunk/latex2e-help-texinfo-tree/latex2e/Input_002foutput.html trunk/latex2e-help-texinfo-tree/latex2e/Jobname.html trunk/latex2e-help-texinfo-tree/latex2e/LaTeX-command-syntax.html trunk/latex2e-help-texinfo-tree/latex2e/Larger-book-template.html trunk/latex2e-help-texinfo-tree/latex2e/Layout.html trunk/latex2e-help-texinfo-tree/latex2e/Leading-blanks.html trunk/latex2e-help-texinfo-tree/latex2e/Lengths.html trunk/latex2e-help-texinfo-tree/latex2e/Lengths_002fem.html trunk/latex2e-help-texinfo-tree/latex2e/Lengths_002fex.html trunk/latex2e-help-texinfo-tree/latex2e/Letters.html trunk/latex2e-help-texinfo-tree/latex2e/Line-breaking.html trunk/latex2e-help-texinfo-tree/latex2e/Low_002dlevel-font-commands.html trunk/latex2e-help-texinfo-tree/latex2e/Making-paragraphs.html trunk/latex2e-help-texinfo-tree/latex2e/Marginal-notes.html trunk/latex2e-help-texinfo-tree/latex2e/Math-accents.html trunk/latex2e-help-texinfo-tree/latex2e/Math-formulas.html trunk/latex2e-help-texinfo-tree/latex2e/Math-functions.html trunk/latex2e-help-texinfo-tree/latex2e/Math-miscellany.html trunk/latex2e-help-texinfo-tree/latex2e/Math-styles.html trunk/latex2e-help-texinfo-tree/latex2e/Math-symbols.html trunk/latex2e-help-texinfo-tree/latex2e/Modes.html trunk/latex2e-help-texinfo-tree/latex2e/Non_002dEnglish-characters.html trunk/latex2e-help-texinfo-tree/latex2e/Output-files.html trunk/latex2e-help-texinfo-tree/latex2e/Over_002d-and-Underlining.html trunk/latex2e-help-texinfo-tree/latex2e/Overview.html trunk/latex2e-help-texinfo-tree/latex2e/Page-breaking.html trunk/latex2e-help-texinfo-tree/latex2e/Page-layout-parameters.html trunk/latex2e-help-texinfo-tree/latex2e/Page-styles.html trunk/latex2e-help-texinfo-tree/latex2e/Produce-the-index-manually.html trunk/latex2e-help-texinfo-tree/latex2e/Recovering-from-errors.html trunk/latex2e-help-texinfo-tree/latex2e/Reserved-characters.html trunk/latex2e-help-texinfo-tree/latex2e/Sectioning.html trunk/latex2e-help-texinfo-tree/latex2e/Sectioning_002fsecnumdepth.html trunk/latex2e-help-texinfo-tree/latex2e/Sectioning_002ftocdepth.html trunk/latex2e-help-texinfo-tree/latex2e/Spaces.html trunk/latex2e-help-texinfo-tree/latex2e/Spacing-in-math-mode.html trunk/latex2e-help-texinfo-tree/latex2e/Spacing-in-math-mode_002f_005cthinspace.html trunk/latex2e-help-texinfo-tree/latex2e/Special-insertions.html trunk/latex2e-help-texinfo-tree/latex2e/Splitting-the-input.html trunk/latex2e-help-texinfo-tree/latex2e/Starting-_0026-ending.html trunk/latex2e-help-texinfo-tree/latex2e/Starting-and-ending.html trunk/latex2e-help-texinfo-tree/latex2e/Subscripts-_0026-superscripts.html trunk/latex2e-help-texinfo-tree/latex2e/Symbols-by-font-position.html trunk/latex2e-help-texinfo-tree/latex2e/Table-of-contents-etc_002e.html trunk/latex2e-help-texinfo-tree/latex2e/TeX-engines.html trunk/latex2e-help-texinfo-tree/latex2e/Text-symbols.html trunk/latex2e-help-texinfo-tree/latex2e/Typefaces.html trunk/latex2e-help-texinfo-tree/latex2e/Units-of-length.html trunk/latex2e-help-texinfo-tree/latex2e/Upper-and-lower-case.html trunk/latex2e-help-texinfo-tree/latex2e/Using-BibTeX.html trunk/latex2e-help-texinfo-tree/latex2e/_005cAT.html trunk/latex2e-help-texinfo-tree/latex2e/_005cAtBeginDocument.html trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndDocument.html trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareFontEncoding.html trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareGraphicsExtensions.html trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareGraphicsRule.html trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextAccent.html trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextAccentDefault.html trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextComposite.html trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextCompositeCommand.html trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextSymbol.html trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextSymbolDefault.html trunk/latex2e-help-texinfo-tree/latex2e/_005cLastDeclaredEncoding.html trunk/latex2e-help-texinfo-tree/latex2e/_005cUseTextSymbol-_0026-_005cUseTextAccent.html trunk/latex2e-help-texinfo-tree/latex2e/_005c_0028SPACE_0029.html trunk/latex2e-help-texinfo-tree/latex2e/_005c_002a.html trunk/latex2e-help-texinfo-tree/latex2e/_005c_002d-_0028hyphenation_0029.html trunk/latex2e-help-texinfo-tree/latex2e/_005c_002f.html trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040.html trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040dottedtocline.html trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040ifstar.html trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection.html trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fafterskip.html trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fbeforeskip.html trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002findent.html trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002flevel.html trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fname.html trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fstyle.html trunk/latex2e-help-texinfo-tree/latex2e/_005c_005c.html trunk/latex2e-help-texinfo-tree/latex2e/_005caccent.html trunk/latex2e-help-texinfo-tree/latex2e/_005caddcontentsline.html trunk/latex2e-help-texinfo-tree/latex2e/_005caddress.html trunk/latex2e-help-texinfo-tree/latex2e/_005caddtocontents.html trunk/latex2e-help-texinfo-tree/latex2e/_005caddtocounter.html trunk/latex2e-help-texinfo-tree/latex2e/_005caddtolength.html trunk/latex2e-help-texinfo-tree/latex2e/_005caddvspace.html trunk/latex2e-help-texinfo-tree/latex2e/_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html trunk/latex2e-help-texinfo-tree/latex2e/_005cappendix.html trunk/latex2e-help-texinfo-tree/latex2e/_005cbaselineskip-_0026-_005cbaselinestretch.html trunk/latex2e-help-texinfo-tree/latex2e/_005cbibitem.html trunk/latex2e-help-texinfo-tree/latex2e/_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak.html trunk/latex2e-help-texinfo-tree/latex2e/_005cbigl-_0026-_005cbigr-etc_002e.html trunk/latex2e-help-texinfo-tree/latex2e/_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html trunk/latex2e-help-texinfo-tree/latex2e/_005cboldmath-_0026-_005cunboldmath.html trunk/latex2e-help-texinfo-tree/latex2e/_005ccaption.html trunk/latex2e-help-texinfo-tree/latex2e/_005ccc.html trunk/latex2e-help-texinfo-tree/latex2e/_005ccentering.html trunk/latex2e-help-texinfo-tree/latex2e/_005cchapter.html trunk/latex2e-help-texinfo-tree/latex2e/_005ccircle.html trunk/latex2e-help-texinfo-tree/latex2e/_005ccite.html trunk/latex2e-help-texinfo-tree/latex2e/_005cclearpage-_0026-_005ccleardoublepage.html trunk/latex2e-help-texinfo-tree/latex2e/_005ccline.html trunk/latex2e-help-texinfo-tree/latex2e/_005cclosing.html trunk/latex2e-help-texinfo-tree/latex2e/_005ccontentsline.html trunk/latex2e-help-texinfo-tree/latex2e/_005cdashbox.html trunk/latex2e-help-texinfo-tree/latex2e/_005cday-_0026-_005cmonth-_0026-_005cyear.html trunk/latex2e-help-texinfo-tree/latex2e/_005cdiscretionary.html trunk/latex2e-help-texinfo-tree/latex2e/_005cencl.html trunk/latex2e-help-texinfo-tree/latex2e/_005cendinput.html trunk/latex2e-help-texinfo-tree/latex2e/_005cenlargethispage.html trunk/latex2e-help-texinfo-tree/latex2e/_005censpace-_0026-_005cquad-_0026-_005cqquad.html trunk/latex2e-help-texinfo-tree/latex2e/_005censuremath.html trunk/latex2e-help-texinfo-tree/latex2e/_005cfbox-_0026-_005cframebox.html trunk/latex2e-help-texinfo-tree/latex2e/_005cflushbottom.html trunk/latex2e-help-texinfo-tree/latex2e/_005cfootnote.html trunk/latex2e-help-texinfo-tree/latex2e/_005cfootnotemark.html trunk/latex2e-help-texinfo-tree/latex2e/_005cfootnotetext.html trunk/latex2e-help-texinfo-tree/latex2e/_005cfrac.html trunk/latex2e-help-texinfo-tree/latex2e/_005cframe.html trunk/latex2e-help-texinfo-tree/latex2e/_005cframebox-_0028picture_0029.html trunk/latex2e-help-texinfo-tree/latex2e/_005cfrenchspacing-_0026-_005cnonfrenchspacing.html trunk/latex2e-help-texinfo-tree/latex2e/_005cfrenchspacing.html trunk/latex2e-help-texinfo-tree/latex2e/_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html trunk/latex2e-help-texinfo-tree/latex2e/_005cfussy-_0026-_005csloppy.html trunk/latex2e-help-texinfo-tree/latex2e/_005cgls.html trunk/latex2e-help-texinfo-tree/latex2e/_005cgraphicspath.html trunk/latex2e-help-texinfo-tree/latex2e/_005cgraphpaper.html trunk/latex2e-help-texinfo-tree/latex2e/_005chfill.html trunk/latex2e-help-texinfo-tree/latex2e/_005chline.html trunk/latex2e-help-texinfo-tree/latex2e/_005chrulefill-_0026-_005cdotfill.html trunk/latex2e-help-texinfo-tree/latex2e/_005chspace.html trunk/latex2e-help-texinfo-tree/latex2e/_005chss.html trunk/latex2e-help-texinfo-tree/latex2e/_005chyphenation.html trunk/latex2e-help-texinfo-tree/latex2e/_005cignorespaces-_0026-_005cignorespacesafterend.html trunk/latex2e-help-texinfo-tree/latex2e/_005cinclude-_0026-_005cincludeonly.html trunk/latex2e-help-texinfo-tree/latex2e/_005cincludegraphics.html trunk/latex2e-help-texinfo-tree/latex2e/_005cindent-_0026-_005cnoindent.html trunk/latex2e-help-texinfo-tree/latex2e/_005cindex.html trunk/latex2e-help-texinfo-tree/latex2e/_005cinput.html trunk/latex2e-help-texinfo-tree/latex2e/_005cinputencoding.html trunk/latex2e-help-texinfo-tree/latex2e/_005citem.html trunk/latex2e-help-texinfo-tree/latex2e/_005clabel.html trunk/latex2e-help-texinfo-tree/latex2e/_005cleft-_0026-_005cright.html trunk/latex2e-help-texinfo-tree/latex2e/_005cline.html trunk/latex2e-help-texinfo-tree/latex2e/_005clinebreak-_0026-_005cnolinebreak.html trunk/latex2e-help-texinfo-tree/latex2e/_005clinethickness.html trunk/latex2e-help-texinfo-tree/latex2e/_005clocation.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmakeatletter-_0026-_005cmakeatother.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmakebox-_0028picture_0029.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmakelabels.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmaketitle.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmathstrut.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmbox-_0026-_005cmakebox.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmessage.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmulticolumn.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmultiput.html trunk/latex2e-help-texinfo-tree/latex2e/_005cname.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnewcommand-_0026-_005crenewcommand.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnewcounter.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnewenvironment-_0026-_005crenewenvironment.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnewfont.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnewglossaryentry.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnewlength.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnewline.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnewpage.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnewsavebox.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnewtheorem.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnocite.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnofiles.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnormalsfcodes.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnumberline.html trunk/latex2e-help-texinfo-tree/latex2e/_005cobeycr-_0026-_005crestorecr.html trunk/latex2e-help-texinfo-tree/latex2e/_005conecolumn.html trunk/latex2e-help-texinfo-tree/latex2e/_005copenin-_0026-_005copenout.html trunk/latex2e-help-texinfo-tree/latex2e/_005copening.html trunk/latex2e-help-texinfo-tree/latex2e/_005coval.html trunk/latex2e-help-texinfo-tree/latex2e/_005cpagebreak-_0026-_005cnopagebreak.html trunk/latex2e-help-texinfo-tree/latex2e/_005cpagenumbering.html trunk/latex2e-help-texinfo-tree/latex2e/_005cpageref.html trunk/latex2e-help-texinfo-tree/latex2e/_005cpagestyle.html trunk/latex2e-help-texinfo-tree/latex2e/_005cpar.html trunk/latex2e-help-texinfo-tree/latex2e/_005cparbox.html trunk/latex2e-help-texinfo-tree/latex2e/_005cparindent-_0026-_005cparskip.html trunk/latex2e-help-texinfo-tree/latex2e/_005cpart.html trunk/latex2e-help-texinfo-tree/latex2e/_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html trunk/latex2e-help-texinfo-tree/latex2e/_005cprintindex.html trunk/latex2e-help-texinfo-tree/latex2e/_005cprotect.html trunk/latex2e-help-texinfo-tree/latex2e/_005cprovidecommand.html trunk/latex2e-help-texinfo-tree/latex2e/_005cps.html trunk/latex2e-help-texinfo-tree/latex2e/_005cput.html trunk/latex2e-help-texinfo-tree/latex2e/_005cqbezier.html trunk/latex2e-help-texinfo-tree/latex2e/_005craggedbottom.html trunk/latex2e-help-texinfo-tree/latex2e/_005craggedleft.html trunk/latex2e-help-texinfo-tree/latex2e/_005craggedright.html trunk/latex2e-help-texinfo-tree/latex2e/_005craisebox.html trunk/latex2e-help-texinfo-tree/latex2e/_005cread.html trunk/latex2e-help-texinfo-tree/latex2e/_005cref.html trunk/latex2e-help-texinfo-tree/latex2e/_005crefstepcounter.html trunk/latex2e-help-texinfo-tree/latex2e/_005cresizebox.html trunk/latex2e-help-texinfo-tree/latex2e/_005crotatebox.html trunk/latex2e-help-texinfo-tree/latex2e/_005crule.html trunk/latex2e-help-texinfo-tree/latex2e/_005csbox-_0026-_005csavebox.html trunk/latex2e-help-texinfo-tree/latex2e/_005cscalebox.html trunk/latex2e-help-texinfo-tree/latex2e/_005csection.html trunk/latex2e-help-texinfo-tree/latex2e/_005csetcounter.html trunk/latex2e-help-texinfo-tree/latex2e/_005csetlength.html trunk/latex2e-help-texinfo-tree/latex2e/_005csettodepth.html trunk/latex2e-help-texinfo-tree/latex2e/_005csettoheight.html trunk/latex2e-help-texinfo-tree/latex2e/_005csettowidth.html trunk/latex2e-help-texinfo-tree/latex2e/_005cshortstack.html trunk/latex2e-help-texinfo-tree/latex2e/_005csignature.html trunk/latex2e-help-texinfo-tree/latex2e/_005csmash.html trunk/latex2e-help-texinfo-tree/latex2e/_005cspacefactor.html trunk/latex2e-help-texinfo-tree/latex2e/_005csqrt.html trunk/latex2e-help-texinfo-tree/latex2e/_005cstackrel.html trunk/latex2e-help-texinfo-tree/latex2e/_005cstepcounter.html trunk/latex2e-help-texinfo-tree/latex2e/_005cstretch.html trunk/latex2e-help-texinfo-tree/latex2e/_005cstrut.html trunk/latex2e-help-texinfo-tree/latex2e/_005csubsection.html trunk/latex2e-help-texinfo-tree/latex2e/_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html trunk/latex2e-help-texinfo-tree/latex2e/_005ctelephone.html trunk/latex2e-help-texinfo-tree/latex2e/_005cthicklines.html trunk/latex2e-help-texinfo-tree/latex2e/_005cthinlines.html trunk/latex2e-help-texinfo-tree/latex2e/_005cthinspace-_0026-_005cnegthinspace.html trunk/latex2e-help-texinfo-tree/latex2e/_005cthispagestyle.html trunk/latex2e-help-texinfo-tree/latex2e/_005ctoday.html trunk/latex2e-help-texinfo-tree/latex2e/_005ctwocolumn.html trunk/latex2e-help-texinfo-tree/latex2e/_005ctypein.html trunk/latex2e-help-texinfo-tree/latex2e/_005ctypeout.html trunk/latex2e-help-texinfo-tree/latex2e/_005cusebox.html trunk/latex2e-help-texinfo-tree/latex2e/_005cusecounter.html trunk/latex2e-help-texinfo-tree/latex2e/_005cvalue.html trunk/latex2e-help-texinfo-tree/latex2e/_005cvector.html trunk/latex2e-help-texinfo-tree/latex2e/_005cverb.html trunk/latex2e-help-texinfo-tree/latex2e/_005cvfill.html trunk/latex2e-help-texinfo-tree/latex2e/_005cvline.html trunk/latex2e-help-texinfo-tree/latex2e/_005cvspace.html trunk/latex2e-help-texinfo-tree/latex2e/_005cwlog.html trunk/latex2e-help-texinfo-tree/latex2e/_005cwrite-and-security.html trunk/latex2e-help-texinfo-tree/latex2e/_005cwrite.html trunk/latex2e-help-texinfo-tree/latex2e/_005cwrite18.html trunk/latex2e-help-texinfo-tree/latex2e/_007e.html trunk/latex2e-help-texinfo-tree/latex2e/abstract.html trunk/latex2e-help-texinfo-tree/latex2e/array.html trunk/latex2e-help-texinfo-tree/latex2e/article-template.html trunk/latex2e-help-texinfo-tree/latex2e/beamer-template.html trunk/latex2e-help-texinfo-tree/latex2e/bigskip.html trunk/latex2e-help-texinfo-tree/latex2e/book-template.html trunk/latex2e-help-texinfo-tree/latex2e/center.html trunk/latex2e-help-texinfo-tree/latex2e/color-models-RGB.html trunk/latex2e-help-texinfo-tree/latex2e/color-models-cmyk.html trunk/latex2e-help-texinfo-tree/latex2e/color-models-gray.html trunk/latex2e-help-texinfo-tree/latex2e/color-models-named.html trunk/latex2e-help-texinfo-tree/latex2e/color-models-rgb.html trunk/latex2e-help-texinfo-tree/latex2e/description.html trunk/latex2e-help-texinfo-tree/latex2e/displaymath.html trunk/latex2e-help-texinfo-tree/latex2e/document-classes-article.html trunk/latex2e-help-texinfo-tree/latex2e/document-classes-book.html trunk/latex2e-help-texinfo-tree/latex2e/document-classes-letter.html trunk/latex2e-help-texinfo-tree/latex2e/document-classes-report.html trunk/latex2e-help-texinfo-tree/latex2e/document-classes-slides.html trunk/latex2e-help-texinfo-tree/latex2e/document.html trunk/latex2e-help-texinfo-tree/latex2e/ellipses-cdots.html trunk/latex2e-help-texinfo-tree/latex2e/ellipses-ddots.html trunk/latex2e-help-texinfo-tree/latex2e/ellipses-ldots.html trunk/latex2e-help-texinfo-tree/latex2e/ellipses-vdots.html trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumi.html trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumii.html trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumiii.html trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumiv.html trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumi.html trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumii.html trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumiii.html trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumiv.html trunk/latex2e-help-texinfo-tree/latex2e/enumerate.html trunk/latex2e-help-texinfo-tree/latex2e/eqnarray.html trunk/latex2e-help-texinfo-tree/latex2e/equation.html trunk/latex2e-help-texinfo-tree/latex2e/fbox-framebox-fboxrule.html trunk/latex2e-help-texinfo-tree/latex2e/fbox-framebox-fboxsep.html trunk/latex2e-help-texinfo-tree/latex2e/figure.html trunk/latex2e-help-texinfo-tree/latex2e/filecontents.html trunk/latex2e-help-texinfo-tree/latex2e/floats-bottomfraction.html trunk/latex2e-help-texinfo-tree/latex2e/floats-bottomnumber.html trunk/latex2e-help-texinfo-tree/latex2e/floats-dbltopnumber.html trunk/latex2e-help-texinfo-tree/latex2e/floats-floatpagefraction.html trunk/latex2e-help-texinfo-tree/latex2e/floats-floatsep.html trunk/latex2e-help-texinfo-tree/latex2e/floats-intextsep.html trunk/latex2e-help-texinfo-tree/latex2e/floats-textfloatsep.html trunk/latex2e-help-texinfo-tree/latex2e/floats-textfraction.html trunk/latex2e-help-texinfo-tree/latex2e/floats-topfraction.html trunk/latex2e-help-texinfo-tree/latex2e/floats-topnumber.html trunk/latex2e-help-texinfo-tree/latex2e/floats-totalnumber.html trunk/latex2e-help-texinfo-tree/latex2e/flushleft.html trunk/latex2e-help-texinfo-tree/latex2e/flushright.html trunk/latex2e-help-texinfo-tree/latex2e/fontenc-package.html trunk/latex2e-help-texinfo-tree/latex2e/footnote-footnoterule.html trunk/latex2e-help-texinfo-tree/latex2e/footnote-footnotesep.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bb.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bbllx.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bblly.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bburx.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bbury.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-clip.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-command.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-draft.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-ext.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-height.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-hiresbb.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-interpolate.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-keepaspectratio.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-natheight.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-natwidth.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-page.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-pagebox.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-quiet.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-read.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-totalheight.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-trim.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-type.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-viewport.html trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-width.html trunk/latex2e-help-texinfo-tree/latex2e/index.html trunk/latex2e-help-texinfo-tree/latex2e/inputenc-package.html trunk/latex2e-help-texinfo-tree/latex2e/interaction-modes.html trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemi.html trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemii.html trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemiii.html trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemiv.html trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmargin.html trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmargini.html trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginii.html trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginiii.html trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginiv.html trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginv.html trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginvi.html trunk/latex2e-help-texinfo-tree/latex2e/itemize.html trunk/latex2e-help-texinfo-tree/latex2e/letter.html trunk/latex2e-help-texinfo-tree/latex2e/list-beginparpenalty.html trunk/latex2e-help-texinfo-tree/latex2e/list-endparpenalty.html trunk/latex2e-help-texinfo-tree/latex2e/list-itemindent.html trunk/latex2e-help-texinfo-tree/latex2e/list-itempenalty.html trunk/latex2e-help-texinfo-tree/latex2e/list-itemsep.html trunk/latex2e-help-texinfo-tree/latex2e/list-labelsep.html trunk/latex2e-help-texinfo-tree/latex2e/list-labelwidth.html trunk/latex2e-help-texinfo-tree/latex2e/list-leftmargin.html trunk/latex2e-help-texinfo-tree/latex2e/list-listparindent.html trunk/latex2e-help-texinfo-tree/latex2e/list-makelabel.html trunk/latex2e-help-texinfo-tree/latex2e/list-parsep.html trunk/latex2e-help-texinfo-tree/latex2e/list-partopsep.html trunk/latex2e-help-texinfo-tree/latex2e/list-rightmargin.html trunk/latex2e-help-texinfo-tree/latex2e/list-topsep.html trunk/latex2e-help-texinfo-tree/latex2e/list.html trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontencoding.html trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontfamily.html trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontseries.html trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontshape.html trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontsize.html trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-linespread.html trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-selectfont.html trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-usefont.html trunk/latex2e-help-texinfo-tree/latex2e/lrbox.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-0.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-1.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-2.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-n.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-r.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-group-skip.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-indent-length.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-indent-space.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-0.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-01.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-1.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-12.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-2.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-x1.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-x2.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-lethead-prefix.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-lethead-suffix.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-letheadflag.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-line-max.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-page-precedence.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-postamble.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex-preamble.html trunk/latex2e-help-texinfo-tree/latex2e/makeindex.html trunk/latex2e-help-texinfo-tree/latex2e/marginal-notes-marginparpush.html trunk/latex2e-help-texinfo-tree/latex2e/marginal-notes-marginparsep.html trunk/latex2e-help-texinfo-tree/latex2e/marginal-notes-marginparwidth.html trunk/latex2e-help-texinfo-tree/latex2e/math.html trunk/latex2e-help-texinfo-tree/latex2e/mbox-makebox-depth.html trunk/latex2e-help-texinfo-tree/latex2e/mbox-makebox-height.html trunk/latex2e-help-texinfo-tree/latex2e/mbox-makebox-totalheight.html trunk/latex2e-help-texinfo-tree/latex2e/mbox-makebox-width.html trunk/latex2e-help-texinfo-tree/latex2e/medskip.html trunk/latex2e-help-texinfo-tree/latex2e/minipage.html trunk/latex2e-help-texinfo-tree/latex2e/modes-inner-paragraph-mode.html trunk/latex2e-help-texinfo-tree/latex2e/modes-internal-vertical-mode.html trunk/latex2e-help-texinfo-tree/latex2e/modes-lr-mode.html trunk/latex2e-help-texinfo-tree/latex2e/modes-math-mode.html trunk/latex2e-help-texinfo-tree/latex2e/modes-outer-paragraph-mode.html trunk/latex2e-help-texinfo-tree/latex2e/modes-paragraph-mode.html trunk/latex2e-help-texinfo-tree/latex2e/modes-vertical-mode.html trunk/latex2e-help-texinfo-tree/latex2e/output-directory.html trunk/latex2e-help-texinfo-tree/latex2e/output-files-aux.html trunk/latex2e-help-texinfo-tree/latex2e/output-files-dvi.html trunk/latex2e-help-texinfo-tree/latex2e/output-files-log.html trunk/latex2e-help-texinfo-tree/latex2e/output-files-pdf.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-columnsep.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-columnseprule.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-columnwidth.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-evensidemargin.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-footskip.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-headheight.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-headsep.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-hsize.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-linewidth.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-marginparpush.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-marginparwidth.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-marginsep.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-oddsidemargin.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-paperheight.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-paperwidth.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-textheight.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-textwidth.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-topmargin.html trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-topskip.html trunk/latex2e-help-texinfo-tree/latex2e/picture.html trunk/latex2e-help-texinfo-tree/latex2e/quotation-_0026-quote.html trunk/latex2e-help-texinfo-tree/latex2e/raisebox-depth.html trunk/latex2e-help-texinfo-tree/latex2e/raisebox-height.html trunk/latex2e-help-texinfo-tree/latex2e/raisebox-totalheight.html trunk/latex2e-help-texinfo-tree/latex2e/raisebox-width.html trunk/latex2e-help-texinfo-tree/latex2e/sectioning-secnumdepth.html trunk/latex2e-help-texinfo-tree/latex2e/sectioning-tocdepth.html trunk/latex2e-help-texinfo-tree/latex2e/sloppypar.html trunk/latex2e-help-texinfo-tree/latex2e/smallskip.html trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-medspace.html trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-negthinspace.html trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-qquad.html trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-quad.html trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-thickspace.html trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-thinspace.html trunk/latex2e-help-texinfo-tree/latex2e/startsection-afterskip.html trunk/latex2e-help-texinfo-tree/latex2e/startsection-beforeskip.html trunk/latex2e-help-texinfo-tree/latex2e/startsection-indent.html trunk/latex2e-help-texinfo-tree/latex2e/startsection-level.html trunk/latex2e-help-texinfo-tree/latex2e/startsection-name.html trunk/latex2e-help-texinfo-tree/latex2e/startsection-style.html trunk/latex2e-help-texinfo-tree/latex2e/tabbing.html trunk/latex2e-help-texinfo-tree/latex2e/table.html trunk/latex2e-help-texinfo-tree/latex2e/tabular-arrayrulewidth.html trunk/latex2e-help-texinfo-tree/latex2e/tabular-arraystrech.html trunk/latex2e-help-texinfo-tree/latex2e/tabular-doublerulesep.html trunk/latex2e-help-texinfo-tree/latex2e/tabular-tabcolsep.html trunk/latex2e-help-texinfo-tree/latex2e/tabular.html trunk/latex2e-help-texinfo-tree/latex2e/tex-engines-latex.html trunk/latex2e-help-texinfo-tree/latex2e/tex-engines-lualatex.html trunk/latex2e-help-texinfo-tree/latex2e/tex-engines-xelatex.html trunk/latex2e-help-texinfo-tree/latex2e/thebibliography.html trunk/latex2e-help-texinfo-tree/latex2e/theorem.html trunk/latex2e-help-texinfo-tree/latex2e/titlepage.html trunk/latex2e-help-texinfo-tree/latex2e/trivlist.html trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-columnsep.html trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-columnseprule.html trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-columnwidth.html trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dblfloatpagefraction.html trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dblfloatsep.html trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dbltextfloatsep.html trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dbltopfraction.html trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dbltopnumber.html trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-bp.html trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-cc.html trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-cm.html trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-dd.html trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-em.html trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-ex.html trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-in.html trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-mm.html trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-pc.html trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-pt.html trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-sp.html trunk/latex2e-help-texinfo-tree/latex2e/verbatim.html trunk/latex2e-help-texinfo-tree/latex2e/verse.html trunk/latex2e-help-texinfo-tree/latex2e/xr-package.html trunk/latex2e-help-texinfo-tree/latex2e/xspace-package.html trunk/latex2e.dbk trunk/latex2e.dvi trunk/latex2e.html trunk/latex2e.info trunk/latex2e.pdf trunk/latex2e.txt trunk/latex2e.xml trunk/mirroring.html trunk/writing.html Log: January 2022 release Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/ChangeLog 2022-01-26 18:23:47 UTC (rev 1080) @@ -3,6 +3,9 @@ January 2022 release to CTAN. * NEWS: update. + * mirroring.html, + * writing.html: use https, $Date. + 2022-01-26 Karl Berry * latex2e.texi (Units of length): correct pt/mm/cm conversions. @@ -168,7 +171,7 @@ 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (\multicolumn): Typoes, notably reported by Faheem + * latex2e-fr.texi (\multicolumn): Typos, notably reported by Faheem Mitha cf. https://tug.org/pipermail/latexrefman/2021q3/000821.html 2021-10-08 Vincent Bela\"iche @@ -283,7 +286,7 @@ 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (Class and package commands): typoes. + * latex2e-fr.texi (Class and package commands): typos. (\DeclareFontEncoding): Translate this node. 2021-10-08 Vincent Bela\"iche @@ -296,7 +299,7 @@ 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (\multicolumn): Typoes, notably reported by Faheem + * latex2e-fr.texi (\multicolumn): Typos, notably reported by Faheem Mitha cf. https://tug.org/pipermail/latexrefman/2021q3/000821.html 2021-10-08 Vincent Bela\"iche @@ -410,7 +413,7 @@ 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (Class and package commands): typoes. + * latex2e-fr.texi (Class and package commands): typos. (\DeclareFontEncoding): Translate this node. 2021-10-08 Vincent Bela\"iche @@ -419,11 +422,11 @@ Deik. See https://tug.org/pipermail/latexrefman/2021q3/000832.html. (\sbox & \savebox): In example, declare box register before using it. - (lrbox): Typoes. + (lrbox): Typos. 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (\multicolumn): Typoes, notably reported by Faheem + * latex2e-fr.texi (\multicolumn): Typos, notably reported by Faheem Mitha cf. https://tug.org/pipermail/latexrefman/2021q3/000821.html 2021-10-08 Vincent Bela\"iche @@ -537,7 +540,7 @@ 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (Class and package commands): typoes. + * latex2e-fr.texi (Class and package commands): typos. (\DeclareFontEncoding): Translate this node. 2021-10-08 Vincent Bela\"iche @@ -546,11 +549,11 @@ Deik. See https://tug.org/pipermail/latexrefman/2021q3/000832.html. (\sbox & \savebox): In example, declare box register before using it. - (lrbox): Typoes. + (lrbox): Typos. 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (\multicolumn): Typoes, notably reported by Faheem + * latex2e-fr.texi (\multicolumn): Typos, notably reported by Faheem Mitha cf. https://tug.org/pipermail/latexrefman/2021q3/000821.html 2021-10-08 Vincent Bela\"iche @@ -664,7 +667,7 @@ 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (Class and package commands): typoes. + * latex2e-fr.texi (Class and package commands): typos. (\DeclareFontEncoding): Translate this node. 2021-10-08 Vincent Bela\"iche @@ -673,11 +676,11 @@ Deik. See https://tug.org/pipermail/latexrefman/2021q3/000832.html. (\sbox & \savebox): In example, declare box register before using it. - (lrbox): Typoes. + (lrbox): Typos. 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (\multicolumn): Typoes, notably reported by Faheem + * latex2e-fr.texi (\multicolumn): Typos, notably reported by Faheem Mitha cf. https://tug.org/pipermail/latexrefman/2021q3/000821.html 2021-10-08 Vincent Bela\"iche @@ -791,7 +794,7 @@ 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (Class and package commands): typoes. + * latex2e-fr.texi (Class and package commands): typos. (\DeclareFontEncoding): Translate this node. 2021-10-08 Vincent Bela\"iche @@ -800,11 +803,11 @@ Deik. See https://tug.org/pipermail/latexrefman/2021q3/000832.html. (\sbox & \savebox): In example, declare box register before using it. - (lrbox): Typoes. + (lrbox): Typos. 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (\multicolumn): Typoes, notably reported by Faheem + * latex2e-fr.texi (\multicolumn): Typos, notably reported by Faheem Mitha cf. https://tug.org/pipermail/latexrefman/2021q3/000821.html 2021-10-08 Vincent Bela\"iche @@ -918,7 +921,7 @@ 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (Class and package commands): typoes. + * latex2e-fr.texi (Class and package commands): typos. (\DeclareFontEncoding): Translate this node. 2021-10-08 Vincent Bela\"iche @@ -927,11 +930,11 @@ Deik. See https://tug.org/pipermail/latexrefman/2021q3/000832.html. (\sbox & \savebox): In example, declare box register before using it. - (lrbox): Typoes. + (lrbox): Typos. 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (\multicolumn): Typoes, notably reported by Faheem + * latex2e-fr.texi (\multicolumn): Typos, notably reported by Faheem Mitha cf. https://tug.org/pipermail/latexrefman/2021q3/000821.html 2021-10-08 Vincent Bela\"iche @@ -1045,7 +1048,7 @@ 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (Class and package commands): typoes. + * latex2e-fr.texi (Class and package commands): typos. (\DeclareFontEncoding): Translate this node. 2021-10-08 Vincent Bela\"iche @@ -1054,11 +1057,11 @@ Deik. See https://tug.org/pipermail/latexrefman/2021q3/000832.html. (\sbox & \savebox): In example, declare box register before using it. - (lrbox): Typoes. + (lrbox): Typos. 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (\multicolumn): Typoes, notably reported by Faheem + * latex2e-fr.texi (\multicolumn): Typos, notably reported by Faheem Mitha cf. https://tug.org/pipermail/latexrefman/2021q3/000821.html 2021-10-08 Vincent Bela\"iche @@ -1172,7 +1175,7 @@ 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (Class and package commands): typoes. + * latex2e-fr.texi (Class and package commands): typos. (\DeclareFontEncoding): Translate this node. 2021-10-08 Vincent Bela\"iche @@ -1181,11 +1184,11 @@ Deik. See https://tug.org/pipermail/latexrefman/2021q3/000832.html. (\sbox & \savebox): In example, declare box register before using it. - (lrbox): Typoes. + (lrbox): Typos. 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (\multicolumn): Typoes, notably reported by Faheem + * latex2e-fr.texi (\multicolumn): Typos, notably reported by Faheem Mitha cf. https://tug.org/pipermail/latexrefman/2021q3/000821.html 2021-10-08 Vincent Bela\"iche @@ -1299,7 +1302,7 @@ 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (Class and package commands): typoes. + * latex2e-fr.texi (Class and package commands): typos. (\DeclareFontEncoding): Translate this node. 2021-10-08 Vincent Bela\"iche @@ -1308,11 +1311,11 @@ Deik. See https://tug.org/pipermail/latexrefman/2021q3/000832.html. (\sbox & \savebox): In example, declare box register before using it. - (lrbox): Typoes. + (lrbox): Typos. 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (\multicolumn): Typoes, notably reported by Faheem + * latex2e-fr.texi (\multicolumn): Typos, notably reported by Faheem Mitha cf. https://tug.org/pipermail/latexrefman/2021q3/000821.html 2021-10-08 Vincent Bela\"iche @@ -1426,7 +1429,7 @@ 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (Class and package commands): typoes. + * latex2e-fr.texi (Class and package commands): typos. (\DeclareFontEncoding): Translate this node. 2021-10-08 Vincent Bela\"iche @@ -1435,11 +1438,11 @@ Deik. See https://tug.org/pipermail/latexrefman/2021q3/000832.html. (\sbox & \savebox): In example, declare box register before using it. - (lrbox): Typoes. + (lrbox): Typos. 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (\multicolumn): Typoes, notably reported by Faheem + * latex2e-fr.texi (\multicolumn): Typos, notably reported by Faheem Mitha cf. https://tug.org/pipermail/latexrefman/2021q3/000821.html 2021-10-08 Vincent Bela\"iche @@ -1553,7 +1556,7 @@ 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (Class and package commands): typoes. + * latex2e-fr.texi (Class and package commands): typos. (\DeclareFontEncoding): Translate this node. 2021-10-08 Vincent Bela\"iche @@ -1562,11 +1565,11 @@ Deik. See https://tug.org/pipermail/latexrefman/2021q3/000832.html. (\sbox & \savebox): In example, declare box register before using it. - (lrbox): Typoes. + (lrbox): Typos. 2021-10-08 Vincent Bela\"iche - * latex2e-fr.texi (\multicolumn): Typoes, notably reported by Faheem + * latex2e-fr.texi (\multicolumn): Typos, notably reported by Faheem Mitha cf. https://tug.org/pipermail/latexrefman/2021q3/000821.html 2021-10-08 Vincent Bela\"iche @@ -1667,7 +1670,7 @@ @code{...}-ification. (\DeclareTextCommand & \ProvideTextCommand): Suppress \DeclareTextCommandDefault from index. Some rewording. Add - \DeclareTextSymbol to index, where applicable. Typoes. + \DeclareTextSymbol to index, where applicable. Typos. (\DeclareTextCommandDefault & \ProvideTextCommandDefault): @noindent inserted. (\DeclareTextCommandDefault & \ProvideTextCommandDefault) @@ -1739,16 +1742,16 @@ 2021-08-25 Vincent Bela\"iche * latex2e-fr.texi: Complete propagation of Jim's r631. - (picture): Typoes. Propagate some fixes by Jim's r631: .3 -> 0.3, + (picture): Typos. Propagate some fixes by Jim's r631: .3 -> 0.3, lR -> LR, menu descriptions. (\put, \multiput): Propagate Jim's r631. - (\qbezier): Typoes. + (\qbezier): Typos. (\line): Rename xpente ypente to x_avance, y_monte, to stick to the English original. Remove extra indexation of pict2e as in my r994. (\linethickness): Add some references as in my r994. (\thinlines, \thicklines): Propagate Jim's r631. - (\circle): Typoes. + (\circle): Typos. (\oval): @dfn{...}-ize word oval as in my r994. Propagate Jim's r631. (\shortstack): Propagate Jim's r631. @@ -1767,7 +1770,7 @@ 2021-08-25 Vincent Bela\"iche - * latex2e-fr.texi (array): Fix typoes. Align on English, notably + * latex2e-fr.texi (array): Fix typos. Align on English, notably Karl's r504. 2021-08-25 Vincent Bela\"iche @@ -1776,7 +1779,7 @@ ``\usepackage[utf8]{inputenc}'' --- as per Jim's r908 Rename ``\UseTextAccent & \UseTextSymbol'' to ``\UseTextSymbol & \UseTextAccent'' - (Font styles): Typoes. + (Font styles): Typos. (minipage): Add argument ``{\columnwidth}'' --- as per Jim's r908 2021-08-25 Vincent Bela\"iche @@ -1814,7 +1817,7 @@ 2021-08-25 Vincent Bela\"iche * latex2e-fr.texi (Counters): Add index entry for each standard - counter. Typoes on standard counter names. + counter. Typos on standard counter names. 2021-08-25 Vincent Bela\"iche @@ -1855,7 +1858,7 @@ \ignorespacesafterend'' & ``xspace package''. (\ignorespaces & \ignorespacesafterend, xspace package): and & translate these nodes. - (Footnote parameters): typoes. + (Footnote parameters): typos. (Footnote parameters, \mathstrut, \strut): Add ``\'etai'' --- ie strut --- to index. @@ -2031,7 +2034,7 @@ 2021-08-12 Vincent Bela\"iche * latex2e-fr.texi (\mbox & \makebox): align on English. Plus some - typoes correction. + typos correction. 2021-08-12 Vincent Bela\"iche @@ -2255,7 +2258,7 @@ 2021-08-03 Vincent Bela\"iche * latex2e-fr.texi (fontenc package): Translate the node to French. - (list): typoes. + (list): typos. (\@@ ): Translate the node to French. 2021-08-03 Vincent Bela\"iche @@ -2414,7 +2417,7 @@ 2020-12-30 Vincent Bela\"iche - * latex2e-fr.texi: Few typoes. + * latex2e-fr.texi: Few typos. * NEWS-fr: Delivery note December 2020 French delivery to CTAN. @@ -2481,7 +2484,7 @@ * latex2e.texi (verbatim): Explain why it cannot be used within a macro argument. Forward reference to CTAN node. - * latex2e-fr.texi (\verb): Typoes. + * latex2e-fr.texi (\verb): Typos. (verbatim): Align on English. 2020-12-24 Vincent Bela\"iche @@ -2548,7 +2551,7 @@ separator, but for English it also make the column alignment easier. - * latex2e-fr.texi (list): Complete translation + fix typoes. + * latex2e-fr.texi (list): Complete translation + fix typos. (minipage): Fix translation, do not use inches (French people don't understand what it means). Fix the neighbourhood population example. @@ -2670,7 +2673,7 @@ * latex2e-fr.texi (\ref): typo, ``item'' duplicate word removal. Reported by Denis Bitouz\'e. - (figure): Typoes. + (figure): Typos. 2020-12-08 Karl Berry @@ -2798,7 +2801,7 @@ 2020-09-06 Vincent Bela\"iche * latex2e-fr.texi: Finalize propagating Jim's r649, notably - include article template. Fix lots of typoes. + include article template. Fix lots of typos. * latex2e.texi: Insert a comma after @xref{...} wherever applicable. @@ -2870,7 +2873,7 @@ * latex2e-fr.texi (minipage): Re-align on English translation. - * latex2e.texi (minipage): Typoes + insert a few TODO comments. + * latex2e.texi (minipage): Typos + insert a few TODO comments. 2020-07-124 Jim Hefferon @@ -3050,7 +3053,7 @@ 2020-04-16 Vincent Bela\"iche - * latex2e-fr.texi (Class and package construction): Typoes. + * latex2e-fr.texi (Class and package construction): Typos. (\write): Clarify example comment, \og courant\fg \rightarrow \og racine\fg. (\wlog): Suppress spurious space in example. (\write18): Translate node with fixing statement on \jobname. @@ -3086,11 +3089,11 @@ * latex2e-fr.texi (\include & \includeonly): Complete translation. - * latex2e.texi (\include & \includeonly): Typoes. + * latex2e.texi (\include & \includeonly): Typos. 2020-04-06 Vincent Bela\"iche - * latex2e-fr.texi (Sectioning): Typoes. + * latex2e-fr.texi (Sectioning): Typos. * latex2e.texi (Sectioning): Fix \og secnumdepth\fg \rightarrow \og tocdepth\fg @@ -3109,7 +3112,7 @@ * latex2e-fr.texi (Top, Front/back matter): Change \og Front/back matter\fg translation to \og Parties pr\'e/post-liminaires\fg. - (CTAN): Typoes. + (CTAN): Typos. (Document classes): Refresh translation. (\part): Translate node. (\subsubsection & \paragraph & \subparagraph): Typo. @@ -3156,7 +3159,7 @@ * latex2e.texi (\endinput): clarify \og during mailing\fg. (Table of contents etc.): Move package index reference to the concerned paragaph. - (\openin & \openout): Typoes. + (\openin & \openout): Typos. (\read): \og\file\fg \rightarrow \og\recipient file\fg (\write): \og at code{\ldots}\fg \rightarrow \og at var{\ldots}\fg. (\write): typo. @@ -3282,7 +3285,7 @@ * latex2e-fr.texi (\@@startsection): \og scenumdepth\fg \rightarrow \og tocdepth\fg where applicable. (Class and package commands): Translate index entries. (figure): \og figure\fg \rightarrow \og figure*\fg. - (list): Typoes. + (list): Typos. (quotation & quote): Typo. (Color): Translate menu entry. (Commands for color): Translate node. @@ -3336,7 +3339,7 @@ * latex2e-fr.texi (trivlist): typo. (\linethickness): typo - (tabular): typoes. + (tabular): typos. (\newcommand & \renewcommand): use @var{\ldots}. (\parbox): Re-align French on English version. (Color package options): progress translation. @@ -4071,7 +4074,7 @@ 2017-10-03 Vincent Bela\"iche * latex2e-fr.texi (Class and package commands): Typo. - (quotation and quote): Typoes. + (quotation and quote): Typos. 2017-08-24 Karl Berry @@ -4104,7 +4107,7 @@ 2017-08-09 Vincent Bela\"iche - * NEWS-fr: Typoes. + * NEWS-fr: Typos. * Makefile.1: Add common.texi to the list of files to be zipped into distribution. @@ -4126,7 +4129,7 @@ * NEWS-fr: svn propset keywords to Id for leading timestap to be uptodate - * README-fr: Typoes. Extend the leading English part fo the French + * README-fr: Typos. Extend the leading English part fo the French readme to comply with CTAN requirements. 2017-08-08 Vincent Bela\"iche @@ -4179,7 +4182,7 @@ as \@@startsection and how \section keeps is standard calling form when redefined. heading -> title for consistency. @code{}-ify class names, book, report & article. Use anchor to - secnumdepth. Typoes. rubber -> typically rubber. Solve overfully + secnumdepth. Typos. rubber -> typically rubber. Solve overfully hbox in example by not repeating explanations in examplified LaTeX comments, rather make a simple link. style [...] file -> package [...] file. redefined [...] sectional units -> redefined [...] @@ -4468,7 +4471,7 @@ (Cross references, \label, abstract): Same changes as in latex2e.texi. (Cross references, \label, \pageref, \ref): Take Jim's rev481 - edits + fix some typoes. + edits + fix some typos. (\includeonly): Fix typo. * Makefile.1: Add check-license- targets to check that the @@ -4483,12 +4486,12 @@ license.texi, make it delimited by @comment's. (dircategory): fix `LaTeX2e-fr' -> `latex2e-fr' (throughout document): Use proper unbreakable space before colons. - (tabular, \newtheorem): typoes. - (\address): @var{...} instead of @code{...} for the argument + typoes. - (\cc): typoes + add example from latex2e.texi + (tabular, \newtheorem): typos. + (\address): @var{...} instead of @code{...} for the argument + typos. + (\cc): typos + add example from latex2e.texi (\closing): typo. - (\signature): Typoes, translate @var name. - (Command line): Typoes. + (\signature): Typos, translate @var name. + (Command line): Typos. * latex2e.texi: Restore license text without @inclusion of license.texi, make it delimited by @comment's. @@ -4709,19 +4712,19 @@ package variable @var{paquo} in the synopsis description. (\newcommand & \renewcommand): Align description on latest latex2e.texi by @code{...}-ifying all the occurrence of - `\@var{cmd}'. Fix typoes. + `\@var{cmd}'. Fix typos. (\newenvironment & \renewenvironment): nargs starting from 0 - rather than from 1. Fix typoes. `argument positionnel' -> + rather than from 1. Fix typos. `argument positionnel' -> `param\`etre positionnel'. (Reserved characters): `\backslash' -> `\textbackslash' in the - @findex in accordance with description. Fix typoes. + @findex in accordance with description. Fix typos. 2016-04-12 Vincent Bela\"iche * latex2e-fr.texi (top comment, Top): Make version under quotes to avoid incorrect French ``de Avril 2016'' or ``du Avril 2016'' instead of ``d'Avril 2016''. - (Document classes): Typoes. + (Document classes): Typos. * latex2e-{es,fr}.texi (top comment): Update dates in copyright notice up to 2016. @@ -4738,7 +4741,7 @@ * latex2e-fr.texi (top comment, Output files, Using BibTeX): Replace CTAN central server URLs by mirror URLs, after a comment by Petra R\"ube-Pugliese. - (Output files, Using BibTeX): Typoes. + (Output files, Using BibTeX): Typos. * latex2e.texi (top comment, Output files): Replace CTAN central server URLs by mirror URLs, after a comment by Petra @@ -4815,10 +4818,10 @@ environment by a call to this macro. * latex2e-fr.texi: Same as latex2e.texi. - (filecontents): Typoes. + (filecontents): Typos. (table): Typo (table evironment name mistakenly translated to French). - (\\): Typoes. + (\\): Typos. (\enlargethispage): translate cindex entry to French. * latex2e-es.texi: Same as latex2e.texi. @@ -4901,11 +4904,11 @@ 2016-03-08 Vincent Bela\"iche - * latex2e-fr.texi (Top): Typoe in `Modes' menu entry. + * latex2e-fr.texi (Top): Typo in `Modes' menu entry. (eqnarray): `or' -> `ou'. (Math symbols): Progress translation of this node + same changes as in latex2e.texi. - (Modes): Typoes + same changes as in latex2e.texi. + (Modes): Typos + same changes as in latex2e.texi. (\ensuremath): new node. (\(SPACE) and \@@): `guillemet anglais' -> `guillemet-apostrophe'. (Text symbols): Progess translation of this node + same changes as @@ -5043,7 +5046,7 @@ (\addtocontents): Translate this node. (Glossaries): Translate this node. (Indexes): Translate this node, with same edits as in latex2e.texi. - (Letters): Typoes. `cl\^oture' -> `salutation'. Typo. Complete + (Letters): Typos. `cl\^oture' -> `salutation'. Typo. Complete translation with same edits as in latex2e.texi. (\address): Translate this node. (\cc): Translate this node. @@ -5127,7 +5130,7 @@ 2016-01-27 Vincent Bela\"iche - * latex2e-fr.texi (Marginal notes): Typoes. + * latex2e-fr.texi (Marginal notes): Typos. (Subscripts & superscripts): Typo. (Math functions): Translate this node to French. (Math accents): Translate this node to French. @@ -5294,7 +5297,7 @@ @example... at end~example. * latex2e-fr.texi (Output files): Typo. - (tabular): Typoes. + (tabular): Typos. (\newcommand & \renewcommand): Typo. Introduce the concept of positional parameter. (\newenvironment & \renewenvironment): Complete the translation and make the same text improvements as in latex2e.texi. @@ -5853,7 +5856,7 @@ concerning \parindent length. * latex2e-fr.texi (Tables of contents): Translation of this node. - (\alph \Alph \arabic \roman \Roman \fnsymbol, Boxes): Typoes. + (\alph \Alph \arabic \roman \Roman \fnsymbol, Boxes): Typos. 2015-08-03 Jim Hefferon @@ -5882,10 +5885,12 @@ 2015-07-30 Vincent Bela\"iche - * latex2e-fr.texi (Top): Correct menu item French translation for "Making paragraphs" + * latex2e-fr.texi (Top): Correct menu item French translation for + "Making paragraphs" (itemize): typo, remove left-over English word "dash" - (Making paragraphs): typoes. - (\indent, \noindent, \parskip, \parbox): Translate to French these nodes. + (Making paragraphs): typos. + (\indent, \noindent, \parskip, \parbox): Translate to French these + nodes. * latex2e.texi (Text symbols): Correct -- for --- for en-dash Modified: trunk/latex2e-help-texinfo-tree/latex2e/About-this-document.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/About-this-document.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/About-this-document.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -About this document (LaTeX2e unofficial reference manual (October 2021)) +About this document (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Accents.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Accents.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Accents.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Accents (LaTeX2e unofficial reference manual (October 2021)) +Accents (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Additional-Latin-letters.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Additional-Latin-letters.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Additional-Latin-letters.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Additional Latin letters (LaTeX2e unofficial reference manual (October 2021)) +Additional Latin letters (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Additional-packages.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Additional-packages.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Additional-packages.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Additional packages (LaTeX2e unofficial reference manual (October 2021)) +Additional packages (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Arrows.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Arrows.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Arrows.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Arrows (LaTeX2e unofficial reference manual (October 2021)) +Arrows (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/BibTeX-error-messages.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/BibTeX-error-messages.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/BibTeX-error-messages.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -BibTeX error messages (LaTeX2e unofficial reference manual (October 2021)) +BibTeX error messages (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Blackboard-bold.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Blackboard-bold.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Blackboard-bold.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Blackboard bold (LaTeX2e unofficial reference manual (October 2021)) +Blackboard bold (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Boxes.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Boxes.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Boxes.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Boxes (LaTeX2e unofficial reference manual (October 2021)) +Boxes (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/CTAN.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/CTAN.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/CTAN.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -CTAN (LaTeX2e unofficial reference manual (October 2021)) +CTAN (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Calligraphic.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Calligraphic.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Calligraphic.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Calligraphic (LaTeX2e unofficial reference manual (October 2021)) +Calligraphic (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Class-and-package-commands.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Class-and-package-commands.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Class-and-package-commands.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Class and package commands (LaTeX2e unofficial reference manual (October 2021)) +Class and package commands (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Class-and-package-construction.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Class-and-package-construction.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Class-and-package-construction.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Class and package construction (LaTeX2e unofficial reference manual (October 2021)) +Class and package construction (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Class-and-package-structure.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Class-and-package-structure.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Class-and-package-structure.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Class and package structure (LaTeX2e unofficial reference manual (October 2021)) +Class and package structure (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Colon-character-_0026-_005ccolon.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Colon-character-_0026-_005ccolon.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Colon-character-_0026-_005ccolon.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Colon character & \colon (LaTeX2e unofficial reference manual (October 2021)) +Colon character & \colon (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Color-models.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Color-models.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Color-models.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Color models (LaTeX2e unofficial reference manual (October 2021)) +Color models (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Color-package-options.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Color-package-options.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Color-package-options.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Color package options (LaTeX2e unofficial reference manual (October 2021)) +Color package options (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Color.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Color.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Color.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Color (LaTeX2e unofficial reference manual (October 2021)) +Color (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Colored-boxes.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Colored-boxes.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Colored-boxes.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Colored boxes (LaTeX2e unofficial reference manual (October 2021)) +Colored boxes (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Colored-pages.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Colored-pages.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Colored-pages.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Colored pages (LaTeX2e unofficial reference manual (October 2021)) +Colored pages (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Colored-text.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Colored-text.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Colored-text.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Colored text (LaTeX2e unofficial reference manual (October 2021)) +Colored text (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Command-Index.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Command-Index.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Command-Index.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -Command Index (LaTeX2e unofficial reference manual (October 2021)) +Command Index (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Command-line-input.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Command-line-input.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Command-line-input.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Command line input (LaTeX2e unofficial reference manual (October 2021)) +Command line input (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Command-line-interface.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Command-line-interface.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Command-line-interface.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Command line interface (LaTeX2e unofficial reference manual (October 2021)) +Command line interface (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Command-line-options.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Command-line-options.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Command-line-options.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Command line options (LaTeX2e unofficial reference manual (October 2021)) +Command line options (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Command-line.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Command-line.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Command-line.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -Command line (LaTeX2e unofficial reference manual (October 2021)) +Command line (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Commands-for-color.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Commands-for-color.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Commands-for-color.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Commands for color (LaTeX2e unofficial reference manual (October 2021)) +Commands for color (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Commands-for-graphics.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Commands-for-graphics.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Commands-for-graphics.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Commands for graphics (LaTeX2e unofficial reference manual (October 2021)) +Commands for graphics (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Control-sequences.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Control-sequences.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Control-sequences.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Control sequences (LaTeX2e unofficial reference manual (October 2021)) +Control sequences (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Counters.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Counters.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Counters.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Counters (LaTeX2e unofficial reference manual (October 2021)) +Counters (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Cross-references.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Cross-references.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Cross-references.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Cross references (LaTeX2e unofficial reference manual (October 2021)) +Cross references (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Define-colors.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Define-colors.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Define-colors.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Define colors (LaTeX2e unofficial reference manual (October 2021)) +Define colors (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Definitions.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Definitions.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Definitions.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Definitions (LaTeX2e unofficial reference manual (October 2021)) +Definitions (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Delimiters.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Delimiters.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Delimiters.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Delimiters (LaTeX2e unofficial reference manual (October 2021)) +Delimiters (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Document-class-options.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Document-class-options.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Document-class-options.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Document class options (LaTeX2e unofficial reference manual (October 2021)) +Document class options (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Document-classes.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Document-classes.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Document-classes.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Document classes (LaTeX2e unofficial reference manual (October 2021)) +Document classes (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Document-templates.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Document-templates.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Document-templates.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Document templates (LaTeX2e unofficial reference manual (October 2021)) +Document templates (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Dots.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Dots.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Dots.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Dots (LaTeX2e unofficial reference manual (October 2021)) +Dots (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Environment.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Environment.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Environment.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Environment (LaTeX2e unofficial reference manual (October 2021)) +Environment (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Environments.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Environments.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Environments.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Environments (LaTeX2e unofficial reference manual (October 2021)) +Environments (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Expressions.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Expressions.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Expressions.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Expressions (LaTeX2e unofficial reference manual (October 2021)) +Expressions (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Floats.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Floats.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Floats.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Floats (LaTeX2e unofficial reference manual (October 2021)) +Floats (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Font-sizes.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Font-sizes.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Font-sizes.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Font sizes (LaTeX2e unofficial reference manual (October 2021)) +Font sizes (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Font-styles.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Font-styles.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Font-styles.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Font styles (LaTeX2e unofficial reference manual (October 2021)) +Font styles (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Fonts.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Fonts.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Fonts.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Fonts (LaTeX2e unofficial reference manual (October 2021)) +Fonts (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Footnotes-in-a-table.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Footnotes-in-a-table.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Footnotes-in-a-table.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Footnotes in a table (LaTeX2e unofficial reference manual (October 2021)) +Footnotes in a table (LaTeX2e unofficial reference manual (January 2022)) - - + + @@ -127,7 +127,7 @@ \textit{HMS Polychrest} &Post Captain \\ \textit{HMS Lively} &Post Captain \\ \textit{HMS Surprise} &A number of books\footnote{% - Starting with HMS Surprise.} + Starting with \textit{HMS Surprise}.} \end{tabular} \end{minipage} \end{center} @@ -164,8 +164,11 @@ \end{center} + + +

For a floating table environment (see table), use the -tablefootnote package. +tablefootnote package.

\usepackage{tablefootnote}  % in preamble

Modified: trunk/latex2e-help-texinfo-tree/latex2e/Footnotes-in-section-headings.html
===================================================================
--- trunk/latex2e-help-texinfo-tree/latex2e/Footnotes-in-section-headings.html	2022-01-26 18:15:20 UTC (rev 1079)
+++ trunk/latex2e-help-texinfo-tree/latex2e/Footnotes-in-section-headings.html	2022-01-26 18:23:47 UTC (rev 1080)
@@ -4,7 +4,7 @@
 
 
 
-Footnotes in section headings (LaTeX2e unofficial reference manual (October 2021))
+Footnotes in section headings (LaTeX2e unofficial reference manual (January 2022))
 
-
-
+
+
 
 
 

Modified: trunk/latex2e-help-texinfo-tree/latex2e/Footnotes-of-footnotes.html
===================================================================
--- trunk/latex2e-help-texinfo-tree/latex2e/Footnotes-of-footnotes.html	2022-01-26 18:15:20 UTC (rev 1079)
+++ trunk/latex2e-help-texinfo-tree/latex2e/Footnotes-of-footnotes.html	2022-01-26 18:23:47 UTC (rev 1080)
@@ -4,7 +4,7 @@
 
 
 
-Footnotes of footnotes (LaTeX2e unofficial reference manual (October 2021))
+Footnotes of footnotes (LaTeX2e unofficial reference manual (January 2022))
 
-
-
+
+
 
 
 

Modified: trunk/latex2e-help-texinfo-tree/latex2e/Footnotes.html
===================================================================
--- trunk/latex2e-help-texinfo-tree/latex2e/Footnotes.html	2022-01-26 18:15:20 UTC (rev 1079)
+++ trunk/latex2e-help-texinfo-tree/latex2e/Footnotes.html	2022-01-26 18:23:47 UTC (rev 1080)
@@ -4,7 +4,7 @@
 
 
 
-Footnotes (LaTeX2e unofficial reference manual (October 2021))
+Footnotes (LaTeX2e unofficial reference manual (January 2022))
 
-
-
+
+
 
 
 

Modified: trunk/latex2e-help-texinfo-tree/latex2e/Front_002fback-matter.html
===================================================================
--- trunk/latex2e-help-texinfo-tree/latex2e/Front_002fback-matter.html	2022-01-26 18:15:20 UTC (rev 1079)
+++ trunk/latex2e-help-texinfo-tree/latex2e/Front_002fback-matter.html	2022-01-26 18:23:47 UTC (rev 1080)
@@ -4,7 +4,7 @@
 
 
 
-Front/back matter (LaTeX2e unofficial reference manual (October 2021))
+Front/back matter (LaTeX2e unofficial reference manual (January 2022))
 
-
-
+
+
 
 
 

Modified: trunk/latex2e-help-texinfo-tree/latex2e/Glossaries.html
===================================================================
--- trunk/latex2e-help-texinfo-tree/latex2e/Glossaries.html	2022-01-26 18:15:20 UTC (rev 1079)
+++ trunk/latex2e-help-texinfo-tree/latex2e/Glossaries.html	2022-01-26 18:23:47 UTC (rev 1080)
@@ -4,7 +4,7 @@
 
 
 
-Glossaries (LaTeX2e unofficial reference manual (October 2021))
+Glossaries (LaTeX2e unofficial reference manual (January 2022))
 
-
-
+
+
 
 
 

Modified: trunk/latex2e-help-texinfo-tree/latex2e/Graphics-package-configuration.html
===================================================================
--- trunk/latex2e-help-texinfo-tree/latex2e/Graphics-package-configuration.html	2022-01-26 18:15:20 UTC (rev 1079)
+++ trunk/latex2e-help-texinfo-tree/latex2e/Graphics-package-configuration.html	2022-01-26 18:23:47 UTC (rev 1080)
@@ -4,7 +4,7 @@
 
 
 
-Graphics package configuration (LaTeX2e unofficial reference manual (October 2021))
+Graphics package configuration (LaTeX2e unofficial reference manual (January 2022))
 
-
-
+
+
 
 
 

Modified: trunk/latex2e-help-texinfo-tree/latex2e/Graphics-package-options.html
===================================================================
--- trunk/latex2e-help-texinfo-tree/latex2e/Graphics-package-options.html	2022-01-26 18:15:20 UTC (rev 1079)
+++ trunk/latex2e-help-texinfo-tree/latex2e/Graphics-package-options.html	2022-01-26 18:23:47 UTC (rev 1080)
@@ -4,7 +4,7 @@
 
 
 
-Graphics package options (LaTeX2e unofficial reference manual (October 2021))
+Graphics package options (LaTeX2e unofficial reference manual (January 2022))
 
-
-
+
+
 
 
 

Modified: trunk/latex2e-help-texinfo-tree/latex2e/Graphics.html
===================================================================
--- trunk/latex2e-help-texinfo-tree/latex2e/Graphics.html	2022-01-26 18:15:20 UTC (rev 1079)
+++ trunk/latex2e-help-texinfo-tree/latex2e/Graphics.html	2022-01-26 18:23:47 UTC (rev 1080)
@@ -4,7 +4,7 @@
 
 
 
-Graphics (LaTeX2e unofficial reference manual (October 2021))
+Graphics (LaTeX2e unofficial reference manual (January 2022))
 
-
-
+
+
 
 
 

Modified: trunk/latex2e-help-texinfo-tree/latex2e/Greek-letters.html
===================================================================
--- trunk/latex2e-help-texinfo-tree/latex2e/Greek-letters.html	2022-01-26 18:15:20 UTC (rev 1079)
+++ trunk/latex2e-help-texinfo-tree/latex2e/Greek-letters.html	2022-01-26 18:23:47 UTC (rev 1080)
@@ -4,7 +4,7 @@
 
 
 
-Greek letters (LaTeX2e unofficial reference manual (October 2021))
+Greek letters (LaTeX2e unofficial reference manual (January 2022))
 
-
-
+
+
 
 
 

Modified: trunk/latex2e-help-texinfo-tree/latex2e/Index.html
===================================================================
--- trunk/latex2e-help-texinfo-tree/latex2e/Index.html	2022-01-26 18:15:20 UTC (rev 1079)
+++ trunk/latex2e-help-texinfo-tree/latex2e/Index.html	2022-01-26 18:23:47 UTC (rev 1080)
@@ -4,7 +4,7 @@
 
 
 
-Index (LaTeX2e unofficial reference manual (October 2021))
+Index (LaTeX2e unofficial reference manual (January 2022))
 
-
-
+
+
 
 
 
@@ -1668,6 +1668,7 @@
 environment, picturepicture
 environment, quotationquotation & quote
 environment, quotequotation & quote
+environment, sloppyparsloppypar
 environment, tabbingtabbing
 environment, tabletable
 environment, tabulartabular
@@ -1860,7 +1861,7 @@
 implementations of TeXTeX engines
 importing graphics\includegraphics
 inUnits of length
-inchUnits of length
+inchUnits of length
 including graphics\includegraphics
 indent, forcing\indent & \noindent
 indentation of paragraphs, in minipageminipage
@@ -2259,6 +2260,7 @@
 package, siunitxminipage
 package, siunitx~
 package, suffix\@ifstar
+package, tablefootnoteFootnotes in a table
 package, texosquery\write18
 package, textcaseUpper and lower case
 package, TikZ\line
@@ -2282,6 +2284,7 @@
 package, xparse\@ifstar
 package, xrxr package
 package, xr-hyperxr package
+package, xspacexspace package
 package, xstringJobname
 packages, loading additionalAdditional packages
 page break, forcing\pagebreak & \nopagebreak
@@ -2349,6 +2352,7 @@
 position, in picturepicture
 positional parameter\newcommand & \renewcommand
 postamblemakeindex
+PostScript pointUnits of length
 postscript, in letters\ps
 pounds symbolText symbols
 preamblemakeindex
@@ -2466,8 +2470,8 @@
 skip register, plain TeX\newlength
 slanted fontFont styles
 slides classDocument classes
-sloppyparsloppypar
 sloppypar environmentsloppypar
+sloppypar environmentsloppypar
 slot, font\DeclareTextAccent
 small caps fontFont styles
 sort\newglossaryentry
@@ -2548,6 +2552,7 @@
 table of contents, avoiding footnotesFootnotes in section headings
 table of contents, creatingTable of contents etc.
 table of contents, sectioning numbers printedSectioning
+tablefootnote packageFootnotes in a table
 tables, creatingtable
 tabular environmenttabular
 template (simple), articlearticle template
@@ -2697,6 +2702,7 @@
 xparse package\@ifstar
 xr packagexr package
 xr-hyper packagexr package
+xspace packagexspace package
 xstring packageJobname
  
Modified: trunk/latex2e-help-texinfo-tree/latex2e/Indexes.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Indexes.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Indexes.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Indexes (LaTeX2e unofficial reference manual (October 2021)) +Indexes (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Input_002foutput.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Input_002foutput.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Input_002foutput.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Input/output (LaTeX2e unofficial reference manual (October 2021)) +Input/output (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Jobname.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Jobname.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Jobname.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Jobname (LaTeX2e unofficial reference manual (October 2021)) +Jobname (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/LaTeX-command-syntax.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/LaTeX-command-syntax.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/LaTeX-command-syntax.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -LaTeX command syntax (LaTeX2e unofficial reference manual (October 2021)) +LaTeX command syntax (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Larger-book-template.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Larger-book-template.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Larger-book-template.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Larger book template (LaTeX2e unofficial reference manual (October 2021)) +Larger book template (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Layout.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Layout.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Layout.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Layout (LaTeX2e unofficial reference manual (October 2021)) +Layout (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Leading-blanks.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Leading-blanks.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Leading-blanks.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -Leading blanks (LaTeX2e unofficial reference manual (October 2021)) +Leading blanks (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Lengths.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Lengths.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Lengths.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Lengths (LaTeX2e unofficial reference manual (October 2021)) +Lengths (LaTeX2e unofficial reference manual (January 2022)) - - + + @@ -219,10 +219,10 @@ \end{minipage}
-

TeX actually has three levels of infinity for glue components: -fil, fill, and filll. The later ones are more -infinite than the earlier ones. Ordinarily document authors only use -the middle one (see \hfill and see \vfill). +

TeX has three levels of infinity for glue components: fil, +fill, and filll. The later ones are more infinite than +the earlier ones. Ordinarily document authors only use the middle one +(see \hfill and see \vfill).

Multiplying a rubber length by a number turns it into a rigid length, so that after \setlength{\ylength}{1in plus 0.2in} and Modified: trunk/latex2e-help-texinfo-tree/latex2e/Lengths_002fem.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Lengths_002fem.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Lengths_002fem.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -Lengths/em (LaTeX2e unofficial reference manual (October 2021)) +Lengths/em (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Lengths_002fex.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Lengths_002fex.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Lengths_002fex.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -Lengths/ex (LaTeX2e unofficial reference manual (October 2021)) +Lengths/ex (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Letters.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Letters.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Letters.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Letters (LaTeX2e unofficial reference manual (October 2021)) +Letters (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Line-breaking.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Line-breaking.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Line-breaking.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Line breaking (LaTeX2e unofficial reference manual (October 2021)) +Line breaking (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Low_002dlevel-font-commands.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Low_002dlevel-font-commands.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Low_002dlevel-font-commands.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Low-level font commands (LaTeX2e unofficial reference manual (October 2021)) +Low-level font commands (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Making-paragraphs.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Making-paragraphs.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Making-paragraphs.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Making paragraphs (LaTeX2e unofficial reference manual (October 2021)) +Making paragraphs (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Marginal-notes.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Marginal-notes.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Marginal-notes.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Marginal notes (LaTeX2e unofficial reference manual (October 2021)) +Marginal notes (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Math-accents.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Math-accents.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Math-accents.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Math accents (LaTeX2e unofficial reference manual (October 2021)) +Math accents (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Math-formulas.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Math-formulas.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Math-formulas.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Math formulas (LaTeX2e unofficial reference manual (October 2021)) +Math formulas (LaTeX2e unofficial reference manual (January 2022)) - - + + @@ -201,7 +201,7 @@

The American Mathematical Society has made freely available a set of packages that greatly expand your options for writing mathematics, -amsmath and amssymb (also be aware of the mathtools +amsmath and amssymb (also be aware of the mathtools package that is an extension to, and loads, amsmath). New documents that will have mathematical text should use these packages. Descriptions of these packages is outside the scope of this document; Modified: trunk/latex2e-help-texinfo-tree/latex2e/Math-functions.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Math-functions.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Math-functions.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Math functions (LaTeX2e unofficial reference manual (October 2021)) +Math functions (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Math-miscellany.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Math-miscellany.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Math-miscellany.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Math miscellany (LaTeX2e unofficial reference manual (October 2021)) +Math miscellany (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Math-styles.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Math-styles.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Math-styles.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Math styles (LaTeX2e unofficial reference manual (October 2021)) +Math styles (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Math-symbols.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Math-symbols.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Math-symbols.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Math symbols (LaTeX2e unofficial reference manual (October 2021)) +Math symbols (LaTeX2e unofficial reference manual (January 2022)) - - + + @@ -244,7 +244,7 @@

\Box

□ Modal operator for necessity; square open box -(ordinary). Not available in plain TeX. In LaTeX you need to load the amssymb package. +(ordinary). Not available in plain TeX. In LaTeX you need to load the amssymb package.

\bullet
@@ -278,7 +278,7 @@
\complement

∁, Set complement, used as a superscript as in -$S^\complement$ (ordinary). Not available in plain TeX. In LaTeX you need to load the amssymb package. Also used: +$S^\complement$ (ordinary). Not available in plain TeX. In LaTeX you need to load the amssymb package. Also used: $S^{\mathsf{c}}$ or $\bar{S}$.

@@ -317,7 +317,7 @@

\Diamond
-

◇ Large diamond operator (ordinary). Not available in plain TeX. In LaTeX you need to load the amssymb package. +

◇ Large diamond operator (ordinary). Not available in plain TeX. In LaTeX you need to load the amssymb package.

\diamond
@@ -564,7 +564,7 @@
\lhd

◁ Arrowhead, that is, triangle, pointing left (binary). For the normal subgroup symbol you should load -amssymb and use \vartriangleleft (which is a relation +amssymb and use \vartriangleleft (which is a relation and so gives better spacing).

@@ -673,7 +673,7 @@ following operator (relation).

Many negated operators are available that don’t require \not, -particularly with the amssymb package. For example, \notin +particularly with the amssymb package. For example, \notin is typographically preferable to \not\in.

@@ -831,7 +831,7 @@
\restriction

↾, Restriction of a function (relation). Synonym: -\upharpoonright. Not available in plain TeX. In LaTeX you need to load the amssymb package. +\upharpoonright. Not available in plain TeX. In LaTeX you need to load the amssymb package.

\revemptyset
@@ -847,7 +847,7 @@
\rhd

◁ Arrowhead, that is, triangle, pointing right (binary). For the normal subgroup symbol you should instead -load amssymb and use \vartriangleright (which is a +load amssymb and use \vartriangleright (which is a relation and so gives better spacing).

@@ -939,7 +939,7 @@
\sqsubset

⊏, Square subset symbol (relation). Similar: -subset \subset. Not available in plain TeX. In LaTeX you need to load the amssymb package. +subset \subset. Not available in plain TeX. In LaTeX you need to load the amssymb package.

\sqsubseteq
@@ -949,7 +949,7 @@
\sqsupset

⊐, Square superset symbol (relation). Similar: -superset \supset. Not available in plain TeX. In LaTeX you need to load the amssymb package. +superset \supset. Not available in plain TeX. In LaTeX you need to load the amssymb package.

\sqsupseteq
@@ -1037,21 +1037,21 @@
\triangleleft

◁ Not-filled triangle pointing left (binary). Similar: \lhd. For the normal subgroup symbol you -should load amssymb and use \vartriangleleft (which +should load amssymb and use \vartriangleleft (which is a relation and so gives better spacing).

\triangleright

▷ Not-filled triangle pointing right (binary). For the normal subgroup symbol you should instead load -amssymb and use \vartriangleright (which is a +amssymb and use \vartriangleright (which is a relation and so gives better spacing).

\unlhd

⊴ Left-pointing not-filled underlined arrowhead, that is, triangle, with a line under (binary). For the -normal subgroup symbol load amssymb and +normal subgroup symbol load amssymb and use \vartrianglelefteq (which is a relation and so gives better spacing).

@@ -1059,7 +1059,7 @@
\unrhd

⊵ Right-pointing not-filled underlined arrowhead, that is, triangle, with a line under (binary). For the -normal subgroup symbol load amssymb and +normal subgroup symbol load amssymb and use \vartrianglerighteq (which is a relation and so gives better spacing).

@@ -1091,7 +1091,7 @@
\upharpoonright

↾, Up harpoon, with barb on right side (relation). Synonym: \restriction. -Not available in plain TeX. In LaTeX you need to load the amssymb package. +Not available in plain TeX. In LaTeX you need to load the amssymb package.

\uplus
@@ -1117,7 +1117,7 @@
\vanothing

∅, Empty set symbol. Similar: \emptyset. Related: -\revemptyset. Not available in plain TeX. In LaTeX you need to load the amssymb package. +\revemptyset. Not available in plain TeX. In LaTeX you need to load the amssymb package.

\varphi
Modified: trunk/latex2e-help-texinfo-tree/latex2e/Modes.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Modes.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Modes.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Modes (LaTeX2e unofficial reference manual (October 2021)) +Modes (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Non_002dEnglish-characters.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Non_002dEnglish-characters.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Non_002dEnglish-characters.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -Non-English characters (LaTeX2e unofficial reference manual (October 2021)) +Non-English characters (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Output-files.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Output-files.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Output-files.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Output files (LaTeX2e unofficial reference manual (October 2021)) +Output files (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Over_002d-and-Underlining.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Over_002d-and-Underlining.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Over_002d-and-Underlining.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Over- and Underlining (LaTeX2e unofficial reference manual (October 2021)) +Over- and Underlining (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Overview.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Overview.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Overview.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Overview (LaTeX2e unofficial reference manual (October 2021)) +Overview (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Page-breaking.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Page-breaking.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Page-breaking.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Page breaking (LaTeX2e unofficial reference manual (October 2021)) +Page breaking (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Page-layout-parameters.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Page-layout-parameters.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Page-layout-parameters.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Page layout parameters (LaTeX2e unofficial reference manual (October 2021)) +Page layout parameters (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Page-styles.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Page-styles.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Page-styles.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Page styles (LaTeX2e unofficial reference manual (October 2021)) +Page styles (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Produce-the-index-manually.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Produce-the-index-manually.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Produce-the-index-manually.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Produce the index manually (LaTeX2e unofficial reference manual (October 2021)) +Produce the index manually (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Recovering-from-errors.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Recovering-from-errors.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Recovering-from-errors.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Recovering from errors (LaTeX2e unofficial reference manual (October 2021)) +Recovering from errors (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Reserved-characters.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Reserved-characters.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Reserved-characters.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Reserved characters (LaTeX2e unofficial reference manual (October 2021)) +Reserved characters (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Sectioning.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Sectioning.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Sectioning.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Sectioning (LaTeX2e unofficial reference manual (October 2021)) +Sectioning (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Sectioning_002fsecnumdepth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Sectioning_002fsecnumdepth.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Sectioning_002fsecnumdepth.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -Sectioning/secnumdepth (LaTeX2e unofficial reference manual (October 2021)) +Sectioning/secnumdepth (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Sectioning_002ftocdepth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Sectioning_002ftocdepth.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Sectioning_002ftocdepth.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -Sectioning/tocdepth (LaTeX2e unofficial reference manual (October 2021)) +Sectioning/tocdepth (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Spaces.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Spaces.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Spaces.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Spaces (LaTeX2e unofficial reference manual (October 2021)) +Spaces (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Spacing-in-math-mode.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Spacing-in-math-mode.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Spacing-in-math-mode.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Spacing in math mode (LaTeX2e unofficial reference manual (October 2021)) +Spacing in math mode (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Spacing-in-math-mode_002f_005cthinspace.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Spacing-in-math-mode_002f_005cthinspace.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Spacing-in-math-mode_002f_005cthinspace.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -Spacing in math mode/\thinspace (LaTeX2e unofficial reference manual (October 2021)) +Spacing in math mode/\thinspace (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Special-insertions.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Special-insertions.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Special-insertions.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Special insertions (LaTeX2e unofficial reference manual (October 2021)) +Special insertions (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Splitting-the-input.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Splitting-the-input.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Splitting-the-input.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Splitting the input (LaTeX2e unofficial reference manual (October 2021)) +Splitting the input (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Starting-_0026-ending.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Starting-_0026-ending.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Starting-_0026-ending.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -Starting & ending (LaTeX2e unofficial reference manual (October 2021)) +Starting & ending (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Starting-and-ending.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Starting-and-ending.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Starting-and-ending.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Starting and ending (LaTeX2e unofficial reference manual (October 2021)) +Starting and ending (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Subscripts-_0026-superscripts.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Subscripts-_0026-superscripts.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Subscripts-_0026-superscripts.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Subscripts & superscripts (LaTeX2e unofficial reference manual (October 2021)) +Subscripts & superscripts (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Symbols-by-font-position.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Symbols-by-font-position.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Symbols-by-font-position.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Symbols by font position (LaTeX2e unofficial reference manual (October 2021)) +Symbols by font position (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Table-of-contents-etc_002e.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Table-of-contents-etc_002e.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Table-of-contents-etc_002e.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Table of contents etc. (LaTeX2e unofficial reference manual (October 2021)) +Table of contents etc. (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/TeX-engines.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/TeX-engines.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/TeX-engines.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -TeX engines (LaTeX2e unofficial reference manual (October 2021)) +TeX engines (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Text-symbols.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Text-symbols.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Text-symbols.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Text symbols (LaTeX2e unofficial reference manual (October 2021)) +Text symbols (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Typefaces.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Typefaces.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Typefaces.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -Typefaces (LaTeX2e unofficial reference manual (October 2021)) +Typefaces (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Units-of-length.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Units-of-length.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Units-of-length.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Units of length (LaTeX2e unofficial reference manual (October 2021)) +Units of length (LaTeX2e unofficial reference manual (January 2022)) - - + + @@ -118,78 +118,91 @@
pt
-

Point, 1/72.27 inch. The conversion to metric units -is 1point = 2.845mm = .2845cm. +

Point, 1/72.27 inch. The (approximate) conversion to metric units +is 1point = .35146mm = .035146cm.

-
pc
-
+
pc
+

Pica, 12 pt

in
-

Inch, 72.27 pt +

Inch, 72.27 pt

bp
+

Big point, 1/72 inch. This length is the definition of a point in PostScript and many desktop publishing systems.

-
cm
-
-

Centimeter +

mm
+
+

Millimeter, 2.845 pt

-
mm
-
-

Millimeter +

cm
+
+

Centimeter, 10 mm

-
dd
-
+
dd
+

Didot point, 1.07 pt

-
cc
-
+
cc
+

Cicero, 12 dd

-
sp
-
+
sp
+

Scaled point, 1/65536 pt

+

Three other units are defined according to the current font, rather +than being an absolute dimension. +

+
+
ex
+
- - - - - -

Two other lengths that are often used are values set by the designer of -the font. The x-height of the current font ex, traditionally the +

The x-height of the current font ex, traditionally the height of the lowercase letter x, is often used for vertical -lengths. Similarly em, traditionally the width of the capital -letter M, is often used for horizontal lengths (there is also -\enspace, which is 0.5em). Use of these can help make a -definition work better across font changes. For example, a definition -of the vertical space between list items given as -\setlength{\itemsep}{1ex plus 0.05ex minus 0.01ex} is more -likely to still be reasonable if the font is changed than a definition -given in points. +lengths.

- - -

In math mode, many definitions are expressed in terms of the math unit -mu given by 1 em = 18 mu, where the em is taken from the current -math symbols family. See Spacing in math mode. +

+
em
+
+ +

Similarly em, traditionally the width of the capital +letter M, is often used for horizontal lengths. This is also often +the size of the current font, e.g., a nominal 10pt font will +have 1em = 10pt. LaTeX has several commands to produce +horizontal spaces based on the em (see \enspace & \quad & \qquad).

+
+
mu
+
+

Finally, in math mode, many definitions are expressed in terms +of the math unit mu, defined by 1em = 18mu, where the +em is taken from the current math symbols family. See Spacing in math mode. +

+
+
+

Using these units can help make a definition work better across font +changes. For example, a definition of the vertical space between list +items given as \setlength{\itemsep}{1ex plus 0.05ex minus +0.01ex} is more likely to still be reasonable if the font is changed +than a definition given in points. +

Modified: trunk/latex2e-help-texinfo-tree/latex2e/Upper-and-lower-case.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Upper-and-lower-case.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Upper-and-lower-case.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Upper and lower case (LaTeX2e unofficial reference manual (October 2021)) +Upper and lower case (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Using-BibTeX.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Using-BibTeX.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/Using-BibTeX.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Using BibTeX (LaTeX2e unofficial reference manual (October 2021)) +Using BibTeX (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cAT.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cAT.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cAT.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -\AT (LaTeX2e unofficial reference manual (October 2021)) +\AT (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cAtBeginDocument.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cAtBeginDocument.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cAtBeginDocument.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\AtBeginDocument (LaTeX2e unofficial reference manual (October 2021)) +\AtBeginDocument (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndDocument.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndDocument.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndDocument.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\AtEndDocument (LaTeX2e unofficial reference manual (October 2021)) +\AtEndDocument (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareFontEncoding.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareFontEncoding.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareFontEncoding.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\DeclareFontEncoding (LaTeX2e unofficial reference manual (October 2021)) +\DeclareFontEncoding (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareGraphicsExtensions.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareGraphicsExtensions.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareGraphicsExtensions.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\DeclareGraphicsExtensions (LaTeX2e unofficial reference manual (October 2021)) +\DeclareGraphicsExtensions (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareGraphicsRule.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareGraphicsRule.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareGraphicsRule.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\DeclareGraphicsRule (LaTeX2e unofficial reference manual (October 2021)) +\DeclareGraphicsRule (LaTeX2e unofficial reference manual (January 2022)) - - + + @@ -120,7 +120,7 @@

Declare how to handle graphic files whose names end in extension.

-

This example declares that all files with names have the form +

This example declares that all files with names of the form filename-without-dot.mps will be treated as output from MetaPost, meaning that the printer driver will use its MetaPost-handling code to input the file. Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextAccent.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextAccent.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextAccent.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\DeclareTextAccent (LaTeX2e unofficial reference manual (October 2021)) +\DeclareTextAccent (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextAccentDefault.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextAccentDefault.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextAccentDefault.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\DeclareTextAccentDefault (LaTeX2e unofficial reference manual (October 2021)) +\DeclareTextAccentDefault (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextCommand-_0026-_005cProvideTextCommand.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\DeclareTextCommand & \ProvideTextCommand (LaTeX2e unofficial reference manual (October 2021)) +\DeclareTextCommand & \ProvideTextCommand (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\DeclareTextCommandDefault & \ProvideTextCommandDefault (LaTeX2e unofficial reference manual (October 2021)) +\DeclareTextCommandDefault & \ProvideTextCommandDefault (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextComposite.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextComposite.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextComposite.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\DeclareTextComposite (LaTeX2e unofficial reference manual (October 2021)) +\DeclareTextComposite (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextCompositeCommand.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextCompositeCommand.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextCompositeCommand.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\DeclareTextCompositeCommand (LaTeX2e unofficial reference manual (October 2021)) +\DeclareTextCompositeCommand (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextSymbol.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextSymbol.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextSymbol.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\DeclareTextSymbol (LaTeX2e unofficial reference manual (October 2021)) +\DeclareTextSymbol (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextSymbolDefault.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextSymbolDefault.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextSymbolDefault.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\DeclareTextSymbolDefault (LaTeX2e unofficial reference manual (October 2021)) +\DeclareTextSymbolDefault (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cLastDeclaredEncoding.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cLastDeclaredEncoding.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cLastDeclaredEncoding.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\LastDeclaredEncoding (LaTeX2e unofficial reference manual (October 2021)) +\LastDeclaredEncoding (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cUseTextSymbol-_0026-_005cUseTextAccent.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cUseTextSymbol-_0026-_005cUseTextAccent.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cUseTextSymbol-_0026-_005cUseTextAccent.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\UseTextSymbol & \UseTextAccent (LaTeX2e unofficial reference manual (October 2021)) +\UseTextSymbol & \UseTextAccent (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_0028SPACE_0029.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_0028SPACE_0029.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_0028SPACE_0029.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\(SPACE) (LaTeX2e unofficial reference manual (October 2021)) +\(SPACE) (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_002a.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_002a.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_002a.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\* (LaTeX2e unofficial reference manual (October 2021)) +\* (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_002d-_0028hyphenation_0029.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_002d-_0028hyphenation_0029.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_002d-_0028hyphenation_0029.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\- (hyphenation) (LaTeX2e unofficial reference manual (October 2021)) +\- (hyphenation) (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_002f.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_002f.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_002f.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\/ (LaTeX2e unofficial reference manual (October 2021)) +\/ (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\@ (LaTeX2e unofficial reference manual (October 2021)) +\@ (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040dottedtocline.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040dottedtocline.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040dottedtocline.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\@dottedtocline (LaTeX2e unofficial reference manual (October 2021)) +\@dottedtocline (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040ifstar.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040ifstar.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040ifstar.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\@ifstar (LaTeX2e unofficial reference manual (October 2021)) +\@ifstar (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\@startsection (LaTeX2e unofficial reference manual (October 2021)) +\@startsection (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fafterskip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fafterskip.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fafterskip.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -\@startsection/afterskip (LaTeX2e unofficial reference manual (October 2021)) +\@startsection/afterskip (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fbeforeskip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fbeforeskip.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fbeforeskip.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -\@startsection/beforeskip (LaTeX2e unofficial reference manual (October 2021)) +\@startsection/beforeskip (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002findent.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002findent.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002findent.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -\@startsection/indent (LaTeX2e unofficial reference manual (October 2021)) +\@startsection/indent (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002flevel.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002flevel.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002flevel.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -\@startsection/level (LaTeX2e unofficial reference manual (October 2021)) +\@startsection/level (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fname.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fname.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fname.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -\@startsection/name (LaTeX2e unofficial reference manual (October 2021)) +\@startsection/name (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fstyle.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fstyle.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fstyle.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -\@startsection/style (LaTeX2e unofficial reference manual (October 2021)) +\@startsection/style (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_005c.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_005c.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_005c.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\\ (LaTeX2e unofficial reference manual (October 2021)) +\\ (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005caccent.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005caccent.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005caccent.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\accent (LaTeX2e unofficial reference manual (October 2021)) +\accent (LaTeX2e unofficial reference manual (January 2022)) - - + + @@ -117,9 +117,9 @@

A TeX primitive command used to generate accented characters from -accent marks and letters. The accent mark is selected by number, -a numeric argument, followed by a space and then a character argument -constructs the accented character in the current font. +accent marks and letters. The accent mark is selected by number, a +numeric argument, followed by a space and then a character +argument to construct the accented character in the current font.

These are accented ‘e’ characters.

@@ -131,7 +131,8 @@ \accent23 e -

The first is a grave, the second is breve, etc. +

The first is a grave, the second a caron, the third a breve, the fourth +a macron, and the fifth a ring above.

The position of the accent is determined by the font designer and so the outcome of \accent use may differ between fonts. In LaTeX it is Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005caddcontentsline.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005caddcontentsline.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005caddcontentsline.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\addcontentsline (LaTeX2e unofficial reference manual (October 2021)) +\addcontentsline (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005caddress.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005caddress.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005caddress.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\address (LaTeX2e unofficial reference manual (October 2021)) +\address (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005caddtocontents.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005caddtocontents.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005caddtocontents.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\addtocontents (LaTeX2e unofficial reference manual (October 2021)) +\addtocontents (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005caddtocounter.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005caddtocounter.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005caddtocounter.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\addtocounter (LaTeX2e unofficial reference manual (October 2021)) +\addtocounter (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005caddtolength.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005caddtolength.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005caddtolength.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\addtolength (LaTeX2e unofficial reference manual (October 2021)) +\addtolength (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005caddvspace.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005caddvspace.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005caddvspace.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\addvspace (LaTeX2e unofficial reference manual (October 2021)) +\addvspace (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005calph-_005cAlph-_005carabic-_005croman-_005cRoman-_005cfnsymbol.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\alph \Alph \arabic \roman \Roman \fnsymbol (LaTeX2e unofficial reference manual (October 2021)) +\alph \Alph \arabic \roman \Roman \fnsymbol (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cappendix.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cappendix.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cappendix.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\appendix (LaTeX2e unofficial reference manual (October 2021)) +\appendix (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cbaselineskip-_0026-_005cbaselinestretch.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cbaselineskip-_0026-_005cbaselinestretch.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cbaselineskip-_0026-_005cbaselinestretch.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\baselineskip & \baselinestretch (LaTeX2e unofficial reference manual (October 2021)) +\baselineskip & \baselinestretch (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cbibitem.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cbibitem.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cbibitem.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\bibitem (LaTeX2e unofficial reference manual (October 2021)) +\bibitem (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cbigbreak-_0026-_005cmedbreak-_0026-_005csmallbreak.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\bigbreak & \medbreak & \smallbreak (LaTeX2e unofficial reference manual (October 2021)) +\bigbreak & \medbreak & \smallbreak (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cbigl-_0026-_005cbigr-etc_002e.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cbigl-_0026-_005cbigr-etc_002e.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cbigl-_0026-_005cbigr-etc_002e.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\bigl & \bigr etc. (LaTeX2e unofficial reference manual (October 2021)) +\bigl & \bigr etc. (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\bigskip & \medskip & \smallskip (LaTeX2e unofficial reference manual (October 2021)) +\bigskip & \medskip & \smallskip (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cboldmath-_0026-_005cunboldmath.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cboldmath-_0026-_005cunboldmath.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cboldmath-_0026-_005cunboldmath.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\boldmath & \unboldmath (LaTeX2e unofficial reference manual (October 2021)) +\boldmath & \unboldmath (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005ccaption.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005ccaption.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005ccaption.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\caption (LaTeX2e unofficial reference manual (October 2021)) +\caption (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005ccc.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005ccc.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005ccc.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\cc (LaTeX2e unofficial reference manual (October 2021)) +\cc (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005ccentering.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005ccentering.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005ccentering.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\centering (LaTeX2e unofficial reference manual (October 2021)) +\centering (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cchapter.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cchapter.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cchapter.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\chapter (LaTeX2e unofficial reference manual (October 2021)) +\chapter (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005ccircle.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005ccircle.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005ccircle.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\circle (LaTeX2e unofficial reference manual (October 2021)) +\circle (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005ccite.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005ccite.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005ccite.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\cite (LaTeX2e unofficial reference manual (October 2021)) +\cite (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cclearpage-_0026-_005ccleardoublepage.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cclearpage-_0026-_005ccleardoublepage.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cclearpage-_0026-_005ccleardoublepage.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\clearpage & \cleardoublepage (LaTeX2e unofficial reference manual (October 2021)) +\clearpage & \cleardoublepage (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005ccline.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005ccline.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005ccline.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\cline (LaTeX2e unofficial reference manual (October 2021)) +\cline (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cclosing.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cclosing.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cclosing.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\closing (LaTeX2e unofficial reference manual (October 2021)) +\closing (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005ccontentsline.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005ccontentsline.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005ccontentsline.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\contentsline (LaTeX2e unofficial reference manual (October 2021)) +\contentsline (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cdashbox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cdashbox.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cdashbox.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\dashbox (LaTeX2e unofficial reference manual (October 2021)) +\dashbox (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cday-_0026-_005cmonth-_0026-_005cyear.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cday-_0026-_005cmonth-_0026-_005cyear.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cday-_0026-_005cmonth-_0026-_005cyear.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\day & \month & \year (LaTeX2e unofficial reference manual (October 2021)) +\day & \month & \year (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cdiscretionary.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cdiscretionary.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cdiscretionary.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\discretionary (LaTeX2e unofficial reference manual (October 2021)) +\discretionary (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cencl.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cencl.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cencl.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\encl (LaTeX2e unofficial reference manual (October 2021)) +\encl (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cendinput.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cendinput.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cendinput.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\endinput (LaTeX2e unofficial reference manual (October 2021)) +\endinput (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cenlargethispage.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cenlargethispage.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cenlargethispage.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\enlargethispage (LaTeX2e unofficial reference manual (October 2021)) +\enlargethispage (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005censpace-_0026-_005cquad-_0026-_005cqquad.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005censpace-_0026-_005cquad-_0026-_005cqquad.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005censpace-_0026-_005cquad-_0026-_005cqquad.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\enspace & \quad & \qquad (LaTeX2e unofficial reference manual (October 2021)) +\enspace & \quad & \qquad (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005censuremath.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005censuremath.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005censuremath.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\ensuremath (LaTeX2e unofficial reference manual (October 2021)) +\ensuremath (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cfbox-_0026-_005cframebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cfbox-_0026-_005cframebox.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cfbox-_0026-_005cframebox.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\fbox & \framebox (LaTeX2e unofficial reference manual (October 2021)) +\fbox & \framebox (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cflushbottom.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cflushbottom.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cflushbottom.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\flushbottom (LaTeX2e unofficial reference manual (October 2021)) +\flushbottom (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cfootnote.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cfootnote.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cfootnote.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\footnote (LaTeX2e unofficial reference manual (October 2021)) +\footnote (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cfootnotemark.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cfootnotemark.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cfootnotemark.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\footnotemark (LaTeX2e unofficial reference manual (October 2021)) +\footnotemark (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cfootnotetext.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cfootnotetext.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cfootnotetext.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\footnotetext (LaTeX2e unofficial reference manual (October 2021)) +\footnotetext (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cfrac.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cfrac.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cfrac.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\frac (LaTeX2e unofficial reference manual (October 2021)) +\frac (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cframe.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cframe.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cframe.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\frame (LaTeX2e unofficial reference manual (October 2021)) +\frame (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cframebox-_0028picture_0029.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cframebox-_0028picture_0029.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cframebox-_0028picture_0029.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\framebox (picture) (LaTeX2e unofficial reference manual (October 2021)) +\framebox (picture) (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cfrenchspacing-_0026-_005cnonfrenchspacing.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cfrenchspacing-_0026-_005cnonfrenchspacing.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cfrenchspacing-_0026-_005cnonfrenchspacing.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\frenchspacing & \nonfrenchspacing (LaTeX2e unofficial reference manual (October 2021)) +\frenchspacing & \nonfrenchspacing (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cfrenchspacing.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cfrenchspacing.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cfrenchspacing.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -\frenchspacing (LaTeX2e unofficial reference manual (October 2021)) +\frenchspacing (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\frontmatter & \mainmatter & \backmatter (LaTeX2e unofficial reference manual (October 2021)) +\frontmatter & \mainmatter & \backmatter (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cfussy-_0026-_005csloppy.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cfussy-_0026-_005csloppy.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cfussy-_0026-_005csloppy.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\fussy & \sloppy (LaTeX2e unofficial reference manual (October 2021)) +\fussy & \sloppy (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cgls.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cgls.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cgls.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\gls (LaTeX2e unofficial reference manual (October 2021)) +\gls (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cgraphicspath.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cgraphicspath.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cgraphicspath.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\graphicspath (LaTeX2e unofficial reference manual (October 2021)) +\graphicspath (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cgraphpaper.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cgraphpaper.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cgraphpaper.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\graphpaper (LaTeX2e unofficial reference manual (October 2021)) +\graphpaper (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005chfill.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005chfill.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005chfill.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\hfill (LaTeX2e unofficial reference manual (October 2021)) +\hfill (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005chline.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005chline.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005chline.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\hline (LaTeX2e unofficial reference manual (October 2021)) +\hline (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005chrulefill-_0026-_005cdotfill.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005chrulefill-_0026-_005cdotfill.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005chrulefill-_0026-_005cdotfill.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\hrulefill & \dotfill (LaTeX2e unofficial reference manual (October 2021)) +\hrulefill & \dotfill (LaTeX2e unofficial reference manual (January 2022)) - - + + @@ -147,7 +147,7 @@

\renewcommand{\hrulefill}{%
-  \leavevmode\leaders\hrule height 1pt\hfill\kern\z@}
+  \leavevmode\leaders\hrule height 1pt\hfill\kern0pt }
 

which changes the default thickness of 0.4pt to 1pt. @@ -155,7 +155,7 @@

\renewcommand{\dotfill}{%
-  \leavevmode\cleaders\hb at xt@1.00em{\hss .\hss }\hfill\kern\z@}
+  \leavevmode\cleaders\hbox to 1.00em{\hss .\hss }\hfill\kern0pt }
 

which changes the default length of 0.33em to 1.00em. Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005chspace.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005chspace.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005chspace.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\hspace (LaTeX2e unofficial reference manual (October 2021)) +\hspace (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005chss.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005chss.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005chss.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\hss (LaTeX2e unofficial reference manual (October 2021)) +\hss (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005chyphenation.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005chyphenation.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005chyphenation.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\hyphenation (LaTeX2e unofficial reference manual (October 2021)) +\hyphenation (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cignorespaces-_0026-_005cignorespacesafterend.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cignorespaces-_0026-_005cignorespacesafterend.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cignorespaces-_0026-_005cignorespacesafterend.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\ignorespaces & \ignorespacesafterend (LaTeX2e unofficial reference manual (October 2021)) +\ignorespaces & \ignorespacesafterend (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cinclude-_0026-_005cincludeonly.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cinclude-_0026-_005cincludeonly.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cinclude-_0026-_005cincludeonly.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\include & \includeonly (LaTeX2e unofficial reference manual (October 2021)) +\include & \includeonly (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cincludegraphics.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cincludegraphics.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cincludegraphics.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\includegraphics (LaTeX2e unofficial reference manual (October 2021)) +\includegraphics (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cindent-_0026-_005cnoindent.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cindent-_0026-_005cnoindent.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cindent-_0026-_005cnoindent.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\indent & \noindent (LaTeX2e unofficial reference manual (October 2021)) +\indent & \noindent (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cindex.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cindex.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cindex.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\index (LaTeX2e unofficial reference manual (October 2021)) +\index (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cinput.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cinput.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cinput.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\input (LaTeX2e unofficial reference manual (October 2021)) +\input (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cinputencoding.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cinputencoding.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cinputencoding.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -\inputencoding (LaTeX2e unofficial reference manual (October 2021)) +\inputencoding (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005citem.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005citem.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005citem.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\item (LaTeX2e unofficial reference manual (October 2021)) +\item (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005clabel.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005clabel.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005clabel.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\label (LaTeX2e unofficial reference manual (October 2021)) +\label (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cleft-_0026-_005cright.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cleft-_0026-_005cright.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cleft-_0026-_005cright.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\left & \right (LaTeX2e unofficial reference manual (October 2021)) +\left & \right (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cline.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cline.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cline.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\line (LaTeX2e unofficial reference manual (October 2021)) +\line (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005clinebreak-_0026-_005cnolinebreak.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005clinebreak-_0026-_005cnolinebreak.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005clinebreak-_0026-_005cnolinebreak.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\linebreak & \nolinebreak (LaTeX2e unofficial reference manual (October 2021)) +\linebreak & \nolinebreak (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005clinethickness.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005clinethickness.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005clinethickness.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\linethickness (LaTeX2e unofficial reference manual (October 2021)) +\linethickness (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005clocation.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005clocation.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005clocation.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\location (LaTeX2e unofficial reference manual (October 2021)) +\location (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmakeatletter-_0026-_005cmakeatother.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmakeatletter-_0026-_005cmakeatother.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmakeatletter-_0026-_005cmakeatother.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\makeatletter & \makeatother (LaTeX2e unofficial reference manual (October 2021)) +\makeatletter & \makeatother (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmakebox-_0028picture_0029.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmakebox-_0028picture_0029.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmakebox-_0028picture_0029.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\makebox (picture) (LaTeX2e unofficial reference manual (October 2021)) +\makebox (picture) (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmakelabels.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmakelabels.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmakelabels.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\makelabels (LaTeX2e unofficial reference manual (October 2021)) +\makelabels (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmaketitle.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmaketitle.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmaketitle.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\maketitle (LaTeX2e unofficial reference manual (October 2021)) +\maketitle (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmathstrut.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmathstrut.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmathstrut.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\mathstrut (LaTeX2e unofficial reference manual (October 2021)) +\mathstrut (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmbox-_0026-_005cmakebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmbox-_0026-_005cmakebox.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmbox-_0026-_005cmakebox.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\mbox & \makebox (LaTeX2e unofficial reference manual (October 2021)) +\mbox & \makebox (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmessage.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmessage.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmessage.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\message (LaTeX2e unofficial reference manual (October 2021)) +\message (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmulticolumn.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmulticolumn.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmulticolumn.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\multicolumn (LaTeX2e unofficial reference manual (October 2021)) +\multicolumn (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmultiput.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmultiput.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmultiput.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\multiput (LaTeX2e unofficial reference manual (October 2021)) +\multiput (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cname.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cname.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cname.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\name (LaTeX2e unofficial reference manual (October 2021)) +\name (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnewcommand-_0026-_005crenewcommand.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnewcommand-_0026-_005crenewcommand.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnewcommand-_0026-_005crenewcommand.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\newcommand & \renewcommand (LaTeX2e unofficial reference manual (October 2021)) +\newcommand & \renewcommand (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnewcounter.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnewcounter.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnewcounter.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\newcounter (LaTeX2e unofficial reference manual (October 2021)) +\newcounter (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnewenvironment-_0026-_005crenewenvironment.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnewenvironment-_0026-_005crenewenvironment.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnewenvironment-_0026-_005crenewenvironment.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\newenvironment & \renewenvironment (LaTeX2e unofficial reference manual (October 2021)) +\newenvironment & \renewenvironment (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnewfont.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnewfont.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnewfont.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\newfont (LaTeX2e unofficial reference manual (October 2021)) +\newfont (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnewglossaryentry.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnewglossaryentry.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnewglossaryentry.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\newglossaryentry (LaTeX2e unofficial reference manual (October 2021)) +\newglossaryentry (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnewlength.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnewlength.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnewlength.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\newlength (LaTeX2e unofficial reference manual (October 2021)) +\newlength (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnewline.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnewline.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnewline.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\newline (LaTeX2e unofficial reference manual (October 2021)) +\newline (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnewpage.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnewpage.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnewpage.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\newpage (LaTeX2e unofficial reference manual (October 2021)) +\newpage (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnewsavebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnewsavebox.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnewsavebox.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\newsavebox (LaTeX2e unofficial reference manual (October 2021)) +\newsavebox (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnewtheorem.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnewtheorem.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnewtheorem.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\newtheorem (LaTeX2e unofficial reference manual (October 2021)) +\newtheorem (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnocite.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnocite.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnocite.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\nocite (LaTeX2e unofficial reference manual (October 2021)) +\nocite (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnofiles.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnofiles.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnofiles.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\nofiles (LaTeX2e unofficial reference manual (October 2021)) +\nofiles (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnormalsfcodes.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnormalsfcodes.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnormalsfcodes.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\normalsfcodes (LaTeX2e unofficial reference manual (October 2021)) +\normalsfcodes (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnumberline.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnumberline.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnumberline.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\numberline (LaTeX2e unofficial reference manual (October 2021)) +\numberline (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cobeycr-_0026-_005crestorecr.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cobeycr-_0026-_005crestorecr.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cobeycr-_0026-_005crestorecr.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\obeycr & \restorecr (LaTeX2e unofficial reference manual (October 2021)) +\obeycr & \restorecr (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005conecolumn.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005conecolumn.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005conecolumn.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\onecolumn (LaTeX2e unofficial reference manual (October 2021)) +\onecolumn (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005copenin-_0026-_005copenout.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005copenin-_0026-_005copenout.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005copenin-_0026-_005copenout.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\openin & \openout (LaTeX2e unofficial reference manual (October 2021)) +\openin & \openout (LaTeX2e unofficial reference manual (January 2022)) - - + + @@ -130,9 +130,9 @@

\openout number=filename
 
-

Open a file for reading material, or for writing it. The number -must be between 0 and 15, as in \openin3 (in LuaLaTeX -number can be between 0 and 255). +

Open a file for reading material, or for writing it. In most engines, +the number must be between 0 and 15, as in \openin3; in +LuaLaTeX, number can be between 0 and 127.

Here TeX opens the file presidents.tex for reading.

Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005copening.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005copening.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005copening.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\opening (LaTeX2e unofficial reference manual (October 2021)) +\opening (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005coval.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005coval.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005coval.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\oval (LaTeX2e unofficial reference manual (October 2021)) +\oval (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cpagebreak-_0026-_005cnopagebreak.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cpagebreak-_0026-_005cnopagebreak.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cpagebreak-_0026-_005cnopagebreak.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\pagebreak & \nopagebreak (LaTeX2e unofficial reference manual (October 2021)) +\pagebreak & \nopagebreak (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cpagenumbering.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cpagenumbering.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cpagenumbering.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\pagenumbering (LaTeX2e unofficial reference manual (October 2021)) +\pagenumbering (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cpageref.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cpageref.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cpageref.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\pageref (LaTeX2e unofficial reference manual (October 2021)) +\pageref (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cpagestyle.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cpagestyle.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cpagestyle.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\pagestyle (LaTeX2e unofficial reference manual (October 2021)) +\pagestyle (LaTeX2e unofficial reference manual (January 2022)) - - + + @@ -142,7 +142,7 @@

empty
-

The header and footer is empty. +

The header and footer are both empty.

headings
Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cpar.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cpar.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cpar.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\par (LaTeX2e unofficial reference manual (October 2021)) +\par (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cparbox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cparbox.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cparbox.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\parbox (LaTeX2e unofficial reference manual (October 2021)) +\parbox (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cparindent-_0026-_005cparskip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cparindent-_0026-_005cparskip.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cparindent-_0026-_005cparskip.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\parindent & \parskip (LaTeX2e unofficial reference manual (October 2021)) +\parindent & \parskip (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cpart.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cpart.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cpart.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\part (LaTeX2e unofficial reference manual (October 2021)) +\part (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cphantom-_0026-_005cvphantom-_0026-_005chphantom.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\phantom & \vphantom & \hphantom (LaTeX2e unofficial reference manual (October 2021)) +\phantom & \vphantom & \hphantom (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cprintindex.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cprintindex.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cprintindex.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\printindex (LaTeX2e unofficial reference manual (October 2021)) +\printindex (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cprotect.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cprotect.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cprotect.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\protect (LaTeX2e unofficial reference manual (October 2021)) +\protect (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cprovidecommand.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cprovidecommand.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cprovidecommand.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\providecommand (LaTeX2e unofficial reference manual (October 2021)) +\providecommand (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cps.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cps.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cps.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\ps (LaTeX2e unofficial reference manual (October 2021)) +\ps (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cput.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cput.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cput.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\put (LaTeX2e unofficial reference manual (October 2021)) +\put (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cqbezier.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cqbezier.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cqbezier.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\qbezier (LaTeX2e unofficial reference manual (October 2021)) +\qbezier (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005craggedbottom.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005craggedbottom.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005craggedbottom.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\raggedbottom (LaTeX2e unofficial reference manual (October 2021)) +\raggedbottom (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005craggedleft.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005craggedleft.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005craggedleft.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\raggedleft (LaTeX2e unofficial reference manual (October 2021)) +\raggedleft (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005craggedright.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005craggedright.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005craggedright.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\raggedright (LaTeX2e unofficial reference manual (October 2021)) +\raggedright (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005craisebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005craisebox.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005craisebox.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\raisebox (LaTeX2e unofficial reference manual (October 2021)) +\raisebox (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cread.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cread.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cread.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\read (LaTeX2e unofficial reference manual (October 2021)) +\read (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cref.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cref.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cref.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\ref (LaTeX2e unofficial reference manual (October 2021)) +\ref (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005crefstepcounter.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005crefstepcounter.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005crefstepcounter.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\refstepcounter (LaTeX2e unofficial reference manual (October 2021)) +\refstepcounter (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cresizebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cresizebox.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cresizebox.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\resizebox (LaTeX2e unofficial reference manual (October 2021)) +\resizebox (LaTeX2e unofficial reference manual (January 2022)) - - + + @@ -140,7 +140,7 @@

The unstarred form \resizebox takes vertical length to be the box’s height while the starred form \resizebox* takes it to be height+depth. For instance, make the text have a height+depth of a -quarter inch with \resizebox*{!}{0.25in}{\parbox{1in}{This +quarter-inch with \resizebox*{!}{0.25in}{\parbox{3.5in}{This box has both height and depth.}}.

You can use \depth, \height, \totalheight, and Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005crotatebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005crotatebox.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005crotatebox.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\rotatebox (LaTeX2e unofficial reference manual (October 2021)) +\rotatebox (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005crule.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005crule.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005crule.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\rule (LaTeX2e unofficial reference manual (October 2021)) +\rule (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005csbox-_0026-_005csavebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005csbox-_0026-_005csavebox.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005csbox-_0026-_005csavebox.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\sbox & \savebox (LaTeX2e unofficial reference manual (October 2021)) +\sbox & \savebox (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cscalebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cscalebox.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cscalebox.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\scalebox (LaTeX2e unofficial reference manual (October 2021)) +\scalebox (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005csection.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005csection.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005csection.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\section (LaTeX2e unofficial reference manual (October 2021)) +\section (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005csetcounter.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005csetcounter.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005csetcounter.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\setcounter (LaTeX2e unofficial reference manual (October 2021)) +\setcounter (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005csetlength.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005csetlength.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005csetlength.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\setlength (LaTeX2e unofficial reference manual (October 2021)) +\setlength (LaTeX2e unofficial reference manual (January 2022)) - - + + @@ -141,10 +141,8 @@ \newlength{\specparindent}\setlength{\sepcparindent}{...}, then you get an error like ‘Undefined control sequence. <argument> \sepcindent’. If you omit the backslash at the start of the length name -then you get an error like ‘Missing number, treated as zero. <to be -read again> \relax l.19 \setlength{specparindent}{0.6\parindent}’ +then you get an error like ‘Missing number, treated as zero.’.

- Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005csettodepth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005csettodepth.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005csettodepth.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\settodepth (LaTeX2e unofficial reference manual (October 2021)) +\settodepth (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005csettoheight.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005csettoheight.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005csettoheight.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\settoheight (LaTeX2e unofficial reference manual (October 2021)) +\settoheight (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005csettowidth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005csettowidth.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005csettowidth.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\settowidth (LaTeX2e unofficial reference manual (October 2021)) +\settowidth (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cshortstack.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cshortstack.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cshortstack.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\shortstack (LaTeX2e unofficial reference manual (October 2021)) +\shortstack (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005csignature.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005csignature.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005csignature.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\signature (LaTeX2e unofficial reference manual (October 2021)) +\signature (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005csmash.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005csmash.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005csmash.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\smash (LaTeX2e unofficial reference manual (October 2021)) +\smash (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cspacefactor.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cspacefactor.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cspacefactor.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\spacefactor (LaTeX2e unofficial reference manual (October 2021)) +\spacefactor (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005csqrt.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005csqrt.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005csqrt.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\sqrt (LaTeX2e unofficial reference manual (October 2021)) +\sqrt (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cstackrel.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cstackrel.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cstackrel.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\stackrel (LaTeX2e unofficial reference manual (October 2021)) +\stackrel (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cstepcounter.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cstepcounter.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cstepcounter.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\stepcounter (LaTeX2e unofficial reference manual (October 2021)) +\stepcounter (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cstretch.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cstretch.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cstretch.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\stretch (LaTeX2e unofficial reference manual (October 2021)) +\stretch (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cstrut.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cstrut.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cstrut.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\strut (LaTeX2e unofficial reference manual (October 2021)) +\strut (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005csubsection.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005csubsection.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005csubsection.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\subsection (LaTeX2e unofficial reference manual (October 2021)) +\subsection (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005csubsubsection-_0026-_005cparagraph-_0026-_005csubparagraph.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\subsubsection & \paragraph & \subparagraph (LaTeX2e unofficial reference manual (October 2021)) +\subsubsection & \paragraph & \subparagraph (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005ctelephone.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005ctelephone.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005ctelephone.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\telephone (LaTeX2e unofficial reference manual (October 2021)) +\telephone (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cthicklines.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cthicklines.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cthicklines.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\thicklines (LaTeX2e unofficial reference manual (October 2021)) +\thicklines (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cthinlines.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cthinlines.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cthinlines.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\thinlines (LaTeX2e unofficial reference manual (October 2021)) +\thinlines (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cthinspace-_0026-_005cnegthinspace.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cthinspace-_0026-_005cnegthinspace.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cthinspace-_0026-_005cnegthinspace.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\thinspace & \negthinspace (LaTeX2e unofficial reference manual (October 2021)) +\thinspace & \negthinspace (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cthispagestyle.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cthispagestyle.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cthispagestyle.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\thispagestyle (LaTeX2e unofficial reference manual (October 2021)) +\thispagestyle (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005ctoday.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005ctoday.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005ctoday.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\today (LaTeX2e unofficial reference manual (October 2021)) +\today (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005ctwocolumn.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005ctwocolumn.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005ctwocolumn.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\twocolumn (LaTeX2e unofficial reference manual (October 2021)) +\twocolumn (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005ctypein.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005ctypein.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005ctypein.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\typein (LaTeX2e unofficial reference manual (October 2021)) +\typein (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005ctypeout.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005ctypeout.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005ctypeout.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\typeout (LaTeX2e unofficial reference manual (October 2021)) +\typeout (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cusebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cusebox.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cusebox.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\usebox (LaTeX2e unofficial reference manual (October 2021)) +\usebox (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cusecounter.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cusecounter.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cusecounter.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\usecounter (LaTeX2e unofficial reference manual (October 2021)) +\usecounter (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cvalue.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cvalue.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cvalue.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\value (LaTeX2e unofficial reference manual (October 2021)) +\value (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cvector.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cvector.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cvector.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\vector (LaTeX2e unofficial reference manual (October 2021)) +\vector (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cverb.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cverb.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cverb.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\verb (LaTeX2e unofficial reference manual (October 2021)) +\verb (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cvfill.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cvfill.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cvfill.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\vfill (LaTeX2e unofficial reference manual (October 2021)) +\vfill (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cvline.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cvline.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cvline.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\vline (LaTeX2e unofficial reference manual (October 2021)) +\vline (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cvspace.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cvspace.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cvspace.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\vspace (LaTeX2e unofficial reference manual (October 2021)) +\vspace (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cwlog.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cwlog.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cwlog.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\wlog (LaTeX2e unofficial reference manual (October 2021)) +\wlog (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cwrite-and-security.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cwrite-and-security.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cwrite-and-security.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\write and security (LaTeX2e unofficial reference manual (October 2021)) +\write and security (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cwrite.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cwrite.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cwrite.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\write (LaTeX2e unofficial reference manual (October 2021)) +\write (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cwrite18.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cwrite18.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cwrite18.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -\write18 (LaTeX2e unofficial reference manual (October 2021)) +\write18 (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_007e.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_007e.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/_007e.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -~ (LaTeX2e unofficial reference manual (October 2021)) +~ (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/abstract.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/abstract.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/abstract.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -abstract (LaTeX2e unofficial reference manual (October 2021)) +abstract (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/array.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/array.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/array.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -array (LaTeX2e unofficial reference manual (October 2021)) +array (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/article-template.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/article-template.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/article-template.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -article template (LaTeX2e unofficial reference manual (October 2021)) +article template (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/beamer-template.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/beamer-template.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/beamer-template.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -beamer template (LaTeX2e unofficial reference manual (October 2021)) +beamer template (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/bigskip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/bigskip.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/bigskip.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -bigskip (LaTeX2e unofficial reference manual (October 2021)) +bigskip (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/book-template.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/book-template.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/book-template.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -book template (LaTeX2e unofficial reference manual (October 2021)) +book template (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/center.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/center.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/center.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -center (LaTeX2e unofficial reference manual (October 2021)) +center (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/color-models-RGB.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/color-models-RGB.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/color-models-RGB.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -color models RGB (LaTeX2e unofficial reference manual (October 2021)) +color models RGB (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/color-models-cmyk.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/color-models-cmyk.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/color-models-cmyk.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -color models cmyk (LaTeX2e unofficial reference manual (October 2021)) +color models cmyk (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/color-models-gray.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/color-models-gray.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/color-models-gray.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -color models gray (LaTeX2e unofficial reference manual (October 2021)) +color models gray (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/color-models-named.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/color-models-named.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/color-models-named.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -color models named (LaTeX2e unofficial reference manual (October 2021)) +color models named (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/color-models-rgb.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/color-models-rgb.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/color-models-rgb.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -color models rgb (LaTeX2e unofficial reference manual (October 2021)) +color models rgb (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/description.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/description.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/description.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -description (LaTeX2e unofficial reference manual (October 2021)) +description (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/displaymath.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/displaymath.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/displaymath.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -displaymath (LaTeX2e unofficial reference manual (October 2021)) +displaymath (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/document-classes-article.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/document-classes-article.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/document-classes-article.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -document classes article (LaTeX2e unofficial reference manual (October 2021)) +document classes article (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/document-classes-book.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/document-classes-book.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/document-classes-book.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -document classes book (LaTeX2e unofficial reference manual (October 2021)) +document classes book (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/document-classes-letter.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/document-classes-letter.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/document-classes-letter.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -document classes letter (LaTeX2e unofficial reference manual (October 2021)) +document classes letter (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/document-classes-report.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/document-classes-report.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/document-classes-report.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -document classes report (LaTeX2e unofficial reference manual (October 2021)) +document classes report (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/document-classes-slides.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/document-classes-slides.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/document-classes-slides.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -document classes slides (LaTeX2e unofficial reference manual (October 2021)) +document classes slides (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/document.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/document.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/document.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -document (LaTeX2e unofficial reference manual (October 2021)) +document (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/ellipses-cdots.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/ellipses-cdots.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/ellipses-cdots.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -ellipses cdots (LaTeX2e unofficial reference manual (October 2021)) +ellipses cdots (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/ellipses-ddots.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/ellipses-ddots.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/ellipses-ddots.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -ellipses ddots (LaTeX2e unofficial reference manual (October 2021)) +ellipses ddots (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/ellipses-ldots.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/ellipses-ldots.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/ellipses-ldots.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -ellipses ldots (LaTeX2e unofficial reference manual (October 2021)) +ellipses ldots (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/ellipses-vdots.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/ellipses-vdots.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/ellipses-vdots.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -ellipses vdots (LaTeX2e unofficial reference manual (October 2021)) +ellipses vdots (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumi.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumi.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumi.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -enumerate enumi (LaTeX2e unofficial reference manual (October 2021)) +enumerate enumi (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumii.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumii.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumii.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -enumerate enumii (LaTeX2e unofficial reference manual (October 2021)) +enumerate enumii (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumiii.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumiii.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumiii.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -enumerate enumiii (LaTeX2e unofficial reference manual (October 2021)) +enumerate enumiii (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumiv.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumiv.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumiv.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -enumerate enumiv (LaTeX2e unofficial reference manual (October 2021)) +enumerate enumiv (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumi.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumi.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumi.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -enumerate labelenumi (LaTeX2e unofficial reference manual (October 2021)) +enumerate labelenumi (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumii.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumii.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumii.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -enumerate labelenumii (LaTeX2e unofficial reference manual (October 2021)) +enumerate labelenumii (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumiii.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumiii.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumiii.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -enumerate labelenumiii (LaTeX2e unofficial reference manual (October 2021)) +enumerate labelenumiii (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumiv.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumiv.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumiv.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -enumerate labelenumiv (LaTeX2e unofficial reference manual (October 2021)) +enumerate labelenumiv (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -enumerate (LaTeX2e unofficial reference manual (October 2021)) +enumerate (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/eqnarray.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/eqnarray.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/eqnarray.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -eqnarray (LaTeX2e unofficial reference manual (October 2021)) +eqnarray (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/equation.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/equation.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/equation.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -equation (LaTeX2e unofficial reference manual (October 2021)) +equation (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/fbox-framebox-fboxrule.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/fbox-framebox-fboxrule.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/fbox-framebox-fboxrule.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -fbox framebox fboxrule (LaTeX2e unofficial reference manual (October 2021)) +fbox framebox fboxrule (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/fbox-framebox-fboxsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/fbox-framebox-fboxsep.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/fbox-framebox-fboxsep.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -fbox framebox fboxsep (LaTeX2e unofficial reference manual (October 2021)) +fbox framebox fboxsep (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/figure.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/figure.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/figure.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -figure (LaTeX2e unofficial reference manual (October 2021)) +figure (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/filecontents.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/filecontents.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/filecontents.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -filecontents (LaTeX2e unofficial reference manual (October 2021)) +filecontents (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-bottomfraction.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-bottomfraction.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-bottomfraction.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -floats bottomfraction (LaTeX2e unofficial reference manual (October 2021)) +floats bottomfraction (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-bottomnumber.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-bottomnumber.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-bottomnumber.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -floats bottomnumber (LaTeX2e unofficial reference manual (October 2021)) +floats bottomnumber (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-dbltopnumber.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-dbltopnumber.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-dbltopnumber.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -floats dbltopnumber (LaTeX2e unofficial reference manual (October 2021)) +floats dbltopnumber (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-floatpagefraction.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-floatpagefraction.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-floatpagefraction.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -floats floatpagefraction (LaTeX2e unofficial reference manual (October 2021)) +floats floatpagefraction (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-floatsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-floatsep.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-floatsep.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -floats floatsep (LaTeX2e unofficial reference manual (October 2021)) +floats floatsep (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-intextsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-intextsep.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-intextsep.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -floats intextsep (LaTeX2e unofficial reference manual (October 2021)) +floats intextsep (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-textfloatsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-textfloatsep.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-textfloatsep.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -floats textfloatsep (LaTeX2e unofficial reference manual (October 2021)) +floats textfloatsep (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-textfraction.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-textfraction.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-textfraction.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -floats textfraction (LaTeX2e unofficial reference manual (October 2021)) +floats textfraction (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-topfraction.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-topfraction.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-topfraction.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -floats topfraction (LaTeX2e unofficial reference manual (October 2021)) +floats topfraction (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-topnumber.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-topnumber.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-topnumber.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -floats topnumber (LaTeX2e unofficial reference manual (October 2021)) +floats topnumber (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-totalnumber.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-totalnumber.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-totalnumber.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -floats totalnumber (LaTeX2e unofficial reference manual (October 2021)) +floats totalnumber (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/flushleft.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/flushleft.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/flushleft.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -flushleft (LaTeX2e unofficial reference manual (October 2021)) +flushleft (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/flushright.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/flushright.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/flushright.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -flushright (LaTeX2e unofficial reference manual (October 2021)) +flushright (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/fontenc-package.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/fontenc-package.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/fontenc-package.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -fontenc package (LaTeX2e unofficial reference manual (October 2021)) +fontenc package (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/footnote-footnoterule.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/footnote-footnoterule.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/footnote-footnoterule.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -footnote footnoterule (LaTeX2e unofficial reference manual (October 2021)) +footnote footnoterule (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/footnote-footnotesep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/footnote-footnotesep.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/footnote-footnotesep.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -footnote footnotesep (LaTeX2e unofficial reference manual (October 2021)) +footnote footnotesep (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bb.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bb.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bb.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics bb (LaTeX2e unofficial reference manual (October 2021)) +includegraphics bb (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bbllx.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bbllx.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bbllx.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics bbllx (LaTeX2e unofficial reference manual (October 2021)) +includegraphics bbllx (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bblly.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bblly.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bblly.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics bblly (LaTeX2e unofficial reference manual (October 2021)) +includegraphics bblly (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bburx.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bburx.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bburx.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics bburx (LaTeX2e unofficial reference manual (October 2021)) +includegraphics bburx (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bbury.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bbury.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bbury.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics bbury (LaTeX2e unofficial reference manual (October 2021)) +includegraphics bbury (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-clip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-clip.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-clip.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics clip (LaTeX2e unofficial reference manual (October 2021)) +includegraphics clip (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-command.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-command.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-command.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics command (LaTeX2e unofficial reference manual (October 2021)) +includegraphics command (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-draft.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-draft.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-draft.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics draft (LaTeX2e unofficial reference manual (October 2021)) +includegraphics draft (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-ext.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-ext.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-ext.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics ext (LaTeX2e unofficial reference manual (October 2021)) +includegraphics ext (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-height.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-height.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-height.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics height (LaTeX2e unofficial reference manual (October 2021)) +includegraphics height (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-hiresbb.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-hiresbb.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-hiresbb.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics hiresbb (LaTeX2e unofficial reference manual (October 2021)) +includegraphics hiresbb (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-interpolate.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-interpolate.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-interpolate.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics interpolate (LaTeX2e unofficial reference manual (October 2021)) +includegraphics interpolate (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-keepaspectratio.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-keepaspectratio.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-keepaspectratio.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics keepaspectratio (LaTeX2e unofficial reference manual (October 2021)) +includegraphics keepaspectratio (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-natheight.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-natheight.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-natheight.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics natheight (LaTeX2e unofficial reference manual (October 2021)) +includegraphics natheight (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-natwidth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-natwidth.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-natwidth.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics natwidth (LaTeX2e unofficial reference manual (October 2021)) +includegraphics natwidth (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-page.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-page.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-page.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics page (LaTeX2e unofficial reference manual (October 2021)) +includegraphics page (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-pagebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-pagebox.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-pagebox.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics pagebox (LaTeX2e unofficial reference manual (October 2021)) +includegraphics pagebox (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-quiet.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-quiet.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-quiet.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics quiet (LaTeX2e unofficial reference manual (October 2021)) +includegraphics quiet (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-read.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-read.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-read.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics read (LaTeX2e unofficial reference manual (October 2021)) +includegraphics read (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-totalheight.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-totalheight.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-totalheight.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics totalheight (LaTeX2e unofficial reference manual (October 2021)) +includegraphics totalheight (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-trim.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-trim.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-trim.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics trim (LaTeX2e unofficial reference manual (October 2021)) +includegraphics trim (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-type.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-type.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-type.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics type (LaTeX2e unofficial reference manual (October 2021)) +includegraphics type (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-viewport.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-viewport.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-viewport.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics viewport (LaTeX2e unofficial reference manual (October 2021)) +includegraphics viewport (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-width.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-width.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-width.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -includegraphics width (LaTeX2e unofficial reference manual (October 2021)) +includegraphics width (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/index.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/index.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/index.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -Top (LaTeX2e unofficial reference manual (October 2021)) +Top (LaTeX2e unofficial reference manual (January 2022)) - - + + @@ -102,7 +102,7 @@ -

LaTeX2e unofficial reference manual (October 2021)

+

LaTeX2e unofficial reference manual (January 2022)

@@ -149,7 +149,7 @@

LaTeX2e: An unofficial reference manual

This document is an unofficial reference manual (version of -October 2021) for LaTeX2e, a document preparation system. +January 2022) for LaTeX2e, a document preparation system.

Modified: trunk/latex2e-help-texinfo-tree/latex2e/inputenc-package.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/inputenc-package.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/inputenc-package.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -inputenc package (LaTeX2e unofficial reference manual (October 2021)) +inputenc package (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/interaction-modes.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/interaction-modes.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/interaction-modes.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -interaction modes (LaTeX2e unofficial reference manual (October 2021)) +interaction modes (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemi.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemi.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemi.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -itemize labelitemi (LaTeX2e unofficial reference manual (October 2021)) +itemize labelitemi (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemii.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemii.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemii.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -itemize labelitemii (LaTeX2e unofficial reference manual (October 2021)) +itemize labelitemii (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemiii.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemiii.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemiii.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -itemize labelitemiii (LaTeX2e unofficial reference manual (October 2021)) +itemize labelitemiii (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemiv.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemiv.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemiv.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -itemize labelitemiv (LaTeX2e unofficial reference manual (October 2021)) +itemize labelitemiv (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmargin.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmargin.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmargin.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -itemize leftmargin (LaTeX2e unofficial reference manual (October 2021)) +itemize leftmargin (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmargini.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmargini.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmargini.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -itemize leftmargini (LaTeX2e unofficial reference manual (October 2021)) +itemize leftmargini (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginii.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginii.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginii.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -itemize leftmarginii (LaTeX2e unofficial reference manual (October 2021)) +itemize leftmarginii (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginiii.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginiii.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginiii.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -itemize leftmarginiii (LaTeX2e unofficial reference manual (October 2021)) +itemize leftmarginiii (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginiv.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginiv.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginiv.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -itemize leftmarginiv (LaTeX2e unofficial reference manual (October 2021)) +itemize leftmarginiv (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginv.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginv.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginv.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -itemize leftmarginv (LaTeX2e unofficial reference manual (October 2021)) +itemize leftmarginv (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginvi.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginvi.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginvi.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -itemize leftmarginvi (LaTeX2e unofficial reference manual (October 2021)) +itemize leftmarginvi (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -itemize (LaTeX2e unofficial reference manual (October 2021)) +itemize (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/letter.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/letter.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/letter.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -letter (LaTeX2e unofficial reference manual (October 2021)) +letter (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-beginparpenalty.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-beginparpenalty.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-beginparpenalty.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -list beginparpenalty (LaTeX2e unofficial reference manual (October 2021)) +list beginparpenalty (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-endparpenalty.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-endparpenalty.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-endparpenalty.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -list endparpenalty (LaTeX2e unofficial reference manual (October 2021)) +list endparpenalty (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-itemindent.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-itemindent.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-itemindent.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -list itemindent (LaTeX2e unofficial reference manual (October 2021)) +list itemindent (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-itempenalty.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-itempenalty.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-itempenalty.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -list itempenalty (LaTeX2e unofficial reference manual (October 2021)) +list itempenalty (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-itemsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-itemsep.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-itemsep.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -list itemsep (LaTeX2e unofficial reference manual (October 2021)) +list itemsep (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-labelsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-labelsep.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-labelsep.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -list labelsep (LaTeX2e unofficial reference manual (October 2021)) +list labelsep (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-labelwidth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-labelwidth.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-labelwidth.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -list labelwidth (LaTeX2e unofficial reference manual (October 2021)) +list labelwidth (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-leftmargin.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-leftmargin.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-leftmargin.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -list leftmargin (LaTeX2e unofficial reference manual (October 2021)) +list leftmargin (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-listparindent.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-listparindent.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-listparindent.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -list listparindent (LaTeX2e unofficial reference manual (October 2021)) +list listparindent (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-makelabel.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-makelabel.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-makelabel.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -list makelabel (LaTeX2e unofficial reference manual (October 2021)) +list makelabel (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-parsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-parsep.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-parsep.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -list parsep (LaTeX2e unofficial reference manual (October 2021)) +list parsep (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-partopsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-partopsep.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-partopsep.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -list partopsep (LaTeX2e unofficial reference manual (October 2021)) +list partopsep (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-rightmargin.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-rightmargin.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-rightmargin.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -list rightmargin (LaTeX2e unofficial reference manual (October 2021)) +list rightmargin (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-topsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-topsep.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-topsep.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -list topsep (LaTeX2e unofficial reference manual (October 2021)) +list topsep (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/list.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -list (LaTeX2e unofficial reference manual (October 2021)) +list (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontencoding.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontencoding.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontencoding.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -low level font commands fontencoding (LaTeX2e unofficial reference manual (October 2021)) +low level font commands fontencoding (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontfamily.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontfamily.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontfamily.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -low level font commands fontfamily (LaTeX2e unofficial reference manual (October 2021)) +low level font commands fontfamily (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontseries.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontseries.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontseries.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -low level font commands fontseries (LaTeX2e unofficial reference manual (October 2021)) +low level font commands fontseries (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontshape.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontshape.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontshape.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -low level font commands fontshape (LaTeX2e unofficial reference manual (October 2021)) +low level font commands fontshape (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontsize.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontsize.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontsize.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -low level font commands fontsize (LaTeX2e unofficial reference manual (October 2021)) +low level font commands fontsize (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-linespread.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-linespread.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-linespread.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -low level font commands linespread (LaTeX2e unofficial reference manual (October 2021)) +low level font commands linespread (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-selectfont.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-selectfont.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-selectfont.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -low level font commands selectfont (LaTeX2e unofficial reference manual (October 2021)) +low level font commands selectfont (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-usefont.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-usefont.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-usefont.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -low level font commands usefont (LaTeX2e unofficial reference manual (October 2021)) +low level font commands usefont (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/lrbox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/lrbox.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/lrbox.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -4,7 +4,7 @@ -lrbox (LaTeX2e unofficial reference manual (October 2021)) +lrbox (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-0.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-0.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-0.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -makeindex delim 0 (LaTeX2e unofficial reference manual (October 2021)) +makeindex delim 0 (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-1.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-1.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-1.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -makeindex delim 1 (LaTeX2e unofficial reference manual (October 2021)) +makeindex delim 1 (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-2.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-2.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-2.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -makeindex delim 2 (LaTeX2e unofficial reference manual (October 2021)) +makeindex delim 2 (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-n.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-n.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-n.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -makeindex delim n (LaTeX2e unofficial reference manual (October 2021)) +makeindex delim n (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-r.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-r.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-r.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -makeindex delim r (LaTeX2e unofficial reference manual (October 2021)) +makeindex delim r (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-group-skip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-group-skip.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-group-skip.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -makeindex group skip (LaTeX2e unofficial reference manual (October 2021)) +makeindex group skip (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-indent-length.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-indent-length.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-indent-length.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -makeindex indent length (LaTeX2e unofficial reference manual (October 2021)) +makeindex indent length (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-indent-space.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-indent-space.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-indent-space.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -makeindex indent space (LaTeX2e unofficial reference manual (October 2021)) +makeindex indent space (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-0.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-0.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-0.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -makeindex item 0 (LaTeX2e unofficial reference manual (October 2021)) +makeindex item 0 (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-01.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-01.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-01.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -makeindex item 01 (LaTeX2e unofficial reference manual (October 2021)) +makeindex item 01 (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-1.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-1.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-1.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -makeindex item 1 (LaTeX2e unofficial reference manual (October 2021)) +makeindex item 1 (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-12.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-12.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-12.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -makeindex item 12 (LaTeX2e unofficial reference manual (October 2021)) +makeindex item 12 (LaTeX2e unofficial reference manual (January 2022)) - - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-2.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-2.html 2022-01-26 18:15:20 UTC (rev 1079) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-2.html 2022-01-26 18:23:47 UTC (rev 1080) @@ -5,7 +5,7 @@ -makeindex item 2 (LaTeX2e unofficial reference manual (October 2021)) +makeindex item 2 (LaTeX2e unofficial reference manual (January 2022)) - - + +