From INVALID.NOREPLY at gnu.org.ua Wed Oct 23 19:42:47 2024 From: INVALID.NOREPLY at gnu.org.ua (Karl Berry) Date: Wed, 23 Oct 2024 17:42:47 +0000 Subject: [latexrefman-commits] [SCM] latexrefman updated: r1180 - trunk Message-ID: <1729705367.620534.18612.nullmailer@97ab15691a17> Author: karl Date: 2024-10-23 17:42:47 +0000 (Wed, 23 Oct 2024) New Revision: 1180 Modified: trunk/ChangeLog trunk/NEWS trunk/latex2e.texi Log: \ClassNoteNoLine and \PackageNoteNoLine added, other msg command tweaks Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2024-07-26 15:18:37 UTC (rev 1179) +++ trunk/ChangeLog 2024-10-23 17:42:47 UTC (rev 1180) @@ -1,3 +1,13 @@ +2024-10-23 Karl Berry + + * latex2e.texi (\ClassError and \PackageError and other messages): + new name for node. Remove nonexistent \{Package,Class}InfoNoLine, + and add \{Package,Class}Note{,NoLine}. + Add missing d in "ignored". + Report from Markus Kurtz, 22 Oct 2024 14:46:29. + + (Also other small tweaks throughout.) + 2024-07-24 Karl Berry * latex2e.texi (Delimiters): mixed up left and right braces. Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2024-07-26 15:18:37 UTC (rev 1179) +++ trunk/NEWS 2024-10-23 17:42:47 UTC (rev 1180) @@ -6,6 +6,9 @@ Spanish translation from Nacho Pacheco. Updates are welcome. +Additions: +* \ClassNoteNoLine and \PackageNoteNoLine descriptions added. + Notable changes in May 2024 release: Additions: Modified: trunk/latex2e.texi =================================================================== --- trunk/latex2e.texi 2024-07-26 15:18:37 UTC (rev 1179) +++ trunk/latex2e.texi 2024-10-23 17:42:47 UTC (rev 1180) @@ -10718,7 +10718,7 @@ * \AtBeginDvi & \AtEndDvi:: * \AtEndOfClass & \AtEndOfPackage:: * \CheckCommand:: -* \ClassError and \PackageError and others:: +* \ClassError and \PackageError and other messages:: * \CurrentOption:: * \DeclareOption:: * \DeclareRobustCommand:: @@ -10816,19 +10816,22 @@ that no other package has already redefined this command. - at node \ClassError and \PackageError and others - at subsection @code{\ClassError} and @code{\PackageError} and others + at node \ClassError and \PackageError and other messages + at subsection @code{\ClassError} and @code{\PackageError} and other messages + at anchor{\ClassError and \PackageError and others}@c old name @anchor{\ClassError} @anchor{\ClassWarning} @anchor{\ClassWarningNoLine} + at anchor{\ClassNote} + at anchor{\ClassNoteNoLine} @anchor{\ClassInfo} - at anchor{\ClassInfoNoLine} @anchor{\PackageError} @anchor{\PackageWarning} @anchor{\PackageWarningNoLine} + at anchor{\PackageNote} + at anchor{\PackageNoteNoLine} @anchor{\PackageInfo} - at anchor{\PackageInfoNoLine} Produce error, warning, and informational messages for classes: @@ -10836,13 +10839,15 @@ @item \ClassError@{@var{class name}@}@{@var{error-text}@}@{@var{help-text}@} @itemx \ClassWarning@{@var{class name}@}@{@var{warning-text}@} @itemx \ClassWarningNoLine@{@var{class name}@}@{@var{warning-text}@} - at itemx \ClassInfo@{@var{class name}@}@{@var{info-text}@} - at itemx \ClassInfoNoLine@{@var{class name}@}@{@var{info-text}@} + at itemx \ClassNote@{@var{class name}@}@{@var{note-text}@} + at itemx \ClassNoteNoLine@{@var{class name}@}@{@var{note-text}@} + at itemx \ClassInfo@{@var{class name}@}@{@var{log-text}@} @findex \ClassError @findex \ClassWarning @findex \ClassWarningNoLine + at findex \ClassNote + at findex \ClassNoteNoLine @findex \ClassInfo - at findex \ClassInfoNoLine @end table @noindent and the same for packages: @@ -10850,37 +10855,45 @@ @item \PackageError@{@var{package name}@}@{@var{error-text}@}@{@var{help-text}@} @itemx \PackageWarning@{@var{package name}@}@{@var{warning-text}@} @itemx \PackageWarningNoLine@{@var{package name}@}@{@var{warning-text}@} - at itemx \PackageInfo@{@var{package name}@}@{@var{info-text}@} - at itemx \PackageInfoNoLine@{@var{package name}@}@{@var{info-text}@} + at itemx \PackageNote@{@var{package name}@}@{@var{note-text}@} + at itemx \PackageNoteNoLine@{@var{package name}@}@{@var{note-text}@} + at itemx \PackageInfo@{@var{package name}@}@{@var{log-text}@} @findex \PackageError @findex \PackageWarning @findex \PackageWarningNoLine + at findex \PackageNote + at findex \PackageNoteNoLine @findex \PackageInfo - at findex \PackageInfoNoLine @end table For @code{\ClassError} and @code{\PackageError} the message is @var{error-text}, followed by @TeX{}'s `@code{?}' error prompt. If the -user then asks for help by typing @code{h}, they see the @var{help -text}. +user then asks for help by typing @code{h}, they see @var{help-text}. -The four @code{Warning} commands are similar except that they write - at var{warning-text} on the screen with no error prompt. The four - at code{Info} commands write @var{info-text} only in the transcript -file. The @code{NoLine} versions omit the number of the line +The four @code{Warning} commands write @var{warning-text} on the +terminal and log file (with no error prompt), prefixed by the text + at samp{Warning:}. + + at c https://github.com/wspr/hardwrap/issues/19 +The four @code{Note} commands also write the @var{note-text} to the +terminal and log file, without the @samp{Warning:} prefix. + +The @code{NoLine} versions omit the number of the input line generating the message, while the other versions do show that number. +The two @code{Info} commands write @var{log-text} only in the +transcript file and not to the terminal. + @cindex @code{\protect}, and message text @cindex @code{\space}, and message text @cindex @code{\MessageBreak}, and message text To format the messages, including the @var{help-text}: use @code{\protect} to stop a command from expanding, get a line break -with @code{\MessageBreak}, and get a space with @code{\space} when a -space character is ignore, most commonly after a command. +with @code{\MessageBreak}, and get a space with @code{\space} where a +space character is ignored, most commonly after a command. @LaTeX{} appends a period to the messages. - @node \CurrentOption @subsection @code{\CurrentOption} @@ -16331,11 +16344,10 @@ @var{capital-letter}\@@. @end example -Treat a period (or other punctuation) as sentence-ending, where - at LaTeX{} would otherwise think it is part of an abbreviation. - at LaTeX{} thinks that a period ends an abbreviation if the period comes -after a capital letter, and otherwise thinks the period ends the -sentence. +Treat a following period (or other punctuation) as sentence-ending. +By default, @LaTeX{} thinks that a period ends an abbreviation if the +period comes after a capital letter, and otherwise thinks the period +ends the sentence. This example shows the two cases to remember. @@ -16379,7 +16391,7 @@ sentence. @LaTeX{} also increases spacing after colon, semicolon, and comma characters (@pxref{\spacefactor}). -In addition: the converse case is a period (or other punctuation) that +In contrast: the converse case is a period (or other punctuation) that does not end a sentence. For that case, follow the period with a backslash-space, (@code{\ }), or a tie, (@code{~}), or @code{\@@}. Examples are @code{Nat.\ Acad.\ Science}, and @code{Mr.~Bean}, and From INVALID.NOREPLY at gnu.org.ua Wed Oct 23 19:48:33 2024 From: INVALID.NOREPLY at gnu.org.ua (Karl Berry) Date: Wed, 23 Oct 2024 17:48:33 +0000 Subject: [latexrefman-commits] [SCM] latexrefman updated: r1181 - in trunk: . latex2e-help-texinfo-tree/l [more] Message-ID: <1729705713.276923.19359.nullmailer@97ab15691a17> Author: karl Date: 2024-10-23 17:48:32 +0000 (Wed, 23 Oct 2024) New Revision: 1181 Added: trunk/latex2e-help-texinfo-tree/latex2e/_005cClassError-and-_005cPackageError-and-other-messages.html trunk/latex2e-help-texinfo-tree/latex2e/_005cClassNote.html trunk/latex2e-help-texinfo-tree/latex2e/_005cClassNoteNoLine.html trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageNote.html trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageNoteNoLine.html Modified: trunk/Makefile 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-creation.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-syntax.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-encodings.html trunk/latex2e-help-texinfo-tree/latex2e/Input-text.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/Ligatures.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/OpenType-bold-math.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/Over_002d-or-under-math.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/Printing-special-characters.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-characters.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/_005cAtBeginDvi-_0026-_005cAtEndDvi.html trunk/latex2e-help-texinfo-tree/latex2e/_005cAtBeginDvi.html trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndDocument.html trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndDvi.html trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndOfClass-_0026-_005cAtEndOfPackage.html trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndOfClass.html trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndOfPackage.html trunk/latex2e-help-texinfo-tree/latex2e/_005cCheckCommand.html trunk/latex2e-help-texinfo-tree/latex2e/_005cClassError-and-_005cPackageError-and-others.html trunk/latex2e-help-texinfo-tree/latex2e/_005cClassError.html trunk/latex2e-help-texinfo-tree/latex2e/_005cClassInfo.html trunk/latex2e-help-texinfo-tree/latex2e/_005cClassWarning.html trunk/latex2e-help-texinfo-tree/latex2e/_005cClassWarningNoLine.html trunk/latex2e-help-texinfo-tree/latex2e/_005cCurrentOption.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/_005cDeclareOption.html trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareRobustCommand.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/_005cDeclareTextCommand.html trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextCommandDefault.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/_005cDocumentMetadata.html trunk/latex2e-help-texinfo-tree/latex2e/_005cExecuteOptions.html trunk/latex2e-help-texinfo-tree/latex2e/_005cIfFileExists-_0026-_005cInputIfFileExists.html trunk/latex2e-help-texinfo-tree/latex2e/_005cIfFileExists.html trunk/latex2e-help-texinfo-tree/latex2e/_005cInputIfFileExists.html trunk/latex2e-help-texinfo-tree/latex2e/_005cLastDeclaredEncoding.html trunk/latex2e-help-texinfo-tree/latex2e/_005cLoadClass-_0026-_005cLoadClassWithOptions.html trunk/latex2e-help-texinfo-tree/latex2e/_005cLoadClass.html trunk/latex2e-help-texinfo-tree/latex2e/_005cLoadClassWithOptions.html trunk/latex2e-help-texinfo-tree/latex2e/_005cNeedsTeXFormat.html trunk/latex2e-help-texinfo-tree/latex2e/_005cOptionNotUsed.html trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageError.html trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageInfo.html trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageWarning.html trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageWarningNoLine.html trunk/latex2e-help-texinfo-tree/latex2e/_005cPassOptionsToClass-_0026-_005cPassOptionsToPackage.html trunk/latex2e-help-texinfo-tree/latex2e/_005cPassOptionsToClass.html trunk/latex2e-help-texinfo-tree/latex2e/_005cPassOptionsToPackage.html trunk/latex2e-help-texinfo-tree/latex2e/_005cProcessOptions.html trunk/latex2e-help-texinfo-tree/latex2e/_005cProvideTextCommand.html trunk/latex2e-help-texinfo-tree/latex2e/_005cProvideTextCommandDefault.html trunk/latex2e-help-texinfo-tree/latex2e/_005cProvidesClass-_0026-_005cProvidesPackage.html trunk/latex2e-help-texinfo-tree/latex2e/_005cProvidesClass.html trunk/latex2e-help-texinfo-tree/latex2e/_005cProvidesFile.html trunk/latex2e-help-texinfo-tree/latex2e/_005cProvidesPackage.html trunk/latex2e-help-texinfo-tree/latex2e/_005cRequirePackage-_0026-_005cRequirePackageWithOptions.html trunk/latex2e-help-texinfo-tree/latex2e/_005cRequirePackage.html trunk/latex2e-help-texinfo-tree/latex2e/_005cRequirePackageWithOptions.html trunk/latex2e-help-texinfo-tree/latex2e/_005cUseTextAccent.html trunk/latex2e-help-texinfo-tree/latex2e/_005cUseTextSymbol-_0026-_005cUseTextAccent.html trunk/latex2e-help-texinfo-tree/latex2e/_005cUseTextSymbol.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/_005cbackmatter.html trunk/latex2e-help-texinfo-tree/latex2e/_005cbaselineskip-_0026-_005cbaselinestretch.html trunk/latex2e-help-texinfo-tree/latex2e/_005cbaselineskip.html trunk/latex2e-help-texinfo-tree/latex2e/_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/_005cbigbreak.html trunk/latex2e-help-texinfo-tree/latex2e/_005cbigl-_0026-_005cbigr-etc_002e.html trunk/latex2e-help-texinfo-tree/latex2e/_005cbigl.html trunk/latex2e-help-texinfo-tree/latex2e/_005cbigr.html trunk/latex2e-help-texinfo-tree/latex2e/_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html trunk/latex2e-help-texinfo-tree/latex2e/_005cbigskip.html trunk/latex2e-help-texinfo-tree/latex2e/_005cboldmath-_0026-_005cunboldmath.html trunk/latex2e-help-texinfo-tree/latex2e/_005cboldmath.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/_005ccleardoublepage.html trunk/latex2e-help-texinfo-tree/latex2e/_005cclearpage-_0026-_005ccleardoublepage.html trunk/latex2e-help-texinfo-tree/latex2e/_005cclearpage.html trunk/latex2e-help-texinfo-tree/latex2e/_005ccline.html trunk/latex2e-help-texinfo-tree/latex2e/_005cclosein.html trunk/latex2e-help-texinfo-tree/latex2e/_005ccloseout.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/_005cday.html trunk/latex2e-help-texinfo-tree/latex2e/_005cdiscretionary.html trunk/latex2e-help-texinfo-tree/latex2e/_005cdocumentclass.html trunk/latex2e-help-texinfo-tree/latex2e/_005cdotfill.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/_005censpace.html trunk/latex2e-help-texinfo-tree/latex2e/_005censuremath.html trunk/latex2e-help-texinfo-tree/latex2e/_005cextracolsep.html trunk/latex2e-help-texinfo-tree/latex2e/_005cfbox-_0026-_005cframebox.html trunk/latex2e-help-texinfo-tree/latex2e/_005cfbox.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/_005cframebox.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/_005cfrontmatter.html trunk/latex2e-help-texinfo-tree/latex2e/_005cfussy-_0026-_005csloppy.html trunk/latex2e-help-texinfo-tree/latex2e/_005cfussy.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/_005chphantom.html trunk/latex2e-help-texinfo-tree/latex2e/_005chrulefill-_0026-_005cdotfill.html trunk/latex2e-help-texinfo-tree/latex2e/_005chrulefill.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/_005cignorespaces.html trunk/latex2e-help-texinfo-tree/latex2e/_005cignorespacesafterend.html trunk/latex2e-help-texinfo-tree/latex2e/_005cinclude-_0026-_005cincludeonly.html trunk/latex2e-help-texinfo-tree/latex2e/_005cinclude.html trunk/latex2e-help-texinfo-tree/latex2e/_005cincludegraphics.html trunk/latex2e-help-texinfo-tree/latex2e/_005cincludeonly.html trunk/latex2e-help-texinfo-tree/latex2e/_005cindent-_0026-_005cnoindent.html trunk/latex2e-help-texinfo-tree/latex2e/_005cindent.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/_005cleft.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/_005clinebreak.html trunk/latex2e-help-texinfo-tree/latex2e/_005clinethickness.html trunk/latex2e-help-texinfo-tree/latex2e/_005clocation.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmainmatter.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmakeatletter-_0026-_005cmakeatother.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmakeatletter.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmakeatother.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmakebox-_0028picture_0029.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmakebox.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/_005cmathversion.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmbox-_0026-_005cmakebox.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmbox.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmedbreak.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmedskip.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmessage.html trunk/latex2e-help-texinfo-tree/latex2e/_005cmonth.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/_005cnegthinspace.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnewcommand-_0026-_005crenewcommand.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnewcommand.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/_005cnewenvironment.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/_005cnocorr.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnocorrlist.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnofiles.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnoindent.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnolinebreak.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnonfrenchspacing.html trunk/latex2e-help-texinfo-tree/latex2e/_005cnopagebreak.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/_005cobeycr.html trunk/latex2e-help-texinfo-tree/latex2e/_005coldstylenums.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/_005copenin.html trunk/latex2e-help-texinfo-tree/latex2e/_005copening.html trunk/latex2e-help-texinfo-tree/latex2e/_005copenout.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/_005cpagebreak.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/_005cparagraph.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/_005cparindent.html trunk/latex2e-help-texinfo-tree/latex2e/_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/_005cphantom.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/_005cqquad.html trunk/latex2e-help-texinfo-tree/latex2e/_005cquad.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/_005crenewcommand.html trunk/latex2e-help-texinfo-tree/latex2e/_005crenewenvironment.html trunk/latex2e-help-texinfo-tree/latex2e/_005cresizebox.html trunk/latex2e-help-texinfo-tree/latex2e/_005crestorecr.html trunk/latex2e-help-texinfo-tree/latex2e/_005cright.html trunk/latex2e-help-texinfo-tree/latex2e/_005crotatebox.html trunk/latex2e-help-texinfo-tree/latex2e/_005crule.html trunk/latex2e-help-texinfo-tree/latex2e/_005csavebox.html trunk/latex2e-help-texinfo-tree/latex2e/_005csbox-_0026-_005csavebox.html trunk/latex2e-help-texinfo-tree/latex2e/_005csbox.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/_005cslash.html trunk/latex2e-help-texinfo-tree/latex2e/_005csloppy.html trunk/latex2e-help-texinfo-tree/latex2e/_005csmallbreak.html trunk/latex2e-help-texinfo-tree/latex2e/_005csmallskip.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/_005csubparagraph.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/_005csubsubsection.html trunk/latex2e-help-texinfo-tree/latex2e/_005ctelephone.html trunk/latex2e-help-texinfo-tree/latex2e/_005cthepage.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/_005cthinspace.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/_005cunboldmath.html trunk/latex2e-help-texinfo-tree/latex2e/_005cusebox.html trunk/latex2e-help-texinfo-tree/latex2e/_005cusecounter.html trunk/latex2e-help-texinfo-tree/latex2e/_005cusepackage.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/_005cvphantom.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/_005cyear.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/bm.html trunk/latex2e-help-texinfo-tree/latex2e/book-template.html trunk/latex2e-help-texinfo-tree/latex2e/center.html trunk/latex2e-help-texinfo-tree/latex2e/colon.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/quotation.html trunk/latex2e-help-texinfo-tree/latex2e/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/subscript.html trunk/latex2e-help-texinfo-tree/latex2e/superscript.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-mu.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 Log: regenerate for web site Modified: trunk/Makefile =================================================================== --- trunk/Makefile 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/Makefile 2024-10-23 17:48:32 UTC (rev 1181) @@ -154,16 +154,13 @@ # then update ChangeLog, etc., # then svn commit the modified source files, # then make commitready, which runs: -# # $(MAKE) # $(MAKE) htmlsplit # $(MAKE) dist # $(MAKE) easyurls # depends on htmlsplit and dist -# $(MAKE) commitready # depends on easyurls; -# # many files will have status ! -# $(MAKE) distdiff # diff from last release, if you have TL # and then: -# svn commit # to commit regenerated files +# $(MAKE) distdiff # diff from last release, if you have TL +# svn commit # when ok, to commit regenerated files # then: # svn -q update # restore easy url stubs # make svrsplit # restore generated split html Modified: trunk/latex2e-help-texinfo-tree/latex2e/About-this-document.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/About-this-document.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/About-this-document.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Arrows.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Arrows.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/Arrows.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + + + + + + + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Command-line-input.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Command-line-input.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/Command-line-input.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Commands-for-color.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Commands-for-color.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/Commands-for-color.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Lengths.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Lengths.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/Lengths.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Lengths_002fex.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Lengths_002fex.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/Lengths_002fex.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Letters.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Letters.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/Letters.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + + + + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/OpenType-bold-math.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/OpenType-bold-math.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/OpenType-bold-math.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Over_002d-or-under-math.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Over_002d-or-under-math.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/Over_002d-or-under-math.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Sectioning.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Sectioning.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/Sectioning.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Sectioning_002ftocdepth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Sectioning_002ftocdepth.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/Sectioning_002ftocdepth.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Spaces.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Spaces.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/Spaces.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Special-characters.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Special-characters.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/Special-characters.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Starting-and-ending.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Starting-and-ending.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/Starting-and-ending.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/Units-of-length.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/Units-of-length.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/Units-of-length.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cAtBeginDocument.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cAtBeginDocument.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cAtBeginDocument.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndDocument.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndDocument.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndDocument.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndOfClass-_0026-_005cAtEndOfPackage.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndOfClass-_0026-_005cAtEndOfPackage.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndOfClass-_0026-_005cAtEndOfPackage.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndOfPackage.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndOfPackage.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cAtEndOfPackage.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cCheckCommand.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cCheckCommand.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cCheckCommand.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + -
- -
-

12.14.4 \ClassError and \PackageError and others

- -

Produce error, warning, and informational messages for classes: -

-
-
- - - -\ClassError{class name}{error-text}{help-text}
-
\ClassWarning{class name}{warning-text}
-
\ClassWarningNoLine{class name}{warning-text}
-
\ClassInfo{class name}{info-text}
-
\ClassInfoNoLine{class name}{info-text}
-
- -

and the same for packages: -

-
- - - -\PackageError{package name}{error-text}{help-text}
-
\PackageWarning{package name}{warning-text}
-
\PackageWarningNoLine{package name}{warning-text}
-
\PackageInfo{package name}{info-text}
-
\PackageInfoNoLine{package name}{info-text}
-
- -

For \ClassError and \PackageError the message is -error-text, followed by TeX’s ‘?’ error prompt. If the -user then asks for help by typing h, they see the help -text. -

-

The four Warning commands are similar except that they write -warning-text on the screen with no error prompt. The four -Info commands write info-text only in the transcript -file. The NoLine versions omit the number of the line -generating the message, while the other versions do show that number. -

- - - -

To format the messages, including the help-text: use -\protect to stop a command from expanding, get a line break -with \MessageBreak, and get a space with \space when a -space character is ignore, most commonly after a command. -

-

LaTeX appends a period to the messages. -

- -
- - -
+

The node you are looking for is at \ClassError and \PackageError and others.

- Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cClassError.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cClassError.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cClassError.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + @@ -77,7 +77,7 @@ --> - + @@ -84,5 +84,5 @@ -

The node you are looking for is at \ClassError.

+

The node you are looking for is at \ClassError.

Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cClassInfo.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cClassInfo.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cClassInfo.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + @@ -77,7 +77,7 @@ --> - + @@ -84,5 +84,5 @@ -

The node you are looking for is at \ClassInfo.

+

The node you are looking for is at \ClassInfo.

Index: trunk/latex2e-help-texinfo-tree/latex2e/_005cClassNote.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cClassNote.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cClassNote.html 2024-10-23 17:48:32 UTC (rev 1181) Property changes on: trunk/latex2e-help-texinfo-tree/latex2e/_005cClassNote.html ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: trunk/latex2e-help-texinfo-tree/latex2e/_005cClassNoteNoLine.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cClassNoteNoLine.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cClassNoteNoLine.html 2024-10-23 17:48:32 UTC (rev 1181) Property changes on: trunk/latex2e-help-texinfo-tree/latex2e/_005cClassNoteNoLine.html ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cClassWarning.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cClassWarning.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cClassWarning.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + @@ -77,7 +77,7 @@ --> - + @@ -84,5 +84,5 @@ -

The node you are looking for is at \ClassWarning.

+

The node you are looking for is at \ClassWarning.

Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cClassWarningNoLine.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cClassWarningNoLine.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cClassWarningNoLine.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + @@ -77,7 +77,7 @@ --> - + @@ -84,5 +84,5 @@ -

The node you are looking for is at \ClassWarningNoLine.

+

The node you are looking for is at \ClassWarningNoLine.

Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cCurrentOption.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cCurrentOption.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cCurrentOption.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextCommandDefault-_0026-_005cProvideTextCommandDefault.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextComposite.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextComposite.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cDeclareTextComposite.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cInputIfFileExists.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cInputIfFileExists.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cInputIfFileExists.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cLastDeclaredEncoding.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cLastDeclaredEncoding.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cLastDeclaredEncoding.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cLoadClassWithOptions.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cLoadClassWithOptions.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cLoadClassWithOptions.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cNeedsTeXFormat.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cNeedsTeXFormat.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cNeedsTeXFormat.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + @@ -77,7 +77,7 @@ --> - + @@ -84,5 +84,5 @@ -

The node you are looking for is at \PackageError.

+

The node you are looking for is at \PackageError.

Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageInfo.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageInfo.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageInfo.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + @@ -77,7 +77,7 @@ --> - + @@ -84,5 +84,5 @@ -

The node you are looking for is at \PackageInfo.

+

The node you are looking for is at \PackageInfo.

Index: trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageNote.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageNote.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageNote.html 2024-10-23 17:48:32 UTC (rev 1181) Property changes on: trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageNote.html ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageNoteNoLine.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageNoteNoLine.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageNoteNoLine.html 2024-10-23 17:48:32 UTC (rev 1181) Property changes on: trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageNoteNoLine.html ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageWarning.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageWarning.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageWarning.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + @@ -77,7 +77,7 @@ --> - + @@ -84,5 +84,5 @@ -

The node you are looking for is at \PackageWarning.

+

The node you are looking for is at \PackageWarning.

Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageWarningNoLine.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageWarningNoLine.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cPackageWarningNoLine.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + @@ -77,7 +77,7 @@ --> - + @@ -84,5 +84,5 @@ -

The node you are looking for is at \PackageWarningNoLine.

+

The node you are looking for is at \PackageWarningNoLine.

Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cPassOptionsToClass-_0026-_005cPassOptionsToPackage.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cPassOptionsToClass-_0026-_005cPassOptionsToPackage.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cPassOptionsToClass-_0026-_005cPassOptionsToPackage.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cPassOptionsToPackage.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cPassOptionsToPackage.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cPassOptionsToPackage.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cProcessOptions.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cProcessOptions.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cProcessOptions.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cProvideTextCommandDefault.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cProvideTextCommandDefault.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cProvideTextCommandDefault.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cProvidesClass-_0026-_005cProvidesPackage.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cProvidesClass-_0026-_005cProvidesPackage.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cProvidesClass-_0026-_005cProvidesPackage.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cProvidesFile.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cProvidesFile.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cProvidesFile.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cRequirePackage-_0026-_005cRequirePackageWithOptions.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cRequirePackage-_0026-_005cRequirePackageWithOptions.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cRequirePackage-_0026-_005cRequirePackageWithOptions.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cRequirePackageWithOptions.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cRequirePackageWithOptions.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cRequirePackageWithOptions.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cUseTextAccent.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cUseTextAccent.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cUseTextAccent.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cUseTextSymbol-_0026-_005cUseTextAccent.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cUseTextSymbol-_0026-_005cUseTextAccent.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cUseTextSymbol-_0026-_005cUseTextAccent.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_0028SPACE_0029.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_0028SPACE_0029.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_0028SPACE_0029.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fbeforeskip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fbeforeskip.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fbeforeskip.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002findent.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002findent.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002findent.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002flevel.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002flevel.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002flevel.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fname.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fname.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fname.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fstyle.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fstyle.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_0040startsection_002fstyle.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005c_005c.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005c_005c.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005c_005c.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cbaselineskip-_0026-_005cbaselinestretch.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cbaselineskip-_0026-_005cbaselinestretch.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cbaselineskip-_0026-_005cbaselinestretch.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cbaselinestretch.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cbaselinestretch.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cbaselinestretch.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cbibitem.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cbibitem.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cbibitem.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + 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 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cbigl-_0026-_005cbigr-etc_002e.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cbigr.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cbigr.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cbigr.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + 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 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cbigskip-_0026-_005cmedskip-_0026-_005csmallskip.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cboldmath-_0026-_005cunboldmath.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cboldmath-_0026-_005cunboldmath.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cboldmath-_0026-_005cunboldmath.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005ccaption.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005ccaption.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005ccaption.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cclearpage-_0026-_005ccleardoublepage.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cclearpage-_0026-_005ccleardoublepage.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cclearpage-_0026-_005ccleardoublepage.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005ccline.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005ccline.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005ccline.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005ccloseout.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005ccloseout.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005ccloseout.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cclosing.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cclosing.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cclosing.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cdiscretionary.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cdiscretionary.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cdiscretionary.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cdotfill.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cdotfill.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cdotfill.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cencl.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cencl.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cencl.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005censuremath.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005censuremath.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005censuremath.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cfbox-_0026-_005cframebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cfbox-_0026-_005cframebox.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cfbox-_0026-_005cframebox.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cflushbottom.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cflushbottom.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cflushbottom.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cfrenchspacing-_0026-_005cnonfrenchspacing.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cfrenchspacing-_0026-_005cnonfrenchspacing.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cfrenchspacing-_0026-_005cnonfrenchspacing.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + 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 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cfrontmatter-_0026-_005cmainmatter-_0026-_005cbackmatter.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cfussy-_0026-_005csloppy.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cfussy-_0026-_005csloppy.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cfussy-_0026-_005csloppy.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cgls.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cgls.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cgls.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005chrulefill-_0026-_005cdotfill.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005chrulefill-_0026-_005cdotfill.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005chrulefill-_0026-_005cdotfill.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005chspace.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005chspace.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005chspace.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cignorespacesafterend.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cignorespacesafterend.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cignorespacesafterend.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cinclude-_0026-_005cincludeonly.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cinclude-_0026-_005cincludeonly.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cinclude-_0026-_005cincludeonly.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cincludegraphics.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cincludegraphics.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cincludegraphics.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cindent-_0026-_005cnoindent.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cindent-_0026-_005cnoindent.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cindent-_0026-_005cnoindent.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cindex.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cindex.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cindex.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005citem.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005citem.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005citem.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cline.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cline.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cline.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005clinethickness.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005clinethickness.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005clinethickness.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmakeatletter-_0026-_005cmakeatother.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmakeatletter-_0026-_005cmakeatother.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmakeatletter-_0026-_005cmakeatother.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmakeatother.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmakeatother.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmakeatother.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmakebox-_0028picture_0029.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmakebox-_0028picture_0029.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmakebox-_0028picture_0029.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmakelabels.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmakelabels.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmakelabels.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmbox-_0026-_005cmakebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmbox-_0026-_005cmakebox.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmbox-_0026-_005cmakebox.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmedbreak.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmedbreak.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmedbreak.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmedskip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmedskip.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmedskip.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmessage.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmessage.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmessage.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cmulticolumn.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cmulticolumn.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cmulticolumn.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnewcommand-_0026-_005crenewcommand.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnewcommand-_0026-_005crenewcommand.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnewcommand-_0026-_005crenewcommand.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnewcounter.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnewcounter.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnewcounter.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnewfont.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnewfont.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnewfont.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnocorrlist.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnocorrlist.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnocorrlist.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnofiles.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnofiles.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnofiles.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnolinebreak.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnolinebreak.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnolinebreak.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnonfrenchspacing.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnonfrenchspacing.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnonfrenchspacing.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnopagebreak.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnopagebreak.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnopagebreak.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cnormalsfcodes.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cnormalsfcodes.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cnormalsfcodes.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005coldstylenums.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005coldstylenums.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005coldstylenums.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005conecolumn.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005conecolumn.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005conecolumn.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005copening.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005copening.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005copening.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005coval.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005coval.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005coval.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cpagenumbering.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cpagenumbering.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cpagenumbering.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cparbox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cparbox.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cparbox.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cparskip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cparskip.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cparskip.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cpart.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cpart.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cpart.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cprintindex.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cprintindex.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cprintindex.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cquad.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cquad.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cquad.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005craggedbottom.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005craggedbottom.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005craggedbottom.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005crenewenvironment.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005crenewenvironment.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005crenewenvironment.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cresizebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cresizebox.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cresizebox.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cright.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cright.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cright.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005crotatebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005crotatebox.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005crotatebox.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005csbox-_0026-_005csavebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005csbox-_0026-_005csavebox.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005csbox-_0026-_005csavebox.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cscalebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cscalebox.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cscalebox.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005csmallbreak.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005csmallbreak.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005csmallbreak.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005csmallskip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005csmallskip.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005csmallskip.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005csmash.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005csmash.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005csmash.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005csubsection.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005csubsection.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005csubsection.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005ctelephone.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005ctelephone.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005ctelephone.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cthispagestyle.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cthispagestyle.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cthispagestyle.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cusebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cusebox.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cusebox.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_005cvspace.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_005cvspace.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_005cvspace.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/_007e.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/_007e.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/_007e.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/bm.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/bm.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/bm.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/color-models-RGB.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/color-models-RGB.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/color-models-RGB.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/color-models-cmyk.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/color-models-cmyk.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/color-models-cmyk.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/color-models-gray.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/color-models-gray.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/color-models-gray.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/color-models-named.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/color-models-named.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/color-models-named.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/color-models-rgb.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/color-models-rgb.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/color-models-rgb.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/description.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/description.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/description.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/document-classes-book.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/document-classes-book.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/document-classes-book.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/document-classes-letter.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/document-classes-letter.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/document-classes-letter.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/document-classes-report.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/document-classes-report.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/document-classes-report.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/document-classes-slides.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/document-classes-slides.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/document-classes-slides.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/document.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/document.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/document.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/ellipses-ddots.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/ellipses-ddots.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/ellipses-ddots.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/ellipses-ldots.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/ellipses-ldots.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/ellipses-ldots.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/ellipses-vdots.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/ellipses-vdots.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/ellipses-vdots.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumi.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumi.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumi.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumii.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumii.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumii.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumiii.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumiii.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumiii.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumiv.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumiv.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate-enumiv.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumi.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumi.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumi.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumii.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumii.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumii.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumiii.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumiii.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumiii.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumiv.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumiv.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate-labelenumiv.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/enumerate.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/enumerate.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/enumerate.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/fbox-framebox-fboxsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/fbox-framebox-fboxsep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/fbox-framebox-fboxsep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/figure.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/figure.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/figure.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-bottomnumber.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-bottomnumber.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-bottomnumber.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-dbltopnumber.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-dbltopnumber.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-dbltopnumber.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-floatpagefraction.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-floatpagefraction.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-floatpagefraction.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-floatsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-floatsep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-floatsep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-intextsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-intextsep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-intextsep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-textfloatsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-textfloatsep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-textfloatsep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-textfraction.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-textfraction.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-textfraction.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-topfraction.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-topfraction.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-topfraction.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-topnumber.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-topnumber.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-topnumber.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/floats-totalnumber.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/floats-totalnumber.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/floats-totalnumber.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/flushleft.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/flushleft.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/flushleft.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/footnote-footnotesep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/footnote-footnotesep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/footnote-footnotesep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bb.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bb.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bb.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bbllx.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bbllx.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bbllx.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bblly.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bblly.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bblly.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bburx.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bburx.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bburx.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bbury.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bbury.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-bbury.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-clip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-clip.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-clip.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-command.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-command.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-command.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-draft.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-draft.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-draft.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-ext.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-ext.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-ext.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-height.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-height.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-height.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-hiresbb.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-hiresbb.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-hiresbb.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-interpolate.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-interpolate.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-interpolate.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-keepaspectratio.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-keepaspectratio.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-keepaspectratio.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-natheight.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-natheight.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-natheight.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-natwidth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-natwidth.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-natwidth.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-page.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-page.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-page.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-pagebox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-pagebox.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-pagebox.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-quiet.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-quiet.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-quiet.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-read.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-read.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-read.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-totalheight.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-totalheight.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-totalheight.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-trim.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-trim.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-trim.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-type.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-type.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-type.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-viewport.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-viewport.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-viewport.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-width.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-width.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/includegraphics-width.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/index.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/index.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/index.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemi.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemi.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemi.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemii.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemii.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemii.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemiii.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemiii.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemiii.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemiv.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemiv.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-labelitemiv.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmargin.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmargin.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmargin.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmargini.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmargini.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmargini.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginii.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginii.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginii.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginiii.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginiii.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginiii.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginiv.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginiv.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginiv.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginv.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginv.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginv.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginvi.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginvi.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize-leftmarginvi.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/itemize.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/itemize.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/itemize.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + (bold en-dash, from \normalfont\bfseries\textendash) +
  • (bold en-dash, from \normalfont\bfseries\textendash)
  • * (asterisk, from \textasteriskcentered) -
  • . (vertically centered dot, rendered here as a period, from \textperiodcentered) +
  • \cdot (vertically centered dot, +rendered here as a period, +from \textperiodcentered)
  • Change the labels with \renewcommand. For instance, this makes @@ -182,12 +193,13 @@

    The distance between the left margin of the enclosing environment and the left margin of the itemize list is determined by the -parameters \leftmargini through \leftmarginvi. (This also -uses the convention of using lowercase roman numerals a the end of the -command name to denote the nesting level.) The defaults are: -2.5em in level 1 (2em in two-column mode), 2.2em in -level 2, 1.87em in level 3, and 1.7em in level 4, with -smaller values for more deeply nested levels. +parameters \leftmargini through \leftmarginvi. (This +also uses the convention of using lowercase roman numerals at the end +of the command name to denote the nesting level.) The defaults are: +2.5em in level 1 (2em in two-column mode), 2.2em +in level 2, 1.87em in level 3, and 1.7em in level 4, +with smaller values for more deeply nested levels. The margin +parameters must be overridden before the list starts.

    @@ -199,11 +211,14 @@ for information about customizing list layout, see list. The package enumitem is useful for customizing lists.

    -

    This example greatly reduces the margin space for outermost itemized -lists. +

    This example greatly reduces the margin space for an outermost itemized +list:

    \setlength{\leftmargini}{1.25em} % default 2.5em
    +\begin{itemize}
    +\item ...
    +\end{itemize}
     
    @@ -210,7 +225,7 @@

    Especially for lists with short items, it may be desirable to elide space between items. Here is an example defining an itemize* environment with no extra spacing between items, or between paragraphs -within a single item (\parskip is not list-specific, +within a single item (\parskip is not list-specific; see \parindent & \parskip):

    Modified: trunk/latex2e-help-texinfo-tree/latex2e/letter.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/letter.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/letter.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-endparpenalty.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-endparpenalty.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-endparpenalty.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-itemindent.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-itemindent.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-itemindent.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-itempenalty.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-itempenalty.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-itempenalty.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-itemsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-itemsep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-itemsep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-labelsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-labelsep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-labelsep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-labelwidth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-labelwidth.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-labelwidth.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-leftmargin.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-leftmargin.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-leftmargin.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-listparindent.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-listparindent.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-listparindent.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-makelabel.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-makelabel.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-makelabel.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-parsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-parsep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-parsep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-partopsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-partopsep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-partopsep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-rightmargin.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-rightmargin.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-rightmargin.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list-topsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list-topsep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/list-topsep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/list.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/list.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/list.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + 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 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontfamily.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + 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 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontseries.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + 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 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontshape.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + 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 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-fontsize.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + 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 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-linespread.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + 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 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-selectfont.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + 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 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/low-level-font-commands-usefont.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/lrbox.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/lrbox.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/lrbox.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-1.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-1.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-1.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-2.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-2.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-2.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-n.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-n.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-n.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-r.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-r.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-delim-r.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-group-skip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-group-skip.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-group-skip.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-indent-length.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-indent-length.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-indent-length.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-indent-space.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-indent-space.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-indent-space.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-0.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-0.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-0.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-01.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-01.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-01.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-1.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-1.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-1.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-12.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-12.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-12.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-2.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-2.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-2.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-x1.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-x1.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-x1.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-x2.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-x2.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-item-x2.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-lethead-prefix.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-lethead-prefix.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-lethead-prefix.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-lethead-suffix.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-lethead-suffix.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-lethead-suffix.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-letheadflag.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-letheadflag.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-letheadflag.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-line-max.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-line-max.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-line-max.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-page-precedence.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-page-precedence.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-page-precedence.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-postamble.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-postamble.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-postamble.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex-preamble.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex-preamble.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex-preamble.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/makeindex.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/makeindex.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/makeindex.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/marginal-notes-marginparsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/marginal-notes-marginparsep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/marginal-notes-marginparsep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/marginal-notes-marginparwidth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/marginal-notes-marginparwidth.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/marginal-notes-marginparwidth.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/math.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/math.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/math.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/mbox-makebox-height.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/mbox-makebox-height.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/mbox-makebox-height.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/mbox-makebox-totalheight.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/mbox-makebox-totalheight.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/mbox-makebox-totalheight.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/mbox-makebox-width.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/mbox-makebox-width.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/mbox-makebox-width.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/medskip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/medskip.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/medskip.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/minipage.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/minipage.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/minipage.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/modes-internal-vertical-mode.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/modes-internal-vertical-mode.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/modes-internal-vertical-mode.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/modes-lr-mode.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/modes-lr-mode.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/modes-lr-mode.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/modes-math-mode.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/modes-math-mode.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/modes-math-mode.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/modes-outer-paragraph-mode.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/modes-outer-paragraph-mode.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/modes-outer-paragraph-mode.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/modes-paragraph-mode.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/modes-paragraph-mode.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/modes-paragraph-mode.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/modes-vertical-mode.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/modes-vertical-mode.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/modes-vertical-mode.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/output-directory.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/output-directory.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/output-directory.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/output-files-aux.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/output-files-aux.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/output-files-aux.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/output-files-dvi.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/output-files-dvi.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/output-files-dvi.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/output-files-log.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/output-files-log.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/output-files-log.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/output-files-pdf.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/output-files-pdf.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/output-files-pdf.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-columnsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-columnsep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-columnsep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-columnseprule.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-columnseprule.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-columnseprule.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-columnwidth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-columnwidth.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-columnwidth.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-evensidemargin.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-evensidemargin.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-evensidemargin.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-footskip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-footskip.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-footskip.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-headheight.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-headheight.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-headheight.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-headsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-headsep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-headsep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-hsize.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-hsize.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-hsize.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-linewidth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-linewidth.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-linewidth.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-marginparpush.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-marginparpush.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-marginparpush.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-marginparwidth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-marginparwidth.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-marginparwidth.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-marginsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-marginsep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-marginsep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-oddsidemargin.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-oddsidemargin.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-oddsidemargin.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-paperheight.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-paperheight.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-paperheight.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-paperwidth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-paperwidth.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-paperwidth.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-textheight.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-textheight.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-textheight.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-textwidth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-textwidth.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-textwidth.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-topmargin.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-topmargin.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-topmargin.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-topskip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-topskip.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/page-layout-parameters-topskip.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/picture.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/picture.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/picture.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/quote.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/quote.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/quote.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/raisebox-depth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/raisebox-depth.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/raisebox-depth.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/raisebox-height.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/raisebox-height.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/raisebox-height.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/raisebox-totalheight.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/raisebox-totalheight.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/raisebox-totalheight.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/raisebox-width.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/raisebox-width.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/raisebox-width.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/sectioning-secnumdepth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/sectioning-secnumdepth.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/sectioning-secnumdepth.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/sectioning-tocdepth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/sectioning-tocdepth.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/sectioning-tocdepth.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/sloppypar.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/sloppypar.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/sloppypar.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-medspace.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-medspace.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-medspace.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-negthinspace.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-negthinspace.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-negthinspace.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-qquad.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-qquad.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-qquad.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-quad.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-quad.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-quad.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-thickspace.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-thickspace.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-thickspace.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-thinspace.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-thinspace.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/spacing-in-math-mode-thinspace.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/startsection-afterskip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/startsection-afterskip.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/startsection-afterskip.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/startsection-beforeskip.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/startsection-beforeskip.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/startsection-beforeskip.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/startsection-indent.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/startsection-indent.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/startsection-indent.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/startsection-level.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/startsection-level.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/startsection-level.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/startsection-name.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/startsection-name.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/startsection-name.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/startsection-style.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/startsection-style.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/startsection-style.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/subscript.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/subscript.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/subscript.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/superscript.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/superscript.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/superscript.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/tabbing.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/tabbing.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/tabbing.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/tabular-arraystrech.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/tabular-arraystrech.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/tabular-arraystrech.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/tabular-doublerulesep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/tabular-doublerulesep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/tabular-doublerulesep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/tabular-tabcolsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/tabular-tabcolsep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/tabular-tabcolsep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/tabular.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/tabular.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/tabular.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/tex-engines-lualatex.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/tex-engines-lualatex.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/tex-engines-lualatex.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/tex-engines-xelatex.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/tex-engines-xelatex.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/tex-engines-xelatex.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/thebibliography.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/thebibliography.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/thebibliography.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + + Modified: trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-columnseprule.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-columnseprule.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-columnseprule.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-columnwidth.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-columnwidth.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-columnwidth.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dblfloatpagefraction.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dblfloatpagefraction.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dblfloatpagefraction.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dblfloatsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dblfloatsep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dblfloatsep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dbltextfloatsep.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dbltextfloatsep.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dbltextfloatsep.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dbltopfraction.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dbltopfraction.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dbltopfraction.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dbltopnumber.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dbltopnumber.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/twocolumn-dbltopnumber.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-bp.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-bp.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-bp.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-cc.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-cc.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-cc.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-cm.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-cm.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-cm.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-dd.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-dd.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-dd.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-em.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-em.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-em.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-ex.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-ex.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-ex.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-in.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-in.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-in.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-mm.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-mm.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-mm.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-mu.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-mu.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-mu.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-pc.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-pc.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-pc.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-pt.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-pt.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-pt.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-sp.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-sp.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/units-of-length-sp.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + Modified: trunk/latex2e-help-texinfo-tree/latex2e/verbatim.html =================================================================== --- trunk/latex2e-help-texinfo-tree/latex2e/verbatim.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e-help-texinfo-tree/latex2e/verbatim.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + + + &latex; provides many environments for delimiting certain behavior. An environment begins with \begin and ends with \end, @@ -4106,7 +4105,7 @@ This example shows a three by three array. -\begin{equation*} +\begin{displaymath} \chi(x) = \left| % vertical bar fence \begin{array}{ccc} @@ -4115,7 +4114,7 @@ -g &-h &x-i \end{array} \right| -\end{equation*} +\end{displaymath} The required argument cols describes the number of columns, their alignment, and the formatting of the intercolumn regions. For instance, @@ -4365,7 +4364,7 @@ Environment to typeset the mathematical text on its own line, in display style and centered. To make the text be flush-left use the -global option fleqn; see Document class options. +global option fleqn (see Document class options). In the displaymath environment no equation number is added to the math text. One way to get an equation number is to use the @@ -4376,9 +4375,19 @@ package, amsmath amsmath package -Note that the amsmath package has significantly more extensive -displayed equation facilities. For example, there are a number of -ways in that package for having math text broken across lines. +package, breqn +breqn package + +environment, equation* +equation* environment + +The amsmath package defines an equation* environment +which is functionally identical to displaymath but allows use +of other amsmath facilities. In general, +amsmathhas significantly more extensive displayed equation +facilities. For example, there are a number of ways in that package +for having math text broken across lines; see also the breqn +package for that (https://ctan.org/pkg/breqn). \[...\] display math The construct \[ math \] is a synonym for the environment @@ -4388,12 +4397,11 @@ displaymath will likely be unique. $$...$$ plain &tex; display math -The construct $$math$$ from Plain &tex; is -sometimes used as a synonym for &latex;’s displaymath. It is -not a synonym, and is not officially supported in &latex; at all; -$$ doesn’t support the fleqn option (see Document -class options), has different vertical spacing, and doesn’t perform -consistency checks. +The construct $$math$$ from plain &tex; is sometimes +used instead of &latex;’s displaymath. Although the output is +similar, but is not officially supported in &latex; at all; $$ +doesn’t support the fleqn option, has different vertical +spacing, and doesn’t perform consistency checks. The output from this example is centered and alone on its line. @@ -4966,11 +4974,12 @@ ... \end{itemize} -Produce an unordered list, sometimes called a bullet list. There -must be at least one \item within the environment; having none causes the -&latex; error ‘Something's wrong--perhaps a missing \item’. +Produce an unordered list, sometimes called a bullet list. +There must be at least one \item within the environment; having +none causes the &latex; error ‘Something's wrong--perhaps a +missing \item’. -This gives a two-item list. +This gives a two-item list: \begin{itemize} \item Pencil and watercolor sketch by Cassandra @@ -4977,11 +4986,17 @@ \item Rice portrait \end{itemize} -With the default locale—without loading e.g. babel package -with another language than USenglish—as a top-level list each label -would come out as a bullet, •. The format of the labeling -depends on the nesting level; see below. +By default, in a top-level list each label would come out as a bullet, +•. The format of the labeling depends on the nesting level; +see below. +Many language adaptations change list formatting, in which case this +section may apply only partially or not at all. For instance, after this: + +\usepackage[french]{babel} % changes list formatting! + +the margins are smaller and the item markers are different. + \item Start list items with the \item command (see \item). If you give \item an optional argument by following it with square @@ -5006,9 +5021,11 @@ level. • (bullet, from \textbullet) --- (bold en-dash, from \normalfont\bfseries\textendash) + (bold en-dash, from \normalfont\bfseries\textendash) * (asterisk, from \textasteriskcentered) -. (vertically centered dot, rendered here as a period, from \textperiodcentered) +\cdot (vertically centered dot, +rendered here as a period, +from \textperiodcentered) Change the labels with \renewcommand. For instance, this makes the first level use diamonds. @@ -5024,12 +5041,13 @@ \leftmarginvi The distance between the left margin of the enclosing environment and the left margin of the itemize list is determined by the -parameters \leftmargini through \leftmarginvi. (This also -uses the convention of using lowercase roman numerals a the end of the -command name to denote the nesting level.) The defaults are: -2.5em in level 1 (2em in two-column mode), 2.2em in -level 2, 1.87em in level 3, and 1.7em in level 4, with -smaller values for more deeply nested levels. +parameters \leftmargini through \leftmarginvi. (This +also uses the convention of using lowercase roman numerals at the end +of the command name to denote the nesting level.) The defaults are: +2.5em in level 1 (2em in two-column mode), 2.2em +in level 2, 1.87em in level 3, and 1.7em in level 4, +with smaller values for more deeply nested levels. The margin +parameters must be overridden before the list starts. package, enumitem enumitem package @@ -5041,16 +5059,19 @@ for information about customizing list layout, see list. The package enumitem is useful for customizing lists. -This example greatly reduces the margin space for outermost itemized -lists. +This example greatly reduces the margin space for an outermost itemized +list: \setlength{\leftmargini}{1.25em} % default 2.5em +\begin{itemize} +\item ... +\end{itemize} \parskip example Especially for lists with short items, it may be desirable to elide space between items. Here is an example defining an itemize* environment with no extra spacing between items, or between paragraphs -within a single item (\parskip is not list-specific, +within a single item (\parskip is not list-specific; see \parindent & \parskip): \newenvironment{itemize*}% @@ -9659,57 +9680,68 @@ - -<literal>\ClassError</literal> and <literal>\PackageError</literal> and others + +<literal>\ClassError</literal> and <literal>\PackageError</literal> and other messages - + + Produce error, warning, and informational messages for classes: \ClassError{class name}{error-text}{help-text} \ClassWarning{class name}{warning-text} \ClassWarningNoLine{class name}{warning-text} -\ClassInfo{class name}{info-text} -\ClassInfoNoLine{class name}{info-text} +\ClassNote{class name}{note-text} +\ClassNoteNoLine{class name}{note-text} +\ClassInfo{class name}{log-text} \ClassError \ClassWarning \ClassWarningNoLine +\ClassNote +\ClassNoteNoLine \ClassInfo -\ClassInfoNoLine and the same for packages: \PackageError{package name}{error-text}{help-text} \PackageWarning{package name}{warning-text} \PackageWarningNoLine{package name}{warning-text} -\PackageInfo{package name}{info-text} -\PackageInfoNoLine{package name}{info-text} +\PackageNote{package name}{note-text} +\PackageNoteNoLine{package name}{note-text} +\PackageInfo{package name}{log-text} \PackageError \PackageWarning \PackageWarningNoLine +\PackageNote +\PackageNoteNoLine \PackageInfo -\PackageInfoNoLine For \ClassError and \PackageError the message is error-text, followed by &tex;’s ‘?’ error prompt. If the -user then asks for help by typing h, they see the help -text. +user then asks for help by typing h, they see help-text. -The four Warning commands are similar except that they write -warning-text on the screen with no error prompt. The four -Info commands write info-text only in the transcript -file. The NoLine versions omit the number of the line +The four Warning commands write warning-text on the +terminal and log file (with no error prompt), prefixed by the text +‘Warning:’. + + +The four Note commands also write the note-text to the +terminal and log file, without the ‘Warning:’ prefix. + +The NoLine versions omit the number of the input line generating the message, while the other versions do show that number. +The two Info commands write log-text only in the +transcript file and not to the terminal. + \protect, and message text \space, and message text \MessageBreak, and message text To format the messages, including the help-text: use \protect to stop a command from expanding, get a line break -with \MessageBreak, and get a space with \space when a -space character is ignore, most commonly after a command. +with \MessageBreak, and get a space with \space where a +space character is ignored, most commonly after a command. &latex; appends a period to the messages. - <literal>\CurrentOption</literal> @@ -10212,7 +10244,7 @@ \DocumentMetadata command (see \DocumentMetadata). The &latex; development team strongly recommends use of these and -related commands over Plain &tex;’s \input; see the Class +related commands over plain &tex;’s \input; see the Class Guide (https://ctan.org/pkg/clsguide). @@ -12594,8 +12626,8 @@ DelimiterCommandName ( ( Left parenthesis ) ) Right parenthesis -\} { or \lbrace Left brace -\{ } or \rbrace Right brace +\{ { or \lbrace Left brace +\} } or \rbrace Right brace [ [ or \lbrack Left bracket ] ] or \rbrack Right bracket \lfloor Left floor bracket @@ -14455,11 +14487,10 @@ capital-letter\@. -Treat a period (or other punctuation) as sentence-ending, where -&latex; would otherwise think it is part of an abbreviation. -&latex; thinks that a period ends an abbreviation if the period comes -after a capital letter, and otherwise thinks the period ends the -sentence. +Treat a following period (or other punctuation) as sentence-ending. +By default, &latex; thinks that a period ends an abbreviation if the +period comes after a capital letter, and otherwise thinks the period +ends the sentence. This example shows the two cases to remember. @@ -14497,7 +14528,7 @@ sentence. &latex; also increases spacing after colon, semicolon, and comma characters (see \spacefactor). -In addition: the converse case is a period (or other punctuation) that +In contrast: the converse case is a period (or other punctuation) that does not end a sentence. For that case, follow the period with a backslash-space, (\ ), or a tie, (~), or \@. Examples are Nat.\ Acad.\ Science, and Mr.~Bean, and @@ -19846,12 +19877,12 @@ \write streams 16, 17, 18 The cases where number is 16, 17, or 18 are special. Because of \write’s behavior when number is outside the range from 0 -to 15 described above, in Plain &tex; \write16 and +to 15 described above, in plain &tex; \write16 and \write17 were sometimes used to write to the log file and the terminal; however, in &latex;, the natural way to do that is with \typeout (see \typeout). The \write18 command is -even more special; modern &tex; systems use it for giving commands to -the operating system (see \write18). +even more special; modern &tex; systems use it to run an external +operating system command (see \write18). newline, in \write ^^J, in \write Modified: trunk/latex2e.dvi =================================================================== (Binary files differ) Modified: trunk/latex2e.html =================================================================== --- trunk/latex2e.html 2024-10-23 17:42:47 UTC (rev 1180) +++ trunk/latex2e.html 2024-10-23 17:48:32 UTC (rev 1181) @@ -1,6 +1,6 @@ - + + latex2e.info May 2024 @@ -4699,7 +4699,6 @@ environments \begin \end -Environment &latex; provides many environments for delimiting certain behavior. An environment begins with \begin and ends with \end, @@ -4851,7 +4850,7 @@ This example shows a three by three array. -
    \begin{equation*}
    +
    \begin{displaymath}
       \chi(x) =
       \left|              % vertical bar fence
         \begin{array}{ccc}
    @@ -4860,7 +4859,7 @@
           -g   &-h  &x-i
         \end{array}
      \right|
    -\end{equation*}
    +\end{displaymath}
     
    The required argument cols describes the number of columns, their @@ -5139,7 +5138,7 @@ Environment to typeset the mathematical text on its own line, in display style and centered. To make the text be flush-left use the -global option fleqn; see Document class options. +global option fleqn (Document class options). In the displaymath environment no equation number is added to the math text. One way to get an equation number is to use the @@ -5150,11 +5149,21 @@ package, amsmath amsmath package -Note that the amsmath package has significantly more extensive -displayed equation facilities. For example, there are a number of -ways in that package for having math text broken across lines. +package, breqn +breqn package + +environment, equation* +equation* environment + +The amsmath package defines an equation* environment +which is functionally identical to displaymath but allows use +of other amsmath facilities. In general, +amsmathhas significantly more extensive displayed equation +facilities. For example, there are a number of ways in that package +for having math text broken across lines; see also the breqn +package for that (https://ctan.org/pkg/breqn). -\[...\] display math +\[...\] display math The construct \[ math \] is a synonym for the environment \begin{displaymath} math \end{displaymath} but the latter is easier to work with in the source; for instance, @@ -5161,13 +5170,12 @@ searching for a square bracket may get false positives but the word displaymath will likely be unique. -$$...$$ plain &tex; display math -The construct $$math$$ from Plain &tex; is -sometimes used as a synonym for &latex;&textrsquo;s displaymath. It is -not a synonym, and is not officially supported in &latex; at all; -$$ doesn&textrsquo;t support the fleqn option (Document -class options), has different vertical spacing, and doesn&textrsquo;t perform -consistency checks. +$$...$$ plain &tex; display math +The construct $$math$$ from plain &tex; is sometimes +used instead of &latex;&textrsquo;s displaymath. Although the output is +similar, but is not officially supported in &latex; at all; $$ +doesn&textrsquo;t support the fleqn option, has different vertical +spacing, and doesn&textrsquo;t perform consistency checks. The output from this example is centered and alone on its line. @@ -5186,8 +5194,8 @@ documentenumeratedisplaymathEnvironments
    document -environment, document -document environment +environment, document +document environment The document environment encloses the entire body of a document. @@ -5202,8 +5210,8 @@ \AtBeginDocument\AtEndDocumentdocument \AtBeginDocument -\AtBeginDocument -beginning of document hook +\AtBeginDocument +beginning of document hook Synopsis: @@ -5225,8 +5233,8 @@ \AtEndDocument\AtBeginDocumentdocument \AtEndDocument -\AtEndDocument -end of document hook +\AtEndDocument +end of document hook Synopsis: @@ -5250,10 +5258,10 @@ enumerateeqnarraydocumentEnvironments
    enumerate -environment, enumerate -enumerate environment +environment, enumerate +enumerate environment -lists of items, numbered +lists of items, numbered Synopsis: @@ -5283,7 +5291,7 @@ \end{enumerate}
    -\item +\item Start list items with the \item command (\item). If you give \item an optional argument by following it with square brackets, as in \item[Interstitial label], then the next item @@ -5305,10 +5313,10 @@ uppercase letter followed by a period: A., B., &dots; -\enumi -\enumii -\enumiii -\enumiv +\enumi +\enumii +\enumiii +\enumiv enumerate enumi enumerate enumii enumerate enumiii @@ -5322,10 +5330,10 @@ customizing list layout, see list. The package enumitem is useful for customizing lists.
    -\labelenumi -\labelenumii -\labelenumiii -\labelenumiv +\labelenumi +\labelenumii +\labelenumiii +\labelenumiv enumerate labelenumi enumerate labelenumii enumerate labelenumiii @@ -5336,7 +5344,7 @@ labelled with uppercase letters, in boldface, and without a trailing period.
    -\Alph example +\Alph example
    \renewcommand{\labelenumi}{\textbf{\Alph{enumi}}}
     \begin{enumerate}
    @@ -5353,15 +5361,15 @@
     eqnarrayequationenumerateEnvironments
     
    eqnarray -environment, eqnarray -eqnarray environment +environment, eqnarray +eqnarray environment -equations, aligning -aligning equations +equations, aligning +aligning equations -align environment, from amsmath -amsmath package, replacing eqnarray -Madsen, Lars +align environment, from amsmath +amsmath package, replacing eqnarray +Madsen, Lars The eqnarray environment is obsolete. It has infelicities, including spacing that is inconsistent with other mathematics elements. (See &textldquo;Avoid eqnarray!&textrdquo;&noeos; by Lars Madsen @@ -5390,7 +5398,7 @@ \end{eqnarray*}
    -\\ (for eqnarray) +\\ (for eqnarray) Display a sequence of equations or inequalities. The left and right sides are typeset in display mode, while the middle is typeset in text mode. @@ -5398,18 +5406,18 @@ It is similar to a three-column array environment, with items within a row separated by an ampersand (&), and with rows separated by double backslash  \\). -\\* (for eqnarray) +\\* (for eqnarray) The starred form of line break (\\*) can also be used to separate equations, and will disallow a page break there (\\). -\nonumber -equation numbers, omitting +\nonumber +equation numbers, omitting The unstarred form eqnarray places an equation number on every line (using the equation counter), unless that line contains a \nonumber command. The starred form eqnarray* omits equation numbering, while otherwise being the same. -\lefteqn +\lefteqn The command \lefteqn is used for splitting long formulas across lines. It typesets its argument in display style flush left in a box of zero width. @@ -5430,11 +5438,11 @@ equationfigureeqnarrayEnvironments
    equation -environment, equation -equation environment +environment, equation +equation environment -equations, environment for -formulas, environment for +equations, environment for +formulas, environment for Synopsis: @@ -5452,8 +5460,8 @@ \end{equation}, or &latex; will tell you that there is a missing dollar sign. -package, amsmath -amsmath package +package, amsmath +amsmath package The package amsmath package has extensive displayed equation facilities. New documents should include this package. @@ -5463,11 +5471,11 @@ figurefilecontentsequationEnvironments
    figure -environment, figure -figure environment +environment, figure +figure environment -inserting figures -figures, inserting +inserting figures +figures, inserting Synopsis: @@ -5511,7 +5519,7 @@ placing at a page bottom see the discussion of placement b in Floats. -\caption +\caption The label is optional; it is used for cross references (Cross references). The optional \caption command specifies caption text for the figure (\caption). By default it is numbered. @@ -5537,14 +5545,14 @@ filecontentsflushleftfigureEnvironments
    filecontents -environment, filecontents -filecontents environment +environment, filecontents +filecontents environment -environment, filecontents* -filecontents* environment +environment, filecontents* +filecontents* environment -external files, writing -writing external files +external files, writing +writing external files Synopsis: @@ -5577,16 +5585,16 @@ force overwrite -force option for filecontents -overwrite option for filecontents +force option for filecontents +overwrite option for filecontents Overwrite an existing file. noheader -noheader option for filecontents +noheader option for filecontents Omit the header. Equivalent to using filecontents*. nosearch -nosearch option for filecontents +nosearch option for filecontents Only check the current directory (and the output directory, if specified) for an existing file, not the entire search path. @@ -5594,8 +5602,8 @@ These options were added in a 2019 release of &latex;. -self-contained sources -source files, making self-contained +self-contained sources +source files, making self-contained This environment can be used anywhere in the preamble, although it often appears before the \documentclass command. It is commonly used to create a .bib or other such data file from the @@ -5632,11 +5640,11 @@ flushleftflushrightfilecontentsEnvironments
    flushleft -environment, flushleft -flushleft environment +environment, flushleft +flushleft environment -left-justifying text, environment for -ragged right text, environment for +left-justifying text, environment for +ragged right text, environment for Synopsis: @@ -5648,7 +5656,7 @@ \end{flushleft} -\\ (for flushleft) +\\ (for flushleft) An environment that creates a paragraph whose lines are flush to the left-hand margin, and ragged right. If you have lines that are too long then &latex; will linebreak them in a way that avoids hyphenation and @@ -5678,10 +5686,10 @@ \raggedrightflushleft \raggedright -\raggedright -ragged right text -left-justifying text -justification, ragged right +\raggedright +ragged right text +left-justifying text +justification, ragged right Synopses: @@ -5728,11 +5736,11 @@ flushrightitemizeflushleftEnvironments
    flushright -environment, flushright -flushright environment +environment, flushright +flushright environment -ragged left text, environment for -right-justifying text, environment for +ragged left text, environment for +right-justifying text, environment for
    \begin{flushright}
    @@ -5742,7 +5750,7 @@
     \end{flushright}
     
    -\\ (for flushright) +\\ (for flushright) An environment that creates a paragraph whose lines are flush to the right-hand margin and ragged left. If you have lines that are too long to fit the margins then &latex; will linebreak them in a way that @@ -5762,10 +5770,10 @@ \raggedleftflushright \raggedleft -\raggedleft -ragged left text -justification, ragged left -right-justifying text +\raggedleft +ragged left text +justification, ragged left +right-justifying text Synopses: @@ -5802,14 +5810,14 @@ itemizeletterflushrightEnvironments
    itemize -environment, itemize -itemize environment +environment, itemize +itemize environment -\item -lists of items -unordered lists -bulleted lists -bullet lists +\item +lists of items +unordered lists +bulleted lists +bullet lists Synopsis: @@ -5821,11 +5829,12 @@ \end{itemize} -Produce an unordered list, sometimes called a bullet list. There -must be at least one \item within the environment; having none causes the -&latex; error Something's wrong--perhaps a missing \item. +Produce an unordered list, sometimes called a bullet list. +There must be at least one \item within the environment; having +none causes the &latex; error Something's wrong--perhaps a +missing \item. -This gives a two-item list. +This gives a two-item list:
    \begin{itemize}
    @@ -5834,13 +5843,20 @@
     \end{itemize}
     
    - -With the default locale&textmdash;without loading e.g.&noeos; babel package -with another language than USenglish&textmdash;as a top-level list each label -would come out as a bullet, •. The format of the labeling -depends on the nesting level; see below. +By default, in a top-level list each label would come out as a bullet, +•. The format of the labeling depends on the nesting level; +see below. -\item +Many language adaptations change list formatting, in which case this +section may apply only partially or not at all. For instance, after this: + + +
    \usepackage[french]{babel} % changes list formatting!
    +
    + + the margins are smaller and the item markers are different. + +\item Start list items with the \item command (\item). If you give \item an optional argument by following it with square brackets, as in \item[Optional label], then by default @@ -5853,10 +5869,10 @@ They can also be nested within other paragraph-making environments, such as enumerate (enumerate). -\labelitemi -\labelitemii -\labelitemiii -\labelitemiv +\labelitemi +\labelitemii +\labelitemiii +\labelitemiv itemize labelitemi itemize labelitemii itemize labelitemiii @@ -5869,9 +5885,11 @@
    • (bullet, from \textbullet) - -- (bold en-dash, from \normalfont\bfseries\textendash) + &textndash; (bold en-dash, from \normalfont\bfseries\textendash) * (asterisk, from \textasteriskcentered) - . (vertically centered dot, rendered here as a period, from \textperiodcentered) + \cdot (vertically centered dot, +rendered here as a period, +from \textperiodcentered) Change the labels with \renewcommand. For instance, this makes @@ -5881,13 +5899,13 @@
    \renewcommand{\labelitemi}{$\diamond$}
     
    -\leftmargin -\leftmargini -\leftmarginii -\leftmarginiii -\leftmarginiv -\leftmarginv -\leftmarginvi +\leftmargin +\leftmargini +\leftmarginii +\leftmarginiii +\leftmarginiv +\leftmarginv +\leftmarginvi itemize leftmargin itemize leftmargini itemize leftmarginii @@ -5897,15 +5915,16 @@ itemize leftmarginvi The distance between the left margin of the enclosing environment and the left margin of the itemize list is determined by the -parameters \leftmargini through \leftmarginvi. (This also -uses the convention of using lowercase roman numerals a the end of the -command name to denote the nesting level.) The defaults are: -2.5em in level 1 (2em in two-column mode), 2.2em in -level 2, 1.87em in level 3, and 1.7em in level 4, with -smaller values for more deeply nested levels. +parameters \leftmargini through \leftmarginvi. (This +also uses the convention of using lowercase roman numerals at the end +of the command name to denote the nesting level.) The defaults are: +2.5em in level 1 (2em in two-column mode), 2.2em +in level 2, 1.87em in level 3, and 1.7em in level 4, +with smaller values for more deeply nested levels. The margin +parameters must be overridden before the list starts. -package, enumitem -enumitem package +package, enumitem +enumitem package For other major &latex; labeled list environments, see description and enumerate. The itemize, @@ -5914,18 +5933,21 @@ for information about customizing list layout, see list. The package enumitem is useful for customizing lists. -This example greatly reduces the margin space for outermost itemized -lists. +This example greatly reduces the margin space for an outermost itemized +list:
    \setlength{\leftmargini}{1.25em} % default 2.5em
    +\begin{itemize}
    +\item ...
    +\end{itemize}
     
    -\parskip example +\parskip example Especially for lists with short items, it may be desirable to elide space between items. Here is an example defining an itemize* environment with no extra spacing between items, or between paragraphs -within a single item (\parskip is not list-specific, +within a single item (\parskip is not list-specific; \parindent & \parskip): @@ -5943,8 +5965,8 @@ letterlistitemizeEnvironments
    letter environment: writing letters -environment, letter -letter environment +environment, letter +letter environment This environment is used for creating letters. Letters. @@ -5954,10 +5976,10 @@ listmathletterEnvironments
    list -environment, list -list environment +environment, list +list environment -lists of items, generic +lists of items, generic Synopsis: @@ -6020,7 +6042,7 @@ and the counter is incremented by one each time &latex; encounters an \item that does not have an optional argument. -\makelabel +\makelabel list makelabel Another command that can go in spacing is \makelabel, which constructs the label box. By default it puts the contents flush right. Its only argument is the label, which it @@ -6046,12 +6068,12 @@ For some effects these lengths should be zero or negative. -\itemindent\itemindent +\itemindent\itemindent list itemindent Extra horizontal space indentation, beyond leftmargin, of the first line each item. Its default value is 0pt. -\itemsep\itemsep +\itemsep\itemsep list itemsep Vertical space between items, beyond the \parsep. The defaults for the first three levels in &latex;&textrsquo;s article, book, @@ -6064,13 +6086,13 @@ minus1pt, \parsep (that is, 2.5pt plus1pt minus1pt), and \topsep (that is, 2.5pt plus1pt minus1pt). -\labelsep\labelsep +\labelsep\labelsep list labelsep Horizontal space between the label and text of an item. The default for &latex;&textrsquo;s article, book, and report classes is 0.5em. -\labelwidth\labelwidth +\labelwidth\labelwidth list labelwidth Horizontal width. The box containing the label is nominally this wide. If \makelabel returns text that is wider than this then the first @@ -6092,7 +6114,7 @@ label&textrsquo;s left edge coincide with the left margin of the enclosing environment. -\leftmargin\leftmargin +\leftmargin\leftmargin list leftmargin Horizontal space between the left margin of the enclosing environment (or the left margin of the page if this is a top-level list), and the @@ -6110,7 +6132,7 @@ 2.5em (in two column mode, 2em), \leftmarginii is 2.2em, and \leftmarginiii is 1.87em. -\listparindent\listparindent +\listparindent\listparindent list listparindent Horizontal space of additional line indentation, beyond \leftmargin, for second and subsequent paragraphs within a list @@ -6117,7 +6139,7 @@ item. A negative value makes this an &textldquo;outdent&textrdquo;. Its default value is 0pt. -\parsep\parsep +\parsep\parsep list parsep Vertical space between paragraphs within an item. The defaults for the first three levels in &latex;&textrsquo;s article, book, and report classes at 10 point size are: 4pt @@ -6127,7 +6149,7 @@ size are: 5pt plus2.5pt minus1pt, 2.5pt plus1pt minus1pt, and 0pt. -\partopsep\partopsep +\partopsep\partopsep list partopsep Vertical space added, beyond \topsep+\parskip, to the top and bottom of the entire environment if the list instance is preceded by @@ -6143,13 +6165,13 @@ defaults at 12 point are: 3pt plus2pt minus3pt, 3pt plus2pt minus2pt, and 1pt plus0pt minus1pt. -\rightmargin\rightmargin +\rightmargin\rightmargin list rightmargin Horizontal space between the right margin of the list and the right margin of the enclosing environment. Its default value is 0pt. It must be non-negative. -\topsep\topsep +\topsep\topsep list topsep Vertical space added to both the top and bottom of the list, in addition to \parskip (\parindent & \parskip). The defaults for @@ -6228,22 +6250,22 @@ page break. -\&arobase;beginparpenalty\&arobase;beginparpenalty +\&arobase;beginparpenalty\&arobase;beginparpenalty list beginparpenalty The page breaking penalty for breaking before the list (default -51). -\&arobase;itempenalty\&arobase;itempenalty +\&arobase;itempenalty\&arobase;itempenalty list itempenalty The page breaking penalty for breaking before a list item (default -51). -\&arobase;endparpenalty\&arobase;endparpenalty +\&arobase;endparpenalty\&arobase;endparpenalty list endparpenalty The page breaking penalty for breaking after a list (default -51). -package, enumitem -enumitem package +package, enumitem +enumitem package The package enumitem is useful for customizing lists. @@ -6375,10 +6397,10 @@ mathminipagelistEnvironments
    math -environment, math -math environment +environment, math +math environment -inline formulas +inline formulas Synopsis: @@ -6388,8 +6410,8 @@ \end{math} -$ inline math -\(...\) inline math +$ inline math +\(...\) inline math The math environment inserts given math material within the running text. \(...\) and $...$ are synonyms. Math formulas. @@ -6399,10 +6421,10 @@ minipagepicturemathEnvironments
    minipage -environment, minipage -minipage environment +environment, minipage +minipage environment -minipage, creating a +minipage, creating a Synopses: @@ -6465,12 +6487,12 @@ vertical center lines up with the center of the adjacent text line. t -\vtop plain &tex; +\vtop plain &tex; Align the baseline of the top line in the minipage with the baseline of the surrounding text (plain &tex;&textrsquo;s \vtop). b -\vbox (plain &tex;) +\vbox (plain &tex;) Align the baseline of the bottom line in the minipage with the baseline of the surrounding text (plain &tex;&textrsquo;s \vbox).
    @@ -6529,15 +6551,15 @@ Text after -indentation of paragraphs, in minipage -paragraph indentation, in minipage -\parindent +indentation of paragraphs, in minipage +paragraph indentation, in minipage +\parindent By default paragraphs are not indented in a minipage. Change that with a command such as \setlength{\parindent}{1pc} at the start of contents. -footnotes in figures -figures, footnotes in +footnotes in figures +figures, footnotes in Footnotes in a minipage environment are handled in a way that is particularly useful for putting footnotes in figures or tables. A \footnote or \footnotetext command puts the footnote at @@ -6570,8 +6592,8 @@ This puts a table containing data side by side with a map graphic. They are vertically centered. -package, siunitx -siunitx package +package, siunitx +siunitx package
    % siunitx to have the S column specifier,
    @@ -6604,11 +6626,11 @@
     picturequotation & quoteminipageEnvironments
     
    picture -environment, picture -picture environment +environment, picture +picture environment -creating pictures -pictures, creating +creating pictures +pictures, creating Synopses: @@ -6637,7 +6659,7 @@ To start, here&textrsquo;s an example showing the parallelogram law for adding vectors. -\unitlength +\unitlength
    \setlength{\unitlength}{1cm}
     \begin{picture}(6,6)      % picture box will be 6cm wide by 6cm tall
    @@ -6681,7 +6703,7 @@
     picture by shifting everything, you can just add the appropriate
     optional argument.
     
    -position, in picture
    +position, in picture
     Each picture command tells &latex; where to put something by
     providing its position.  A position is a pair such as (2.4,-5)
     giving the x- and y-coordinates.  A coordinate is a not a length,
    @@ -6717,7 +6739,7 @@
     places the object with its reference point at coordinates
     (11.3,-0.3).  The reference points for various objects will be
     described below.
    -LR box
    +LR box
     The \put command creates an LR box (Modes).
     Anything that can go in an \mbox (\mbox & \makebox) can
     go in the text argument of the \put command.  The reference point
    @@ -6784,7 +6806,7 @@
     \put\multiputpicture
     \put
     
    -\put
    +\put
     
     Synopsis:
     
    @@ -6811,7 +6833,7 @@
     \multiput\qbezier\putpicture
     \multiput
     
    -\multiput
    +\multiput
     
     Synopsis:
     
    @@ -6842,7 +6864,7 @@
     \qbezier\graphpaper\multiputpicture
     \qbezier
     
    -\qbezier
    +\qbezier
     
     Synopsis:
     
    @@ -6894,7 +6916,7 @@
     \graphpaper\line\qbezierpicture
     \graphpaper
     
    -\graphpaper
    +\graphpaper
     Synopsis:
     
     
    @@ -6902,8 +6924,8 @@
     \graphpaper[spacing](x_init,y_init)(x_dimen,y_dimen)
     
    -package, graphpap -graphpap package +package, graphpap +graphpap package Draw a coordinate grid. Requires the graphpap package. The grid&textrsquo;s origin is (x_init,y_init). @@ -6929,7 +6951,7 @@ \line\linethickness\graphpaperpicture \line -\line +\line Synopsis: @@ -6969,21 +6991,21 @@ If travel is negative then you get LaTeX Error: Bad \line or \vector argument. -graphics packages -package, pict2e -pict2e package +graphics packages +package, pict2e +pict2e package -package, TikZ -TikZ package +package, TikZ +TikZ package -package, PSTricks -PSTricks package +package, PSTricks +PSTricks package -package, MetaPost -MetaPost package +package, MetaPost +MetaPost package -package, Asymptote -Asymptote package +package, Asymptote +Asymptote package Standard &latex; can only draw lines with a limited range of slopes because these lines are made by putting together line segments from @@ -7003,7 +7025,7 @@ \linethickness\thinlines\linepicture \linethickness -\linethickness +\linethickness Synopsis: @@ -7022,7 +7044,7 @@ \thinlines\thicklines\linethicknesspicture \thinlines -\thinlines +\thinlines Declaration to set the thickness of subsequent lines, circles, and ovals in a picture environment to be 0.4pt. This is the default @@ -7034,7 +7056,7 @@ \thicklines\circle\thinlinespicture \thicklines -\thicklines +\thicklines Declaration to set the thickness of subsequent lines, circles, and ovals in a picture environment to be 0.8pt. See also @@ -7046,7 +7068,7 @@ \circle\oval\thicklinespicture \circle -\circle +\circle Synopsis: @@ -7073,7 +7095,7 @@ \oval\shortstack\circlepicture \oval -\oval +\oval Synopsis: @@ -7121,7 +7143,7 @@ \shortstack\vector\ovalpicture \shortstack -\shortstack +\shortstack Synopsis: @@ -7160,7 +7182,7 @@ Center objects (default) -\\ (for \shortstack objects) +\\ (for \shortstack objects) Separate objects into lines with \\. These stacks are short in that, unlike in a tabular or array environment, here the rows are not spaced out to be of even baseline skips. Thus, in @@ -7181,7 +7203,7 @@ \vector\makebox (picture)\shortstackpicture \vector -\vector +\vector Synopsis: @@ -7210,7 +7232,7 @@ \makebox (picture)\framebox (picture)\vectorpicture \makebox (picture) -\makebox (for picture) +\makebox (for picture) Synopsis: @@ -7259,7 +7281,7 @@ \framebox (picture)\frame\makebox (picture)picture \framebox (picture) -\framebox +\framebox Synopsis: @@ -7291,8 +7313,8 @@ text; see \makebox (picture) for the values that it can take. -\fboxrule -\fboxsep +\fboxrule +\fboxsep The rule has thickness \fboxrule and there is a blank space \fboxsep between the frame and the contents of the box. @@ -7306,7 +7328,7 @@ \frame\dashbox\framebox (picture)picture \frame -\frame +\frame Synopsis: @@ -7325,7 +7347,7 @@ \dashbox\framepicture \dashbox -\dashbox +\dashbox Synopsis: @@ -7367,19 +7389,19 @@
    quotation & quote quotation -environment, quotation -quotation environment +environment, quotation +quotation environment -quoted text with paragraph indentation, displaying -displaying quoted text with paragraph indentation -paragraph indentations in quoted text +quoted text with paragraph indentation, displaying +displaying quoted text with paragraph indentation +paragraph indentations in quoted text quote -environment, quote -quote environment +environment, quote +quote environment -quoted text without paragraph indentation, displaying -displaying quoted text without paragraph indentation -paragraph indentations in quoted text, omitting +quoted text without paragraph indentation, displaying +displaying quoted text without paragraph indentation +paragraph indentations in quoted text, omitting Synopsis: @@ -7422,12 +7444,12 @@ -environment, tabbing -tabbing environment +environment, tabbing +tabbing environment -tab stops, using -lining text up using tab stops -alignment via tabbing +tab stops, using +lining text up using tab stops +alignment via tabbing Synopsis: @@ -7475,7 +7497,7 @@ the end of line, so that the width of the environment is \linewidth. -row, tabbing +row, tabbing The tabbing environment contains a sequence of tabbed rows. The first tabbed row begins immediately after \begin{tabbing} and each row ends with \\ or @@ -7482,7 +7504,7 @@ \kill. The last row may omit the \\ and end with just \end{tabbing}. -pattern, current tab stops, tabbing +pattern, current tab stops, tabbing At any point the tabbing environment has a current tab stop pattern, a sequence of n > 0 tab stops, numbered 0, 1, etc. These create n corresponding columns. Tab stop 0 is @@ -7500,37 +7522,37 @@ They are all fragile (\protect). -\\ (tabbing)\\ (tabbing) +\\ (tabbing)\\ (tabbing) End a tabbed line and typeset it. -\= (tabbing)\= (tabbing) +\= (tabbing)\= (tabbing) Sets a tab stop at the current position. -\> (tabbing)\> (tabbing) -\> +\> (tabbing)\> (tabbing) +\> Advances to the next tab stop. -\<\< +\<\< Put following text to the left of the local margin (without changing the margin). Can only be used at the start of the line. -\+\+ +\+\+ Moves the left margin of the next and all the following commands one tab stop to the right, beginning tabbed line if necessary. -\-\- +\-\- Moves the left margin of the next and all the following commands one tab stop to the left, beginning tabbed line if necessary. -\' (tabbing)\' (tabbing) +\' (tabbing)\' (tabbing) Moves everything that you have typed so far in the current column, i.e., everything from the most recent \>, \<, \', \\, or \kill command, to the previous column and aligned to the right, flush against the current column&textrsquo;s tab stop. -\` (tabbing)\` (tabbing) +\` (tabbing)\` (tabbing) Allows you to put text flush right against any tab stop, including tab stop 0. However, it can&textrsquo;t move text to the right of the last column because there&textrsquo;s no tab stop there. The \` command moves @@ -7540,29 +7562,29 @@ \' command between the \` and the \\ or \end{tabbing} command that ends the line. -\a (tabbing)\a (tabbing) -\a' (acute accent in tabbing) -\a` (grave accent in tabbing) -\a= (macron accent in tabbing) +\a (tabbing)\a (tabbing) +\a' (acute accent in tabbing) +\a` (grave accent in tabbing) +\a= (macron accent in tabbing) In a tabbing environment, the commands \=, \' and \` do not produce accents as usual (Accents). Instead, use the commands \a=, \a' and \a`. -\kill\kill +\kill\kill Sets tab stops without producing text. Works just like \\ except that it throws away the current line instead of producing output for it. Any \=, \+ or \- commands in that line remain in effect. -\poptabs\poptabs -\poptabs +\poptabs\poptabs +\poptabs Restores the tab stop positions saved by the last \pushtabs. -\pushtabs\pushtabs +\pushtabs\pushtabs Saves all current tab stop positions. Useful for temporarily changing tab stop positions in the middle of a tabbing environment. -\tabbingsep\tabbingsep +\tabbingsep\tabbingsep Distance of the text moved by \' to left of current tab stop. @@ -7594,17 +7616,17 @@ end;
    -package, algorithm2e -algorithm2e package +package, algorithm2e +algorithm2e package -package, fancyvrb -fancyvrb package +package, fancyvrb +fancyvrb package -package, listings -listings package +package, listings +listings package -package, minted -minted package +package, minted +minted package This example is just for illustration of the environment. To actually @@ -7618,11 +7640,11 @@ tabletabulartabbingEnvironments
    table -environment, table -table environment +environment, table +table environment -tables, creating -creating tables +tables, creating +creating tables Synopsis: @@ -7665,7 +7687,7 @@ The label is optional; it is used for cross references (Cross references). -\caption +\caption The \caption command is also optional. It specifies caption text title for the table (\caption). By default it is numbered. If its optional lottitle is present then that text is @@ -7693,11 +7715,11 @@ tabularthebibliographytableEnvironments
    tabular -environment, tabular -tabular environment +environment, tabular +tabular environment -lines in tables -lining text up in tables +lines in tables +lining text up in tables Synopsis: @@ -7735,12 +7757,12 @@ The output will have two left-aligned columns with a vertical bar between them. This is specified in tabular&textrsquo;s argument {l|l}. -& (for table cells) +& (for table cells) Put the entries into different columns by separating them with an ampersand, &. The end of each row is marked with a double backslash, \\. Put a horizontal rule below a row, after a double backslash, with \hline. -\\ (for tabular) +\\ (for tabular) After the last row the \\ is optional, unless an \hline command follows to put a rule below the table. @@ -7819,7 +7841,7 @@ \extracolsep -\extracolsep +\extracolsep An \extracolsep{wd} command in an &arobase;-expression causes an extra space of width wd to appear to the left of all subsequent columns, until countermanded by another \extracolsep. Unlike @@ -7878,7 +7900,7 @@ -\arrayrulewidth\arrayrulewidth +\arrayrulewidth\arrayrulewidth tabular arrayrulewidth A length that is the thickness of the rule created by |, \hline, and \vline in the tabular and array @@ -7885,18 +7907,18 @@ environments. The default is .4pt. Change it as in \setlength{\arrayrulewidth}{0.8pt}. -\arraystretch\arraystretch +\arraystretch\arraystretch tabular arraystrech A factor by which the spacing between rows in the tabular and array environments is multiplied. The default is 1, for no scaling. Change it as \renewcommand{\arraystretch}{1.2}. -\doublerulesep\doublerulesep +\doublerulesep\doublerulesep tabular doublerulesep A length that is the distance between the vertical rules produced by the || specifier. The default is 2pt. -\tabcolsep\tabcolsep +\tabcolsep\tabcolsep tabular tabcolsep A length that is half of the space between columns. The default is 6pt. Change it with \setlength. @@ -7918,7 +7940,7 @@ \multicolumn\vlinetabular \multicolumn -\multicolumn +\multicolumn Synopsis: @@ -8018,7 +8040,7 @@ \vline\cline\multicolumntabular \vline -\vline +\vline Draw a vertical line in a tabular or array environment extending the full height and depth of an entry&textrsquo;s row. Can also be used in an &arobase;-expression, although its synonym vertical @@ -8051,7 +8073,7 @@ \cline\hline\vlinetabular \cline -\cline +\cline Synopsis: @@ -8081,7 +8103,7 @@ \hline\clinetabular \hline -\hline +\hline Draw a horizontal line the width of the enclosing tabular or array environment. It&textrsquo;s most commonly used to draw a line at the @@ -8106,10 +8128,10 @@ thebibliographytheoremtabularEnvironments
    thebibliography -environment, thebibliography -thebibliography environment +environment, thebibliography +thebibliography environment -bibliography, creating (manually) +bibliography, creating (manually) Synopsis: @@ -8154,8 +8176,8 @@ commands. The tradition is to use 9 for bibliographies with less than 10 references, 99 for ones with less than 100, etc. -\bibname -\refname +\bibname +\refname The bibliographic list is headed by a title such as Bibliography. To change it there are two cases. In the book and report classes, where the top level sectioning is \chapter and the @@ -8166,8 +8188,8 @@ as with \renewcommand{\refname}{Cited references}, after \begin{document}. -package, babel -babel package +package, babel +babel package Language support packages such as babel will automatically redefine \refname or \bibname to fit the selected @@ -8186,7 +8208,7 @@ \bibitem\citethebibliography \bibitem -\bibitem +\bibitem Synopsis: @@ -8203,7 +8225,7 @@ Generate an entry labeled by default by a number generated using the enumi counter. The citation key -citation key +citation key cite_key can be any string of letters, numbers, and punctuation symbols (but not comma). @@ -8260,7 +8282,7 @@ \cite\nocite\bibitemthebibliography \cite -\cite +\cite Synopsis: @@ -8323,7 +8345,7 @@ \nociteUsing BibTeX\citethebibliography \nocite -\nocite +\nocite Synopsis: @@ -8344,11 +8366,11 @@ Using BibTeX\nocitethebibliography Using Bib&tex; -using Bib&tex; -bib&tex;, using -bibliography, creating (automatically) -\bibliographystyle -\bibliography +using Bib&tex; +bib&tex;, using +bibliography, creating (automatically) +\bibliographystyle +\bibliography As described in thebibliography (thebibliography), a sophisticated approach to managing bibliographies is provided by the @@ -8414,8 +8436,8 @@ files, and rely on Bib&tex; to include in this document only those that you used. -*, to \nocite all keys -\nocite {*}, for all keys +*, to \nocite all keys +\nocite {*}, for all keys With Bib&tex;, the keys argument to \nocite can also be the single character *. This means to implicitly cite all entries from all given bibliographies. @@ -8427,9 +8449,9 @@ Bib&tex; error messagesUsing BibTeX Bib&tex; error messages -Bib&tex; error messages -error messages, from Bib&tex; -.aux file and Bib&tex; commands +Bib&tex; error messages +error messages, from Bib&tex; +.aux file and Bib&tex; commands If you forget to use \bibliography or \bibliographystyle in your document (or, less likely, any \cite or \nocite @@ -8442,17 +8464,17 @@ errors, and the corresponding user-level commands. -\bibdata\bibdata -\bibliography and internal \bibdata +\bibdata\bibdata +\bibliography and internal \bibdata \bibliography -\bibstyle\bibstyle -\bibliographystyle and internal \bibstyle +\bibstyle\bibstyle +\bibliographystyle and internal \bibstyle \bibliographystyle -\citation\citation -\cite and internal \citation -\nocite and internal \citation +\citation\citation +\cite and internal \citation +\nocite and internal \citation \cite, \nocite @@ -8470,10 +8492,10 @@ theoremtitlepagethebibliographyEnvironments
    theorem -environment, theorem -theorem environment +environment, theorem +theorem environment -theorems, typesetting +theorems, typesetting Synopsis: @@ -8501,11 +8523,11 @@ \end{thm} -package, amsmath -amsmath package +package, amsmath +amsmath package -package, amsthm -amsthm package +package, amsthm +amsthm package Most new documents use the packages amsthm and amsmath from the American Mathematical Society. Among other things these @@ -8517,11 +8539,11 @@ titlepageverbatimtheoremEnvironments
    titlepage -environment, titlepage -titlepage environment +environment, titlepage +titlepage environment -making a title page -title pages, creating +making a title page +title pages, creating Synopsis: @@ -8568,14 +8590,14 @@ verbatimversetitlepageEnvironments
    verbatim -environment, verbatim -verbatim environment +environment, verbatim +verbatim environment -verbatim text -simulating typed text -typed text, simulating -code, typesetting -computer programs, typesetting +verbatim text +simulating typed text +typed text, simulating +code, typesetting +computer programs, typesetting Synopsis: @@ -8601,8 +8623,8 @@ The only restriction on literal-text is that it cannot include the string \end{verbatim}. -package, cprotect -cprotect package +package, cprotect +cprotect package You cannot use the verbatim environment in the argument to macros, for instance in the argument to a \section. This is not the same as @@ -8614,11 +8636,11 @@ when the macro was called. However, the cprotect package can help with this. -package, listings -listings package +package, listings +listings package -package, minted -minted package +package, minted +minted package One common use of verbatim input is to typeset computer code. Some packages offer many features not provided by the verbatim @@ -8626,11 +8648,11 @@ minted. For example, they are capable of pretty-printing, line numbering, and selecting parts of files for a continuing listing. -package, fancyvrb -fancyvrb package +package, fancyvrb +fancyvrb package -package, verbatimbox -verbatimbox package +package, verbatimbox +verbatimbox package A package that provides many more options for verbatim environments is fancyvrb. Another is verbatimbox. @@ -8648,8 +8670,8 @@ \verbverbatim \verb -\verb -verbatim text, inline +\verb +verbatim text, inline Synopsis: @@ -8682,7 +8704,7 @@ other). The delimiter must not appear in literal-text. The literal-text cannot include a line break. -visible space +visible space The *-form differs only in that spaces are printed with a visible space character. @@ -8696,15 +8718,15 @@
    The command's first argument is \verb*!filename with extension! and ...
     
    -package, url -url package +package, url +url package For typesetting Internet addresses, urls, the package url is a better option than the \verb command, since it allows line breaks. -package, cprotect -cprotect package +package, cprotect +cprotect package You cannot use \verb in the argument to a macro, for instance in the argument to a \section. It is not a question of \verb @@ -8721,10 +8743,10 @@ verseverbatimEnvironments
    verse -environment, verse -verse environment +environment, verse +verse environment -poetry, an environment for +poetry, an environment for Synopsis: @@ -8745,7 +8767,7 @@ On the fair daughter of rich Capulet. -\\ (for verse) +\\ (for verse) Separate the lines of each stanza with \\, and use one or more blank lines to separate the stanzas. @@ -8773,8 +8795,8 @@ Line breakingPage breakingEnvironmentsTop Line breaking -line breaking -breaking lines +line breaking +breaking lines The first thing &latex; does when processing ordinary text is to translate your input file into a sequence of glyphs and spaces. To @@ -8823,9 +8845,9 @@ \\\obeycr & \restorecrLine breaking
    \\ -\\ (force line break) -new line, starting -line break, forcing +\\ (force line break) +new line, starting +line break, forcing Synopsis, one of: @@ -8910,9 +8932,9 @@ \obeycr \restorecr -\obeycr -\restorecr -new line, output as input +\obeycr +\restorecr +new line, output as input The \obeycr command makes a return in the input file (^^M, internally) the same as \\, followed by \relax. So each @@ -8962,8 +8984,8 @@ \newline\- (hyphenation)\obeycr & \restorecrLine breaking
    \newline -\newline -new line, starting (paragraph mode) +\newline +new line, starting (paragraph mode) In ordinary text, this ends a line in a way that does not right-justify it, so the text before the end of line is not stretched. That is, in @@ -8995,8 +9017,8 @@ \- (hyphenation)\slash\newlineLine breaking
    \- (discretionary hyphen) -\- (hyphenation) -hyphenation, forcing +\- (hyphenation) +hyphenation, forcing Tell &latex; that it may hyphenate the word at that point. When you insert \- commands in a word, the word will only be hyphenated at @@ -9039,8 +9061,8 @@ \slash\discretionary\- (hyphenation)Line breaking
    \slash: breakable / -\slash -slash character, breakable +\slash +slash character, breakable The \slash command produces a / character and then a penalty of the same value as an explicit - character @@ -9056,8 +9078,8 @@
    \discretionary\fussy & \sloppy\slashLine breaking
    \discretionary (generalized hyphenation point) -hyphenation, discretionary -discretionary hyphenation +hyphenation, discretionary +discretionary hyphenation Synopsis: @@ -9131,9 +9153,9 @@ \fussy \sloppy -\fussy -\sloppy -line breaks, changing +\fussy +\sloppy +line breaks, changing Declarations to make &tex; more picky or less picky about line breaking. Declaring \fussy usually avoids too much space between @@ -9155,10 +9177,10 @@ sloppypar\fussy & \sloppy sloppypar -environment, sloppypar -sloppypar environment +environment, sloppypar +sloppypar environment -sloppypar environment +sloppypar environment Synopsis: @@ -9195,8 +9217,8 @@ \hyphenation\linebreak & \nolinebreak\fussy & \sloppyLine breaking
    \hyphenation -\hyphenation -hyphenation, defining +\hyphenation +hyphenation, defining Synopsis: @@ -9229,10 +9251,10 @@ \linebreak \nolinebreak -\linebreak -\nolinebreak -line breaks, forcing -line breaks, preventing +\linebreak +\nolinebreak +line breaks, forcing +line breaks, preventing Synopses, one of: @@ -9276,8 +9298,8 @@ Page breakingFootnotesLine breakingTop Page breaking -page breaking -breaking pages +page breaking +breaking pages Ordinarily &latex; automatically takes care of breaking output into pages with its usual aplomb. But if you are writing commands, or @@ -9285,7 +9307,7 @@ understand how to influence its actions. -badness +badness &latex;&textrsquo;s algorithm for splitting a document into pages is more complex than just waiting until there is enough material to fill a page and outputting the result. Instead, &latex; typesets more material than @@ -9322,12 +9344,12 @@
    \clearpage & \cleardoublepage \clearpage -\clearpage -flushing floats and starting a page -starting a new page and clearing floats +\clearpage +flushing floats and starting a page +starting a new page and clearing floats \cleardoublepage -\cleardoublepage -starting on a right-hand page +\cleardoublepage +starting on a right-hand page Synopsis: @@ -9384,9 +9406,9 @@ \newpage\enlargethispage\clearpage & \cleardoublepagePage breaking
    \newpage -\newpage -new page, starting -starting a new page +\newpage +new page, starting +starting a new page Synopsis: @@ -9429,8 +9451,8 @@ \enlargethispage\pagebreak & \nopagebreak\newpagePage breaking
    \enlargethispage -\enlargethispage -enlarge current page +\enlargethispage +enlarge current page Synopsis, one of: @@ -9465,10 +9487,10 @@ \pagebreak \nopagebreak -\pagebreak -\nopagebreak -page break, forcing -page break, preventing +\pagebreak +\nopagebreak +page break, forcing +page break, preventing Synopses: @@ -9518,8 +9540,8 @@ occurred while \output is active. \newpage, for a command that does not have these effects. -\samepage -samepage environment +\samepage +samepage environment A declaration \samepage and corresponding samepage environment try to only allow breaks between paragraphs. They are not perfectly reliable. For more on keeping material on the same page, @@ -9531,7 +9553,7 @@ FootnotesDefinitionsPage breakingTop Footnotes -footnotes, creating +footnotes, creating Place a footnote at the bottom of the current page, as here. @@ -9565,7 +9587,7 @@ \footnote\footnotemarkFootnotes
    \footnote -\footnote +\footnote Synopsis, one of: @@ -9590,9 +9612,9 @@ the footnote. If you use this then &latex; does not increment the footnote counter. -footnotes, symbols instead of numbers -\fnsymbol, and footnotes -\&arobase;fnsymbol +footnotes, symbols instead of numbers +\fnsymbol, and footnotes +\&arobase;fnsymbol By default, &latex; uses arabic numbers as footnote markers. Change this with something like \renewcommand{\thefootnote}{\fnsymbol{footnote}}, which @@ -9603,11 +9625,11 @@ &latex; determines the spacing of footnotes with two parameters. -footnote parameters -parameters, for footnotes +footnote parameters +parameters, for footnotes -\footnoterule\footnoterule +\footnoterule\footnoterule footnote footnoterule Produces the rule separating the main text on a page from the page&textrsquo;s footnotes. Default dimensions in the standard document classes (except @@ -9627,9 +9649,9 @@ \kern 2pt} % and this 2 -\footnotesep\footnotesep +\footnotesep\footnotesep footnote footnotesep -strut +strut The height of the strut placed at the beginning of the footnote (\strut). By default, this is set to the normal strut for \footnotesize fonts (Font sizes), therefore there is no @@ -9647,8 +9669,8 @@ paragraph mode; Modes). There are some workarounds; see following sections. -footnotes, in a minipage -mpfootnote counter +footnotes, in a minipage +mpfootnote counter In a minipage environment the \footnote command uses the mpfootnote counter instead of the footnote counter, so they are numbered independently. They are shown at the bottom of the @@ -9660,7 +9682,7 @@ \footnotemark\footnotetext\footnoteFootnotes
    \footnotemark -\footnotemark +\footnotemark Synopsis, one of: @@ -9701,11 +9723,11 @@ \maketitle -package, cleveref -cleveref package +package, cleveref +cleveref package -package, hyperref -hyperref package +package, hyperref +hyperref package This example accomplishes the same by using the package cleveref. @@ -9719,8 +9741,8 @@ But the key lemma is from Tinker.\cref{fn:TE} -package, hyperref -hyperref package +package, hyperref +hyperref package It will work with the package hyperref. @@ -9742,7 +9764,7 @@ \footnotetextFootnotes in section headings\footnotemarkFootnotes
    \footnotetext -\footnotetext +\footnotetext Synopsis, one of: @@ -9765,8 +9787,8 @@ Footnotes in section headingsFootnotes in a table\footnotetextFootnotes
    Footnotes in section headings -footnote, in section headings -table of contents, avoiding footnotes +footnote, in section headings +table of contents, avoiding footnotes Putting a footnote in a section heading, as in: @@ -9797,7 +9819,7 @@ Footnotes in a tableFootnotes of footnotesFootnotes in section headingsFootnotes
    Footnotes in a table -footnote, in a table +footnote, in a table Inside a tabular or array environment the \footnote command does not work; there is a footnote mark in the table cell but @@ -9850,8 +9872,8 @@ \end{center} -package, tablefootnote -tablefootnote package +package, tablefootnote +tablefootnote package For a floating table environment (table), use the tablefootnote package. @@ -9881,10 +9903,10 @@ Footnotes of footnotesFootnotes in a tableFootnotes
    Footnotes of footnotes -footnote, of a footnote +footnote, of a footnote -package, bigfoot -bigfoot package +package, bigfoot +bigfoot package Particularly in the humanities, authors can have multiple classes of footnotes, including having footnotes of footnotes. The package @@ -9907,7 +9929,7 @@ DefinitionsCountersFootnotesTop Definitions -definitions +definitions &latex; has support for making new commands of many different kinds. @@ -9934,13 +9956,13 @@ \newcommand \renewcommand -\newcommand -\renewcommand -commands, defining new ones -commands, redefining -defining a new command -redefining a command -new commands, defining +\newcommand +\renewcommand +commands, defining new ones +commands, redefining +defining a new command +redefining a command +new commands, defining Synopses, one of (three regular forms, three starred forms): @@ -9969,9 +9991,9 @@ Define or redefine a command (see also \DeclareRobustCommand in Class and package commands). -starred form, defining new commands -*-form, defining new commands -\long, not defining a command as +starred form, defining new commands +*-form, defining new commands +\long, not defining a command as The starred form of these two forbids the arguments from containing multiple paragraphs of text (i.e., a \par token; in plain &tex; terms: the commands are not \long). With the default @@ -9994,8 +10016,8 @@ different number of arguments than the old version. optargdefault -optional arguments, defining and using -arguments, optional, defining and using +optional arguments, defining and using +arguments, optional, defining and using Optional; if this argument is present then the first argument of \cmd is optional, with default value optargdefault (which may be the empty string). If optargdefault is not present @@ -10028,7 +10050,7 @@ may be a &latex; error, there may be incorrect typeset output, or both. defn -parameters, substituting +parameters, substituting Required; the text to be substituted for every occurrence of \cmd. The parameters #1, #2, &dots;, #nargs are replaced by the values supplied when @@ -10037,7 +10059,7 @@ -blanks, after control sequences +blanks, after control sequences &tex; ignores blanks in the source following a control word (Control sequences), as in \cmd . If you want a space there, one solution is to type {} after the command @@ -10120,7 +10142,7 @@ Control sequences\newcommand & \renewcommand Control sequence, control word and control symbol -control sequences +control sequences When reading input &tex; converts the stream of read characters into a sequence of tokens. When &tex; sees a backslash \, it will @@ -10131,13 +10153,13 @@ -control word, defined +control word, defined control word, when the control sequence is gathered from a \ followed by at least one ASCII letter (A-Z and a-z), followed by at least one non-letter. -control symbol, defined +control symbol, defined control symbol, when the control sequence is gathered from a \ followed by one non-letter character. @@ -10170,10 +10192,10 @@ \providecommand\makeatletter & \makeatother\newcommand & \renewcommandDefinitions
    \providecommand -\providecommand -commands, defining new ones -defining a new command -new commands, defining +\providecommand +commands, defining new ones +defining a new command +new commands, defining Synopses, one of: @@ -10212,8 +10234,8 @@ \makeatletter \makeatother -\makeatother -\makeatother +\makeatother +\makeatother Synopsis: @@ -10230,9 +10252,9 @@ category code of the at-sign to code 12, its default value. As &tex; reads characters, it assigns each one a category code, or -catcode -character category code -category code, character +catcode +character category code +category code, character catcode. For instance, it assigns the backslash character \ the catcode 0. Command names consist of a category 0 character, ordinarily backslash, followed @@ -10254,8 +10276,8 @@ arrange that the at-sign has the character code of a letter, catcode 11. -package, macros2e -macros2e package +package, macros2e +macros2e package For a comprehensive list of macros with an at-sign in their names see https://ctan.org/pkg/macros2e. @@ -10276,9 +10298,9 @@ \&arobase;ifstar\newcounter\makeatletter & \makeatotherDefinitions
    \&arobase;ifstar -\&arobase;ifstar -commands, star-variants -star-variants, commands +\&arobase;ifstar +commands, star-variants +star-variants, commands Synopsis: @@ -10346,11 +10368,11 @@ \agentsecret *{Bond} are equivalent. However, the standard practice is not to insert any such spaces. -package, suffix -suffix package +package, suffix +suffix package -package, xparse -xparse package +package, xparse +xparse package There are two alternative ways to accomplish the work of \&arobase;ifstar. (1) The suffix package allows the @@ -10372,8 +10394,8 @@ \newcounter\newlength\&arobase;ifstarDefinitions
    \newcounter: Allocating a counter -\newcounter -counters, defining new +\newcounter +counters, defining new Synopsis, one of: @@ -10425,11 +10447,11 @@ \newlength\newsavebox\newcounterDefinitions
    \newlength -\newlength -lengths, allocating new -rubber lengths, defining new -skip register, plain &tex; -glue register, plain &tex; +\newlength +lengths, allocating new +rubber lengths, defining new +skip register, plain &tex; +glue register, plain &tex; Synopsis: @@ -10462,8 +10484,8 @@ \newsavebox\newenvironment & \renewenvironment\newlengthDefinitions
    \newsavebox -\newsavebox -box, allocating new +\newsavebox +box, allocating new Synopsis: @@ -10502,11 +10524,11 @@ \newenvironment \renewenvironment -\newenvironment -\renewenvironment -environments, defining -defining new environments -redefining environments +\newenvironment +\renewenvironment +environments, defining +defining new environments +redefining environments Synopses, one of: @@ -10534,7 +10556,7 @@ Define or redefine the environment env, that is, create the construct \begin{env} ... body ... \end{env}. -*-form of environment commands +*-form of environment commands The starred form of these commands requires that the arguments not contain multiple paragraphs of text. However, the body of these environments can contain multiple paragraphs. @@ -10666,12 +10688,12 @@ \newtheorem\newfont\newenvironment & \renewenvironmentDefinitions
    \newtheorem -\newtheorem -theorems, defining -defining new theorems +\newtheorem +theorems, defining +defining new theorems -theorem-like environment -environment, theorem-like +theorem-like environment +environment, theorem-like Synopses: @@ -10801,9 +10823,9 @@ \newfont\protect\newtheoremDefinitions
    \newfont -\newfont -fonts, new commands for -defining new fonts +\newfont +fonts, new commands for +defining new fonts This command is obsolete. This description is here only to help with old @@ -10824,8 +10846,8 @@ The control sequence must not already be defined. It must begin with a backslash, \. -at clause, in font definitions -design size, in font definitions +at clause, in font definitions +design size, in font definitions The font description consists of a fontname and an optional at clause. &latex; will look on your system for a file named fontname.tfm. The at clause can have the form either @@ -10849,9 +10871,9 @@ \protect\ignorespaces & \ignorespacesafterend\newfontDefinitions
    \protect -\protect -fragile commands -robust commands +\protect +fragile commands +robust commands All &latex; commands are either fragile or robust. A fragile command can break when it is used in the argument to certain @@ -10865,7 +10887,7 @@ .aux auxiliary file, moving it there for use elsewhere in the document such as in the table of contents. Such an argument that is used in multiple places is referred to as a -moving arguments +moving arguments moving argument. A command is fragile if it can expand during this process into invalid &tex; code. Some examples of moving arguments are those that appear in the \caption{...} @@ -10892,7 +10914,7 @@ robust. Similarly, \(...\) math was fragile and is now robust ($...$ has always been robust). -\verb, as fragile command +\verb, as fragile command Perhaps the most commonly used remaining fragile command is \verb; for example, @@ -10907,10 +10929,10 @@ rewrite the caption (or section heading or whatever) to use \texttt, often the simplest solution. -package, cprotect -cprotect package +package, cprotect +cprotect package -\cprotect +\cprotect Alternatively, to use \verb, you can apply the \cprotect command from cprotect package (https://ctan.org/pkg/cprotect) to the \caption: @@ -10919,7 +10941,7 @@
    \cprotect\caption{This \verb|\command| is ok with \verb|\cprotect|.}
     
    -\cprotEnv +\cprotEnv \cprotect also allows use of \begin...\end environments in moving arguments, where they are normally not allowed, via a similar prefix command \cprotEnv. @@ -10931,10 +10953,10 @@ \ignorespaces \ignorespacesafterend -\ignorespaces -\ignorespacesafterend -spaces, ignore around commands -commands, ignore spaces +\ignorespaces +\ignorespacesafterend +spaces, ignore around commands +commands, ignore spaces Synopsis: @@ -11029,12 +11051,12 @@ xspace packageClass and package commands\ignorespaces & \ignorespacesafterendDefinitions
    xspace package -\xspace -package, xspace -xspace package +\xspace +package, xspace +xspace package -spaces, ignore around commands -commands, ignore spaces +spaces, ignore around commands +commands, ignore spaces This is an add-on package, not part of core &latex;. Synopsis: @@ -11097,9 +11119,9 @@ Class and package commandsxspace packageDefinitions
    Class and package commands -class and package commands -package and class commands -commands, class and package +class and package commands +package and class commands +commands, class and package These are commands designed to help writers of classes or packages. @@ -11107,7 +11129,7 @@ * \AtBeginDvi & \AtEndDvi::
     
    * \AtEndOfClass & \AtEndOfPackage::
     
    * \CheckCommand::
    -
    * \ClassError and \PackageError and others::
    +
    * \ClassError and \PackageError and other messages::
     
    * \CurrentOption::
     
    * \DeclareOption::
     
    * \DeclareRobustCommand::
    @@ -11128,8 +11150,8 @@
     
     \AtBeginDvi
     \AtEndDvi
    -\AtBeginDvi
    -\AtEndDvi
    +\AtBeginDvi
    +\AtEndDvi
     
     Synopsis:
     
    @@ -11144,8 +11166,8 @@
     the shipout/firstpage hook; new code should use that hook
     directly.
     
    -package, atenddvi
    -atenddvi package
    +package, atenddvi
    +atenddvi package
     
     Similarly, \AtEndDvi (previously available only with the
     atenddvi package) is code executed when finalizing the main
    @@ -11158,8 +11180,8 @@
     
     \AtEndOfClass
     \AtEndOfPackage
    -\AtEndOfClass
    -\AtEndOfPackage
    +\AtEndOfClass
    +\AtEndOfPackage
     
     Synopses:
     
    @@ -11179,13 +11201,13 @@
     
     
     
    -\CheckCommand\ClassError and \PackageError and others\AtEndOfClass & \AtEndOfPackageClass and package commands
    +\CheckCommand\ClassError and \PackageError and other messages\AtEndOfClass & \AtEndOfPackageClass and package commands
     \CheckCommand
     
    -\CheckCommand
    -new command, checking definition of
    -long command
    -\long command, checking for
    +\CheckCommand
    +new command, checking definition of
    +long command
    +\long command, checking for
     
     Synopsis:
     
    @@ -11210,19 +11232,22 @@
     
     
     
    -\ClassError and \PackageError and others\CurrentOption\CheckCommandClass and package commands
    -\ClassError and \PackageError and others
    +\ClassError and \PackageError and other messages\CurrentOption\CheckCommandClass and package commands
    +\ClassError and \PackageError and other messages
     
    +\ClassError and \PackageError and others
     \ClassError
     \ClassWarning
     \ClassWarningNoLine
    +\ClassNote
    +\ClassNoteNoLine
     \ClassInfo
    -\ClassInfoNoLine
     \PackageError
     \PackageWarning
     \PackageWarningNoLine
    +\PackageNote
    +\PackageNoteNoLine
     \PackageInfo
    -\PackageInfoNoLine
     
     Produce error, warning, and informational messages for classes:
     
    @@ -11230,13 +11255,15 @@
     \ClassError{class name}{error-text}{help-text}
     \ClassWarning{class name}{warning-text}
     \ClassWarningNoLine{class name}{warning-text}
    -\ClassInfo{class name}{info-text}
    -\ClassInfoNoLine{class name}{info-text}
    -\ClassError
    -\ClassWarning
    -\ClassWarningNoLine
    -\ClassInfo
    -\ClassInfoNoLine
    +\ClassNote{class name}{note-text}
    +\ClassNoteNoLine{class name}{note-text}
    +\ClassInfo{class name}{log-text}
    +\ClassError
    +\ClassWarning
    +\ClassWarningNoLine
    +\ClassNote
    +\ClassNoteNoLine
    +\ClassInfo
     
     
      and the same for packages:
    @@ -11244,43 +11271,51 @@
     \PackageError{package name}{error-text}{help-text}
     \PackageWarning{package name}{warning-text}
     \PackageWarningNoLine{package name}{warning-text}
    -\PackageInfo{package name}{info-text}
    -\PackageInfoNoLine{package name}{info-text}
    -\PackageError
    -\PackageWarning
    -\PackageWarningNoLine
    -\PackageInfo
    -\PackageInfoNoLine
    +\PackageNote{package name}{note-text}
    +\PackageNoteNoLine{package name}{note-text}
    +\PackageInfo{package name}{log-text}
    +\PackageError
    +\PackageWarning
    +\PackageWarningNoLine
    +\PackageNote
    +\PackageNoteNoLine
    +\PackageInfo
     
     
     For \ClassError and \PackageError the message is
     error-text, followed by &tex;&textrsquo;s &textlsquo;?&textrsquo; error prompt. If the
    -user then asks for help by typing h, they see the help
    -text.
    +user then asks for help by typing h, they see help-text.
     
    -The four Warning commands are similar except that they write
    -warning-text on the screen with no error prompt.  The four
    -Info commands write info-text only in the transcript
    -file.  The NoLine versions omit the number of the line
    +The four Warning commands write warning-text on the
    +terminal and log file (with no error prompt), prefixed by the text
    +Warning:.
    +
    +
    +The four Note commands also write the note-text to the
    +terminal and log file, without the Warning: prefix.
    +
    +The NoLine versions omit the number of the input line
     generating the message, while the other versions do show that number.
     
    -\protect, and message text
    -\space, and message text
    -\MessageBreak, and message text
    +The two Info commands write log-text only in the
    +transcript file and not to the terminal.
    +
    +\protect, and message text
    +\space, and message text
    +\MessageBreak, and message text
     To format the messages, including the help-text: use
     \protect to stop a command from expanding, get a line break
    -with \MessageBreak, and get a space with \space when a
    -space character is ignore, most commonly after a command.
    +with \MessageBreak, and get a space with \space where a
    +space character is ignored, most commonly after a command.
     
     &latex; appends a period to the messages.
     
    -
     
    -\CurrentOption\DeclareOption\ClassError and \PackageError and othersClass and package commands
    +\CurrentOption\DeclareOption\ClassError and \PackageError and other messagesClass and package commands
     \CurrentOption
     
    -\CurrentOption
    -option, currently being processed
    +\CurrentOption
    +option, currently being processed
     
     Expands to the name of the option currently being processed.  This can
     only be used within the code argument of either
    @@ -11291,11 +11326,11 @@
     \DeclareOption\DeclareRobustCommand\CurrentOptionClass and package commands
     \DeclareOption
     
    -\DeclareOption
    -class options
    -package options
    -options, class
    -options, package
    +\DeclareOption
    +class options
    +package options
    +options, class
    +options, package
     
     Synopsis:
     
    @@ -11312,9 +11347,9 @@
     must contain \DeclareOption{logo}{code} (and later,
     \ProcessOptions).
     
    -default option processing
    -option processing by default
    -Unused global option warning, handling
    +default option processing
    +option processing by default
    +Unused global option warning, handling
     If you request an option that has not been declared, by default this
     will produce a warning like Unused global option(s):
     [badoption].  This can be changed by using
    @@ -11349,9 +11384,9 @@
     \DeclareRobustCommand\ExecuteOptions\DeclareOptionClass and package commands
     \DeclareRobustCommand
     
    -\DeclareRobustCommand
    -new command, definition
    -robust command, defining
    +\DeclareRobustCommand
    +new command, definition
    +robust command, defining
     
     Synopsis:
     
    @@ -11382,13 +11417,13 @@
     using \newcommand so unless the command&textrsquo;s data is fragile and the
     command is used within a moving argument, use \newcommand.
     
    -package, etoolbox
    -etoolbox package
    +package, etoolbox
    +etoolbox package
     
    -e-&tex;, and robust commands
    -\newrobustcmd (etoolbox package)
    -\renewrobustcmd (etoolbox package)
    -\providerobustcmd (etoolbox package)
    +e-&tex;, and robust commands
    +\newrobustcmd (etoolbox package)
    +\renewrobustcmd (etoolbox package)
    +\providerobustcmd (etoolbox package)
     
     Related to this, the etoolbox package offers three commands
     and their starred forms: \newrobustcmd(*)
    @@ -11418,7 +11453,7 @@
     \ExecuteOptions\IfFileExists & \InputIfFileExists\DeclareRobustCommandClass and package commands
     \ExecuteOptions
     
    -\ExecuteOptions
    +\ExecuteOptions
     
     Synopsis:
     
    @@ -11426,7 +11461,7 @@
     
    \ExecuteOptions{option-list}
     
    -\ds&arobase;option +\ds&arobase;option For each option option in option-list, in order, this command executes the command \ds&arobase;option. If this command is not defined then that option is silently ignored. @@ -11443,8 +11478,8 @@ \IfFileExists \InputIfFileExists -\IfFileExists -\InputIfFileExists +\IfFileExists +\InputIfFileExists Synopses: @@ -11494,8 +11529,8 @@ \LoadClass \LoadClassWithOptions -\LoadClass -\LoadClassWithOptions +\LoadClass +\LoadClassWithOptions Synopses: @@ -11525,7 +11560,7 @@ Standard LaTeX document class' is available.
    -\PassOptionsToClass, ignoring +\PassOptionsToClass, ignoring The command version \LoadClassWithOptions uses the list of options for the current class. This means it ignores any options passed to it via \PassOptionsToClass. This is a convenience command @@ -11537,10 +11572,10 @@ \NeedsTeXFormat\OptionNotUsed\LoadClass & \LoadClassWithOptionsClass and package commands \NeedsTeXFormat -\NeedsTeXFormat -format, requiring -version of format, requiring -date of format, requiring +\NeedsTeXFormat +format, requiring +version of format, requiring +date of format, requiring Synopsis: @@ -11572,10 +11607,10 @@ \OptionNotUsed\PassOptionsToClass & \PassOptionsToPackage\NeedsTeXFormatClass and package commands \OptionNotUsed -\OptionNotUsed +\OptionNotUsed -unused options, adding to list -options, list of unused +unused options, adding to list +options, list of unused Adds the current option to the list of unused options. Can only be used within the code argument of either \DeclareOption or \DeclareOption*. @@ -11593,8 +11628,8 @@ \PassOptionsToClass \PassOptionsToPackage -\PassOptionsToClass -\PassOptionsToPackage +\PassOptionsToClass +\PassOptionsToPackage Synopses: @@ -11608,8 +11643,8 @@ \usepackage command for the class clsname or the package pkgname, respectively. -option clash -conflict between package options +option clash +conflict between package options The reason for these commands is that although you may load a package any number of times with no options, if you can specify options only the first time you load the package. Loading a package with options @@ -11658,9 +11693,9 @@ \ProcessOptions\ProvidesClass & \ProvidesPackage\PassOptionsToClass & \PassOptionsToPackageClass and package commands \ProcessOptions -\ProcessOptions -processing options -options, processing +\ProcessOptions +processing options +options, processing Synopsis: @@ -11673,9 +11708,9 @@ in the class file as \ProcessOptions\relax (because of the existence of the starred version, described below). -options, global and local -local options -global options +options, global and local +local options +global options Options come in two types. Local options have been specified for this particular package in \usepackage[options], \RequirePackage[options], or the options argument @@ -11720,8 +11755,8 @@ \ProvidesClass \ProvidesPackage -\ProvidesClass -\ProvidesPackage +\ProvidesClass +\ProvidesPackage Synopses: @@ -11770,7 +11805,7 @@ \ProvidesFile\RequirePackage & \RequirePackageWithOptions\ProvidesClass & \ProvidesPackageClass and package commands \ProvidesFile -\ProvidesFile +\ProvidesFile Synopsis: @@ -11802,8 +11837,8 @@ \RequirePackage \RequirePackageWithOptions -\RequirePackage -\RequirePackageWithOptions +\RequirePackage +\RequirePackageWithOptions Synopsis: @@ -11840,7 +11875,7 @@ \DocumentMetadata command (\DocumentMetadata). The &latex; development team strongly recommends use of these and -related commands over Plain &tex;&textrsquo;s \input; see the Class +related commands over plain &tex;&textrsquo;s \input; see the Class Guide (https://ctan.org/pkg/clsguide). @@ -11850,8 +11885,8 @@ CountersLengthsDefinitionsTop Counters -counters, a list of -variables, a list of +counters, a list of +variables, a list of Everything &latex; numbers for you has a counter associated with it. The name of the counter is often the same as the name of the @@ -11863,23 +11898,23 @@ Below is a list of the counters used in &latex;&textrsquo;s standard document classes to control numbering. -part counter -chapter counter -section counter -subsection counter -subsubsection counter -paragraph counter -subparagraph counter -page counter -equation counter -figure counter -table counter -footnote counter -mpfootnote counter -enumi counter -enumii counter -enumiii counter -enumiv counter +part counter +chapter counter +section counter +subsection counter +subsubsection counter +paragraph counter +subparagraph counter +page counter +equation counter +figure counter +table counter +footnote counter +mpfootnote counter +enumi counter +enumii counter +enumiii counter +enumiv counter
    part            paragraph       figure          enumi
     chapter         subparagraph    table           enumii
    @@ -11912,7 +11947,7 @@
     \alph \Alph \arabic \roman \Roman \fnsymbol\usecounterCounters
     
    \alph \Alph \arabic \roman \Roman \fnsymbol: Printing counters -counters, printing +counters, printing Print the value of a counter, in a specified style. For instance, if the counter counter has the value 1 then a @@ -11924,30 +11959,30 @@ start with a backslash. -\alph{counter}\alph{counter} +\alph{counter}\alph{counter} Print the value of counter in lowercase letters: &textlsquo;a&textrsquo;, &textlsquo;b&textrsquo;, &enddots; If the counter&textrsquo;s value is less than 1 or more than 26 then you get LaTeX Error: Counter too large. -\Alph{counter}\Alph{counter} +\Alph{counter}\Alph{counter} Print in uppercase letters: &textlsquo;A&textrsquo;, &textlsquo;B&textrsquo;, &enddots; If the counter&textrsquo;s value is less than 1 or more than 26 then you get LaTeX Error: Counter too large. -\arabic{counter}\arabic{counter} +\arabic{counter}\arabic{counter} Print in Arabic numbers such as 5 or -2. -\roman{counter}\roman{counter} +\roman{counter}\roman{counter} Print in lowercase roman numerals: &textlsquo;i&textrsquo;, &textlsquo;ii&textrsquo;, &enddots; If the counter&textrsquo;s value is less than 1 then you get no warning or error but &latex; does not print anything in the output. -\Roman{counter}\Roman{counter} +\Roman{counter}\Roman{counter} Print in uppercase roman numerals: &textlsquo;I&textrsquo;, &textlsquo;II&textrsquo;, &enddots; If the counter&textrsquo;s value is less than 1 then you get no warning or error but &latex; does not print anything in the output. -\fnsymbol{counter}\fnsymbol{counter} +\fnsymbol{counter}\fnsymbol{counter} Prints the value of counter using a sequence of nine symbols that are traditionally used for labeling footnotes. The value of counter should be between 1 and 9, inclusive. If the @@ -11988,9 +12023,9 @@ \usecounter\value\alph \Alph \arabic \roman \Roman \fnsymbolCounters
    \usecounter -\usecounter -list items, specifying counter -numbered items, specifying counter +\usecounter +list items, specifying counter +numbered items, specifying counter Synopsis: @@ -12025,8 +12060,8 @@ \value\setcounter\usecounterCounters
    \value -\value -counters, getting value of +\value +counters, getting value of Synopsis: @@ -12069,9 +12104,9 @@ \setcounter\addtocounter\valueCounters
    \setcounter -\setcounter -counters, setting -setting counters +\setcounter +counters, setting +setting counters Synopsis: @@ -12097,7 +12132,7 @@ \addtocounter\refstepcounter\setcounterCounters
    \addtocounter -\addtocounter +\addtocounter Synopsis: @@ -12121,7 +12156,7 @@ \refstepcounter\stepcounter\addtocounterCounters
    \refstepcounter -\refstepcounter +\refstepcounter Synopsis: @@ -12145,7 +12180,7 @@ \stepcounter\day & \month & \year\refstepcounterCounters
    \stepcounter -\stepcounter +\stepcounter Synopsis: @@ -12170,9 +12205,9 @@ \day \month \year -\day -\month -\year +\day +\month +\year &latex; defines the counter \day for the day of the month (nominally with value between 1 and 31), \month for the month of @@ -12201,16 +12236,16 @@ LengthsMaking paragraphsCountersTop Lengths -lengths, defining and using +lengths, defining and using A length is a measure of distance. Many &latex; commands take a length as an argument. -rigid lengths -rubber lengths -dimen plain &tex; -skip plain &tex; -glue plain &tex; +rigid lengths +rubber lengths +dimen plain &tex; +skip plain &tex; +glue plain &tex; Lengths come in two types. A rigid length such as 10pt does not contain a plus or minus component. (Plain &tex; calls this a dimen.) A rubber length (what plain @@ -12338,57 +12373,57 @@ Units of length\setlengthLengths
    Units of length -units, of length +units, of length &tex; and &latex; know about these units both inside and outside of math mode. -ptpt -point +ptpt +point units of length pt Point, 1/72.27 inch. The (approximate) conversion to metric units is 1point = .35146mm = .035146cm. -pcpc -pica +pcpc +pica units of length pc Pica, 12 pt -inin -inch +inin +inch units of length in Inch, 72.27 pt -bpbp -big point -PostScript point +bpbp +big point +PostScript point units of length bp Big point, 1/72 inch. This length is the definition of a point in PostScript and many desktop publishing systems. -mmmm -millimeter +mmmm +millimeter units of length mm Millimeter, 2.845pt -cmcm -centimeter +cmcm +centimeter units of length cm Centimeter, 10mm -dddd -didot point +dddd +didot point units of length dd Didot point, 1.07 pt -cccc -cicero +cccc +cicero units of length cc Cicero, 12 dd -spsp -scaled point +spsp +scaled point units of length sp Scaled point, 1/65536 pt @@ -12398,9 +12433,9 @@ than being an absolute dimension. -exex -x-height -ex +exex +x-height +ex Lengths/ex units of length ex The x-height of the current font ex, traditionally the @@ -12407,9 +12442,9 @@ height of the lowercase letter x, is often used for vertical lengths. -emem -m-width -em +emem +m-width +em Lengths/em units of length em Similarly em, traditionally the width of the capital @@ -12418,8 +12453,8 @@ have 1em = 10pt. &latex; has several commands to produce horizontal spaces based on the em (\enspace & \quad & \qquad). -mumu -mu, math unit +mumu +mu, math unit units of length mu Finally, in math mode, many definitions are expressed in terms of the math unit mu, defined by 1em = 18mu, where the @@ -12438,8 +12473,8 @@ \setlength\addtolengthUnits of lengthLengths
    \setlength -\setlength -lengths, setting +\setlength +lengths, setting Synopsis: @@ -12475,8 +12510,8 @@ \addtolength\settodepth\setlengthLengths
    \addtolength -\addtolength -lengths, adding to +\addtolength +lengths, adding to Synopsis: @@ -12519,7 +12554,7 @@ \settodepth\settoheight\addtolengthLengths
    \settodepth -\settodepth +\settodepth Synopsis: @@ -12552,7 +12587,7 @@ \settoheight\settowidth\settodepthLengths
    \settoheight -\settoheight +\settoheight Synopsis: @@ -12586,7 +12621,7 @@ \settowidth\stretch\settoheightLengths
    \settowidth -\settowidth +\settowidth Synopsis: @@ -12620,7 +12655,7 @@ \stretchExpressions\settowidthLengths
    \stretch -\stretch +\stretch Synopsis: @@ -12667,7 +12702,7 @@ Expressions\stretchLengths
    Expressions -expressions +expressions Synopsis, one of: @@ -12779,8 +12814,8 @@ Making paragraphsMath formulasLengthsTop Making paragraphs -making paragraphs -paragraphs +making paragraphs +paragraphs To start a paragraph, just type some text. To end the current paragraph, put an empty line. This is three paragraphs, the @@ -12863,8 +12898,8 @@ \par\indent & \noindentMaking paragraphs
    \par -\par -paragraph, ending +\par +paragraph, ending Synopsis (note that while reading the input &tex; converts any sequence of one or more blank lines to a \par, Making paragraphs): @@ -12930,9 +12965,9 @@ \indent \noindent -\indent -\noindent -indent, forcing +\indent +\noindent +indent, forcing Synopsis: @@ -12980,14 +13015,14 @@ \noindent shows this clearly.
    -\parindent +\parindent To omit indentation in the entire document put \setlength{\parindent}{0pt} in the preamble. If you do that, you may want to also set the length of spaces between paragraphs, \parskip (\parindent & \parskip). -package, indentfirst -indentfirst package +package, indentfirst +indentfirst package Default &latex; styles have the first paragraph after a section that is not indented, as is traditional typesetting in English. To change that, @@ -13000,11 +13035,11 @@ \parindent \parskip -\parindent -\parskip -paragraph indentation -horizontal paragraph indentation -vertical space before paragraphs +\parindent +\parskip +paragraph indentation +horizontal paragraph indentation +vertical space before paragraphs Synopsis: @@ -13048,10 +13083,10 @@ Marginal notes\parindent & \parskipMaking paragraphs
    Marginal notes -marginal notes -notes in the margin -remarks in the margin -\marginpar +marginal notes +notes in the margin +remarks in the margin +\marginpar Synopsis, one of: @@ -13072,8 +13107,8 @@ outside margin. If you are in two-column layout (document option twocolumn) then it goes in the nearest margin. -\reversemarginpar -\normalmarginpar +\reversemarginpar +\normalmarginpar If you declare \reversemarginpar then &latex; will place subsequent marginal notes in the opposite margin to that given in the prior paragraph. Revert that to the default position with @@ -13090,18 +13125,18 @@ These parameters affect the formatting of the note: -\marginparpush\marginparpush +\marginparpush\marginparpush marginal notes marginparpush Minimum vertical space between notes; default 7pt for 12pt documents, 5pt else. See also page layout parameters marginparpush. -\marginparsep\marginparsep +\marginparsep\marginparsep marginal notes marginparsep Horizontal space between the main text and the note; default 11pt for 10pt documents, 10pt else. -\marginparwidth\marginparwidth +\marginparwidth\marginparwidth marginal notes marginparwidth Width of the note itself; default for a one-sided 10pt document is 90pt, 83pt for 11pt, and 68pt for @@ -13122,17 +13157,17 @@ Math formulasModesMaking paragraphsTop Math formulas -math formulas -formulas, math -math mode, entering -environment, math -math environment +math formulas +formulas, math +math mode, entering +environment, math +math environment -environment, displaymath -displaymath environment +environment, displaymath +displaymath environment -environment, equation -equation environment +environment, equation +equation environment Produce mathematical text by putting &latex; into math mode or display @@ -13206,14 +13241,14 @@ \end{displaymath}. These environments can only be used in paragraph mode (Modes). -package, amsmath -amsmath package +package, amsmath +amsmath package -package, amsfonts -amsfonts package +package, amsfonts +amsfonts package -package, mathtools -mathtools package +package, mathtools +mathtools package The American Mathematical Society has made freely available a set of packages that greatly expand your options for writing mathematics, @@ -13240,11 +13275,11 @@ superscript subscript -superscript -subscript -^ superscript -_ subscript -exponent +superscript +subscript +^ superscript +_ subscript +exponent Synopsis (in math mode or display math mode), one of: @@ -13316,8 +13351,8 @@ display math mode, as in the expression x^2, will get you the &tex; error Missing $ inserted. -package, mhchem -mhchem package +package, mhchem +mhchem package A common reason to want subscripts outside of a mathematics mode is to typeset chemical formulas. There are packages for that, such as @@ -13328,12 +13363,12 @@ Math symbolsMath functionsSubscripts & superscriptsMath formulas
    Math symbols -math symbols -symbols, math -greek letters +math symbols +symbols, math +greek letters -package, comprehensive -comprehensive package +package, comprehensive +comprehensive package &latex; provides almost any mathematical or technical symbol that @@ -13353,26 +13388,26 @@ -\|\| +\|\| 2225 Parallel (relation). Synonym: \parallel. -\aleph\aleph +\aleph\aleph 2135 Aleph, transfinite cardinal (ordinary). -\alpha\alpha +\alpha\alpha 03B1 Lowercase Greek letter alpha (ordinary). -\amalg\amalg +\amalg\amalg 2A3F Disjoint union (binary) -\angle\angle +\angle\angle 2220 Geometric angle (ordinary). Similar: less-than sign < and angle bracket \langle. -\approx\approx +\approx\approx 2248 Almost equal to (relation). -\ast\ast +\ast\ast 2217 Asterisk operator, convolution, six-pointed (binary). Synonym: *, which is often a superscript or subscript, as in the Kleene star. Similar: \star, which is @@ -13379,159 +13414,159 @@ five-pointed, and is sometimes used as a general binary operation, and sometimes reserved for cross-correlation. -\asymp\asymp +\asymp\asymp 224D Asymptotically equivalent (relation). -\backslash\backslash +\backslash\backslash \ Backslash (ordinary). Similar: set minus \setminus, and \textbackslash for backslash outside of math mode. -\beta\beta +\beta\beta 03B2 Lowercase Greek letter beta (ordinary). -\bigcap\bigcap +\bigcap\bigcap 22C2 Variable-sized, or n-ary, intersection (operator). Similar: binary intersection \cap. -\bigcirc\bigcirc +\bigcirc\bigcirc 26AA Circle, larger (binary). Similar: function composition \circ. -\bigcup\bigcup +\bigcup\bigcup 22C3 Variable-sized, or n-ary, union (operator). Similar: binary union \cup. -\bigodot\bigodot +\bigodot\bigodot 2A00 Variable-sized, or n-ary, circled dot operator (operator). -\bigoplus\bigoplus +\bigoplus\bigoplus 2A01 Variable-sized, or n-ary, circled plus operator (operator). -\bigotimes\bigotimes +\bigotimes\bigotimes 2A02 Variable-sized, or n-ary, circled times operator (operator). -\bigtriangledown\bigtriangledown +\bigtriangledown\bigtriangledown 25BD Variable-sized, or n-ary, open triangle pointing down (binary). Synonym: \varbigtriangledown. -\bigtriangleup\bigtriangleup +\bigtriangleup\bigtriangleup 25B3 Variable-sized, or n-ary, open triangle pointing up (binary). Synonym: \varbigtriangleup. -\bigsqcup\bigsqcup +\bigsqcup\bigsqcup 2A06 Variable-sized, or n-ary, square union (operator). -\biguplus\biguplus +\biguplus\biguplus 2A04 Variable-sized, or n-ary, union operator with a plus (operator). (Note that the name has only one p.) -\bigvee\bigvee +\bigvee\bigvee 22C1 Variable-sized, or n-ary, logical-or (operator). -\bigwedge\bigwedge +\bigwedge\bigwedge 22C0 Variable-sized, or n-ary, logical-and (operator). -\bot\bot +\bot\bot 22A5, Up tack, bottom, least element of a partially ordered set, or a contradiction (ordinary). See also \top. -\bowtie\bowtie +\bowtie\bowtie 22C8 Natural join of two relations (relation). -\Box\Box +\Box\Box 25A1 Modal operator for necessity; square open box (ordinary). Not available in plain &tex;. In &latex; you need to load the amssymb package. -\bullet\bullet -bullet symbol +\bullet\bullet +bullet symbol 2022 Bullet (binary). Similar: multiplication dot \cdot. -\cap\cap +\cap\cap 2229 Intersection of two sets (binary). Similar: variable-sized operator \bigcap. -\cdot\cdot +\cdot\cdot 22C5 Multiplication (binary). Similar: Bullet dot \bullet. -\chi\chi +\chi\chi 03C7 Lowercase Greek chi (ordinary). -\circ\circ +\circ\circ 2218 Function composition, ring operator (binary). Similar: variable-sized operator \bigcirc. -\clubsuit\clubsuit +\clubsuit\clubsuit 2663 Club card suit (ordinary). -\complement\complement +\complement\complement 2201, 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^{\mathsf{c}}$ or $\bar{S}$. -\cong\cong +\cong\cong 2245 Congruent (relation). -\coprod\coprod +\coprod\coprod 2210 Coproduct (operator). -\cup\cup +\cup\cup 222A Union of two sets (binary). Similar: variable-sized operator \bigcup. -\dagger\dagger +\dagger\dagger 2020 Dagger relation (binary). -\dashv\dashv +\dashv\dashv 22A3 Dash with vertical, reversed turnstile (relation). Similar: turnstile \vdash. -\ddagger\ddagger +\ddagger\ddagger 2021 Double dagger relation (binary). -\Delta\Delta +\Delta\Delta 0394 Greek uppercase delta, used for increment (ordinary). -\delta\delta +\delta\delta 03B4 Greek lowercase delta (ordinary). -\Diamond\Diamond +\Diamond\Diamond 25C7 Large diamond operator (ordinary). Not available in plain &tex;. In &latex; you need to load the amssymb package. -\diamond\diamond +\diamond\diamond 22C4 Diamond operator (binary). Similar: large diamond \Diamond, circle bullet \bullet. -\diamondsuit\diamondsuit +\diamondsuit\diamondsuit 2662 Diamond card suit (ordinary). -\div\div +\div\div 00F7 Division sign (binary). -\doteq\doteq +\doteq\doteq 2250 Approaches the limit (relation). Similar: geometrically equal to \Doteq. -\downarrow\downarrow +\downarrow\downarrow 2193 Down arrow, converges (relation). Similar: \Downarrow double line down arrow. -\Downarrow\Downarrow +\Downarrow\Downarrow 21D3 Double line down arrow (relation). Similar: \downarrow single line down arrow. -\ell\ell +\ell\ell 2113 Lowercase cursive letter l (ordinary). -\emptyset\emptyset +\emptyset\emptyset 2205 Empty set symbol (ordinary). The variant form is \varnothing. -\epsilon\epsilon +\epsilon\epsilon 03F5 Lowercase lunate epsilon (ordinary). Similar to Greek text letter. More widely used in mathematics is the script small letter epsilon \varepsilon 03B5. Related: @@ -13539,127 +13574,127 @@ -\equiv\equiv +\equiv\equiv 2261 Equivalence (relation). -\eta\eta +\eta\eta 03B7 Lowercase Greek letter (ordinary). -\exists\exists +\exists\exists 2203 Existential quantifier (ordinary). -\flat\flat +\flat\flat 266D Musical flat (ordinary). -\forall\forall +\forall\forall 2200 Universal quantifier (ordinary). -\frown\frown +\frown\frown 2322 Downward curving arc (ordinary). -\Gamma\Gamma +\Gamma\Gamma 0393 uppercase Greek letter (ordinary). -\gamma\gamma +\gamma\gamma 03B3 Lowercase Greek letter (ordinary). -\ge\ge +\ge\ge 2265 Greater than or equal to (relation). This is a synonym for \geq. -\geq\geq +\geq\geq 2265 Greater than or equal to (relation). This is a synonym for \ge. -\gets\gets +\gets\gets 2190 Is assigned the value (relation). Synonym: \leftarrow. -\gg\gg +\gg\gg 226B Much greater than (relation). Similar: much less than \ll. -\hbar\hbar +\hbar\hbar 210F Planck constant over two pi (ordinary). -\heartsuit\heartsuit +\heartsuit\heartsuit 2661 Heart card suit (ordinary). -\hookleftarrow\hookleftarrow +\hookleftarrow\hookleftarrow 21A9 Hooked left arrow (relation). -\hookrightarrow\hookrightarrow +\hookrightarrow\hookrightarrow 21AA Hooked right arrow (relation). -\iff\iff +\iff\iff 27F7 If and only if (relation). It is \Longleftrightarrow with a \thickmuskip on either side. -\Im\Im +\Im\Im 2111 Imaginary part (ordinary). See: real part \Re. -\imath\imath -dotless i, math +\imath\imath +dotless i, math Dotless i; used when you are putting an accent on an i (Math accents). -\in\in +\in\in 2208 Set element (relation). See also: lowercase lunate epsilon \epsilon03F5 and small letter script epsilon \varepsilon. -\infty\infty +\infty\infty 221E Infinity (ordinary). -\int\int +\int\int 222B Integral (operator). -\iota\iota +\iota\iota 03B9 Lowercase Greek letter (ordinary). -\Join\Join +\Join\Join 2A1D Condensed bowtie symbol (relation). Not available in Plain &tex;. -\jmath\jmath -dotless j, math +\jmath\jmath +dotless j, math Dotless j; used when you are putting an accent on a j (Math accents). -\kappa\kappa +\kappa\kappa 03BA Lowercase Greek letter (ordinary). -\Lambda\Lambda +\Lambda\Lambda 039B uppercase Greek letter (ordinary). -\lambda\lambda +\lambda\lambda 03BB Lowercase Greek letter (ordinary). -\land\land +\land\land 2227 Logical and (binary). Synonym: \wedge. See also logical or \lor. -\langle\langle +\langle\langle 27E8 Left angle, or sequence, bracket (opening). Similar: less-than <. Matches \rangle. -\lbrace\lbrace +\lbrace\lbrace 007B Left curly brace (opening). Synonym: \{. Matches \rbrace. -\lbrack\lbrack +\lbrack\lbrack 005B Left square bracket (opening). Synonym: [. Matches \rbrack. -\lceil\lceil +\lceil\lceil 2308 Left ceiling bracket, like a square bracket but with the bottom shaved off (opening). Matches \rceil. -\le\le +\le\le 2264 Less than or equal to (relation). This is a synonym for \leq. -\leadsto\leadsto +\leadsto\leadsto 21DD Squiggly right arrow (relation). To get this symbol outside of math mode you can put \newcommand*{\Leadsto}{\ensuremath{\leadsto}} in the @@ -13666,78 +13701,78 @@ preamble and then use \Leadsto instead. -\Leftarrow\Leftarrow +\Leftarrow\Leftarrow 21D0 Is implied by, double-line left arrow (relation). Similar: single-line left arrow \leftarrow. -\leftarrow\leftarrow +\leftarrow\leftarrow 2190 Single-line left arrow (relation). Synonym: \gets. Similar: double-line left arrow \Leftarrow. -\leftharpoondown\leftharpoondown +\leftharpoondown\leftharpoondown 21BD Single-line left harpoon, barb under bar (relation). -\leftharpoonup\leftharpoonup +\leftharpoonup\leftharpoonup 21BC Single-line left harpoon, barb over bar (relation). -\Leftrightarrow\Leftrightarrow +\Leftrightarrow\Leftrightarrow 21D4 Bi-implication; double-line double-headed arrow (relation). Similar: single-line double headed arrow \leftrightarrow. -\leftrightarrow\leftrightarrow +\leftrightarrow\leftrightarrow 2194 Single-line double-headed arrow (relation). Similar: double-line double headed arrow \Leftrightarrow. -\leq\leq +\leq\leq 2264 Less than or equal to (relation). This is a synonym for \le. -\lfloor\lfloor +\lfloor\lfloor 230A Left floor bracket (opening). Matches: \floor. -\lhd\lhd +\lhd\lhd 25C1 Arrowhead, that is, triangle, pointing left (binary). For the normal subgroup symbol you should load amssymb and use \vartriangleleft (which is a relation and so gives better spacing). -\ll\ll +\ll\ll 226A Much less than (relation). Similar: much greater than \gg. -\lnot\lnot +\lnot\lnot 00AC Logical negation (ordinary). Synonym: \neg. -\longleftarrow\longleftarrow +\longleftarrow\longleftarrow 27F5 Long single-line left arrow (relation). Similar: long double-line left arrow \Longleftarrow. -\longleftrightarrow\longleftrightarrow +\longleftrightarrow\longleftrightarrow 27F7 Long single-line double-headed arrow (relation). Similar: long double-line double-headed arrow \Longleftrightarrow. -\longmapsto\longmapsto +\longmapsto\longmapsto 27FC Long single-line left arrow starting with vertical bar (relation). Similar: shorter version \mapsto. -\longrightarrow\longrightarrow +\longrightarrow\longrightarrow 27F6 Long single-line right arrow (relation). Similar: long double-line right arrow \Longrightarrow. -\lor\lor +\lor\lor 2228 Logical or (binary). Synonym: \vee. See also logical and \land. -\mapsto\mapsto +\mapsto\mapsto 21A6 Single-line left arrow starting with vertical bar (relation). Similar: longer version \longmapsto. -\mho\mho +\mho\mho 2127 Conductance, half-circle rotated capital omega (ordinary). -\mid\mid +\mid\mid 2223 Single-line vertical bar (relation). A typical use of \mid is for a set \{\, x \mid x\geq 5 \,\}. @@ -13747,42 +13782,42 @@ ordinals, i.e., footnote symbols. For absolute value, see the entry for \vert and for norm see the entry for \Vert. -\models\models +\models\models 22A8 Entails, or satisfies; double turnstile, short double dash (relation). Similar: long double dash \vDash. -\mp\mp +\mp\mp 2213 Minus or plus (relation). -\mu\mu +\mu\mu 03BC Lowercase Greek letter (ordinary). -\nabla\nabla +\nabla\nabla 2207 Hamilton&textrsquo;s del, or differential, operator (ordinary). -\natural\natural +\natural\natural 266E Musical natural notation (ordinary). -\ne\ne +\ne\ne 2260 Not equal (relation). Synonym: \neq. -\nearrow\nearrow +\nearrow\nearrow 2197 North-east arrow (relation). -\neg\neg +\neg\neg 00AC Logical negation (ordinary). Synonym: \lnot. Sometimes instead used for negation: \sim. -\neq\neq +\neq\neq 2260 Not equal (relation). Synonym: \ne. -\ni\ni +\ni\ni 220B Reflected membership epsilon; has the member (relation). Synonym: \owns. Similar: is a member of \in. -\not\not +\not\not 0020Long solidus, or slash, used to overstrike a following operator (relation). @@ -13791,85 +13826,85 @@ particularly with the amssymb package. For example, \notin is typographically preferable to \not\in. -\notin\notin +\notin\notin 2209 Not an element of (relation). Similar: not subset of \nsubseteq. -\nu\nu +\nu\nu 03BD Lowercase Greek letter (ordinary). -\nwarrow\nwarrow +\nwarrow\nwarrow 2196 North-west arrow (relation). -\odot\odot +\odot\odot 2299 Dot inside a circle (binary). Similar: variable-sized operator \bigodot. -\oint\oint +\oint\oint 222E Contour integral, integral with circle in the middle (operator). -\Omega\Omega +\Omega\Omega 03A9 uppercase Greek letter (ordinary). -\omega\omega +\omega\omega 03C9 Lowercase Greek letter (ordinary). -\ominus\ominus +\ominus\ominus 2296 Minus sign, or dash, inside a circle (binary). -\oplus\oplus +\oplus\oplus 2295 Plus sign inside a circle (binary). Similar: variable-sized operator \bigoplus. -\oslash\oslash +\oslash\oslash 2298 Solidus, or slash, inside a circle (binary). -\otimes\otimes +\otimes\otimes 2297 Times sign, or cross, inside a circle (binary). Similar: variable-sized operator \bigotimes. -\owns\owns +\owns\owns 220B Reflected membership epsilon; has the member (relation). Synonym: \ni. Similar: is a member of \in. -\parallel\parallel +\parallel\parallel 2225 Parallel (relation). Synonym: \|. -\partial\partial +\partial\partial 2202 Partial differential (ordinary). -\perp\perp +\perp\perp 27C2 Perpendicular (relation). Similar: \bot uses the same glyph but the spacing is different because it is in the class ordinary. -\Phi\Phi +\Phi\Phi 03A6 Uppercase Greek letter (ordinary). -\phi\phi +\phi\phi 03D5 Lowercase Greek letter (ordinary). The variant form is \varphi 03C6. -\Pi\Pi +\Pi\Pi 03A0 uppercase Greek letter (ordinary). -\pi\pi +\pi\pi 03C0 Lowercase Greek letter (ordinary). The variant form is \varpi 03D6. -\pm\pm +\pm\pm 00B1 Plus or minus (binary). -\prec\prec +\prec\prec 227A Precedes (relation). Similar: less than <. -\preceq\preceq +\preceq\preceq 2AAF Precedes or equals (relation). Similar: less than or equals \leq. -\prime\prime +\prime\prime 2032 Prime, or minute in a time expression (ordinary). Typically used as a superscript: $f^\prime$; $f^\prime$ and $f'$ produce the same result. An advantage of the second @@ -13879,141 +13914,141 @@ single quote ' in text mode produces a different character (apostrophe). -\prod\prod +\prod\prod 220F Product (operator). -\propto\propto +\propto\propto 221D Is proportional to (relation) -\Psi\Psi +\Psi\Psi 03A8 uppercase Greek letter (ordinary). -\psi\psi +\psi\psi 03C8 Lowercase Greek letter (ordinary). -\rangle\rangle +\rangle\rangle 27E9 Right angle, or sequence, bracket (closing). Similar: greater than >. Matches:\langle. -\rbrace\rbrace +\rbrace\rbrace 007D Right curly brace (closing). Synonym: \}. Matches \lbrace. -\rbrack\rbrack +\rbrack\rbrack 005D Right square bracket (closing). Synonym: ]. Matches \lbrack. -\rceil\rceil +\rceil\rceil 2309 Right ceiling bracket (closing). Matches \lceil. -\Re\Re +\Re\Re 211C Real part, real numbers, cursive capital R (ordinary). Related: double-line, or blackboard bold, R \mathbb{R}; to access this, load the amsfonts package. -\restriction\restriction +\restriction\restriction 21BE, Restriction of a function (relation). Synonym: \upharpoonright. Not available in plain &tex;. In &latex; you need to load the amssymb package. -\revemptyset\revemptyset +\revemptyset\revemptyset 29B0, Reversed empty set symbol (ordinary). Related: \varnothing. Not available in plain &tex;. In &latex; you need to load the stix package. -\rfloor\rfloor +\rfloor\rfloor 230B Right floor bracket, a right square bracket with the top cut off (closing). Matches \lfloor. -\rhd\rhd +\rhd\rhd 25C1 Arrowhead, that is, triangle, pointing right (binary). For the normal subgroup symbol you should instead load amssymb and use \vartriangleright (which is a relation and so gives better spacing). -\rho\rho +\rho\rho 03C1 Lowercase Greek letter (ordinary). The variant form is \varrho 03F1. -\Rightarrow\Rightarrow +\Rightarrow\Rightarrow 21D2 Implies, right-pointing double line arrow (relation). Similar: right single-line arrow \rightarrow. -\rightarrow\rightarrow +\rightarrow\rightarrow 2192 Right-pointing single line arrow (relation). Synonym: \to. Similar: right double line arrow \Rightarrow. -\rightharpoondown\rightharpoondown +\rightharpoondown\rightharpoondown 21C1 Right-pointing harpoon with barb below the line (relation). -\rightharpoonup\rightharpoonup +\rightharpoonup\rightharpoonup 21C0 Right-pointing harpoon with barb above the line (relation). -\rightleftharpoons\rightleftharpoons +\rightleftharpoons\rightleftharpoons 21CC Right harpoon up above left harpoon down (relation). -\searrow\searrow +\searrow\searrow 2198 Arrow pointing southeast (relation). -\setminus\setminus +\setminus\setminus 29F5 Set difference, reverse solidus or reverse slash, like \ (binary). Similar: backslash \backslash and also \textbackslash outside of math mode. -\sharp\sharp +\sharp\sharp 266F Musical sharp (ordinary). -\Sigma\Sigma +\Sigma\Sigma 03A3 uppercase Greek letter (ordinary). -\sigma\sigma +\sigma\sigma 03C3 Lowercase Greek letter (ordinary). The variant form is \varsigma 03C2. -\sim\sim +\sim\sim 223C Similar, in a relation (relation). -\simeq\simeq +\simeq\simeq 2243 Similar or equal to, in a relation (relation). -\smallint\smallint +\smallint\smallint 222B Integral sign that does not change to a larger size in a display (operator). -\smile\smile +\smile\smile 2323 Upward curving arc, smile (ordinary). -\spadesuit\spadesuit +\spadesuit\spadesuit 2660 Spade card suit (ordinary). -\sqcap\sqcap +\sqcap\sqcap 2293 Square intersection symbol (binary). Similar: intersection cap. -\sqcup\sqcup +\sqcup\sqcup 2294 Square union symbol (binary). Similar: union cup. Related: variable-sized operator \bigsqcup. -\sqsubset\sqsubset +\sqsubset\sqsubset 228F, Square subset symbol (relation). Similar: subset \subset. Not available in plain &tex;. In &latex; you need to load the amssymb package. -\sqsubseteq\sqsubseteq +\sqsubseteq\sqsubseteq 2291 Square subset or equal symbol (binary). Similar: subset or equal to \subseteq. -\sqsupset\sqsupset +\sqsupset\sqsupset 2290, Square superset symbol (relation). Similar: superset \supset. Not available in plain &tex;. In &latex; you need to load the amssymb package. -\sqsupseteq\sqsupseteq +\sqsupseteq\sqsupseteq 2292 Square superset or equal symbol (binary). Similar: superset or equal \supseteq. -\star\star +\star\star 22C6 Five-pointed star, sometimes used as a general binary operation but sometimes reserved for cross-correlation (binary). Similar: the synonyms asterisk * and \ast, which @@ -14020,73 +14055,73 @@ are six-pointed, and more often appear as a superscript or subscript, as with the Kleene star. -\subset\subset +\subset\subset 2282 Subset (occasionally, is implied by) (relation). -\subseteq\subseteq +\subseteq\subseteq 2286 Subset or equal to (relation). -\succ\succ +\succ\succ 227B Comes after, succeeds (relation). Similar: is less than >. -\succeq\succeq +\succeq\succeq 2AB0 Succeeds or is equal to (relation). Similar: less than or equal to \leq. -\sum\sum +\sum\sum 2211 Summation (operator). Similar: Greek capital sigma \Sigma. -\supset\supset +\supset\supset 2283 Superset (relation). -\supseteq\supseteq +\supseteq\supseteq 2287 Superset or equal to (relation). -\surd\surd +\surd\surd 221A Radical symbol (ordinary). The &latex; command \sqrt{...} typesets the square root of the argument, with a bar that extends to cover the argument. -\swarrow\swarrow +\swarrow\swarrow 2199 Southwest-pointing arrow (relation). -\tau\tau +\tau\tau 03C4 Lowercase Greek letter (ordinary). -\theta\theta +\theta\theta 03B8 Lowercase Greek letter (ordinary). The variant form is \vartheta 03D1. -\times\times +\times\times 00D7 Primary school multiplication sign (binary). See also \cdot. -\to\to +\to\to 2192 Right-pointing single line arrow (relation). Synonym: \rightarrow. -\top\top +\top\top 22A4 Top, greatest element of a partially ordered set (ordinary). See also \bot. -\triangle\triangle +\triangle\triangle 25B3 Triangle (ordinary). -\triangleleft\triangleleft +\triangleleft\triangleleft 25C1 Not-filled triangle pointing left (binary). Similar: \lhd. For the normal subgroup symbol you should load amssymb and use \vartriangleleft (which is a relation and so gives better spacing). -\triangleright\triangleright +\triangleright\triangleright 25B7 Not-filled triangle pointing right (binary). For the normal subgroup symbol you should instead load amssymb and use \vartriangleright (which is a relation and so gives better spacing). -\unlhd\unlhd +\unlhd\unlhd 22B4 Left-pointing not-filled underlined arrowhead, that is, triangle, with a line under (binary). For the normal subgroup symbol load amssymb and @@ -14093,7 +14128,7 @@ use \vartrianglelefteq (which is a relation and so gives better spacing). -\unrhd\unrhd +\unrhd\unrhd 22B5 Right-pointing not-filled underlined arrowhead, that is, triangle, with a line under (binary). For the normal subgroup symbol load amssymb and @@ -14100,113 +14135,113 @@ use \vartrianglerighteq (which is a relation and so gives better spacing). -\Uparrow\Uparrow +\Uparrow\Uparrow 21D1 Double-line upward-pointing arrow (relation). Similar: single-line up-pointing arrow \uparrow. -\uparrow\uparrow +\uparrow\uparrow 2191 Single-line upward-pointing arrow, diverges (relation). Similar: double-line up-pointing arrow \Uparrow. -\Updownarrow\Updownarrow +\Updownarrow\Updownarrow 21D5 Double-line upward-and-downward-pointing arrow (relation). Similar: single-line upward-and-downward-pointing arrow \updownarrow. -\updownarrow\updownarrow +\updownarrow\updownarrow 2195 Single-line upward-and-downward-pointing arrow (relation). Similar: double-line upward-and-downward-pointing arrow \Updownarrow. -\upharpoonright\upharpoonright +\upharpoonright\upharpoonright 21BE, Up harpoon, with barb on right side (relation). Synonym: &backslashchar;restriction. Not available in plain &tex;. In &latex; you need to load the amssymb package. -\uplus\uplus +\uplus\uplus 228E Multiset union, a union symbol with a plus symbol in the middle (binary). Similar: union \cup. Related: variable-sized operator \biguplus. -\Upsilon\Upsilon +\Upsilon\Upsilon 03A5 uppercase Greek letter (ordinary). -\upsilon\upsilon +\upsilon\upsilon 03C5 Lowercase Greek letter (ordinary). -\varepsilon\varepsilon +\varepsilon\varepsilon 03B5 Small letter script epsilon (ordinary). This is more widely used in mathematics than the non-variant lunate epsilon form \epsilon 03F5. Related: set membership \in. -\vanothing\vanothing +\vanothing\vanothing 2205, Empty set symbol. Similar: \emptyset. Related: \revemptyset. Not available in plain &tex;. In &latex; you need to load the amssymb package. -\varphi\varphi +\varphi\varphi 03C6 Variant on the lowercase Greek letter (ordinary). The non-variant form is \phi 03D5. -\varpi\varpi +\varpi\varpi 03D6 Variant on the lowercase Greek letter (ordinary). The non-variant form is \pi 03C0. -\varrho\varrho +\varrho\varrho 03F1 Variant on the lowercase Greek letter (ordinary). The non-variant form is \rho 03C1. -\varsigma\varsigma +\varsigma\varsigma 03C2 Variant on the lowercase Greek letter (ordinary). The non-variant form is \sigma 03C3. -\vartheta\vartheta +\vartheta\vartheta 03D1 Variant on the lowercase Greek letter (ordinary). The non-variant form is \theta 03B8. -\vdash\vdash +\vdash\vdash 22A2 Provable; turnstile, vertical and a dash (relation). Similar: turnstile rotated a half-circle \dashv. -\vee\vee +\vee\vee 2228 Logical or; a downwards v shape (binary). Related: logical and \wedge. Similar: variable-sized operator \bigvee. -\Vert\Vert +\Vert\Vert 2016 Vertical double bar (ordinary). Delimiters, for how to use the mathtools package to create flexibly-sized norm symbols. -\vert\vert +\vert\vert 007C Single line vertical bar (ordinary). For &textldquo;such that&textrdquo;, as in the definition of a set, use \mid because it is a relation. Delimiters, for how to use the mathtools package to create flexibly-sized absolute-value symbols. -\wedge\wedge +\wedge\wedge 2227 Logical and (binary). Synonym: \land. See also logical or \vee. Similar: variable-sized operator \bigwedge. -\wp\wp +\wp\wp 2118 Weierstrass p (ordinary). -\wr\wr +\wr\wr 2240 Wreath product (binary). -\Xi\Xi +\Xi\Xi 039E uppercase Greek letter (ordinary). -\xi\xi +\xi\xi 03BE Lowercase Greek letter (ordinary). -\zeta\zeta +\zeta\zeta 03B6 Lowercase Greek letter (ordinary). @@ -14215,19 +14250,19 @@ provides versions to use in mathematical text. -\mathdollar\mathdollar +\mathdollar\mathdollar Dollar sign in math mode: $. -\mathparagraph\mathparagraph +\mathparagraph\mathparagraph Paragraph sign (pilcrow) in math mode, 00B6. -\mathsection\mathsection +\mathsection\mathsection Section sign in math mode: 00A7. -\mathsterling\mathsterling +\mathsterling\mathsterling Sterling sign in math mode: £. -\mathunderscore\mathunderscore +\mathunderscore\mathunderscore Underscore in math mode: _. @@ -14246,15 +14281,15 @@ Arrows\boldmath & \unboldmathMath symbols Arrows -arrows -symbols, arrows -math, arrows +arrows +symbols, arrows +math, arrows -package, amsfonts -amsfonts package +package, amsfonts +amsfonts package -package, latexsym -latexsym package +package, latexsym +latexsym package These are the arrows that come with standard &latex;. The latexsym and amsfonts packages contain many more. @@ -14318,11 +14353,11 @@ An example of the difference between \to and \mapsto is: \( f\colon D\to C \) given by \( n\mapsto n^2 \). -package, amscd -amscd package +package, amscd +amscd package -package, tikz-cd -tikz-cd package +package, tikz-cd +tikz-cd package For commutative diagrams there are a number of packages, including tikz-cd and amscd. @@ -14334,10 +14369,10 @@ \boldmath \unboldmath -\boldmath -\unboldmath -boldface mathematics -mathematics, boldface +\boldmath +\unboldmath +boldface mathematics +mathematics, boldface Synopsis (used in paragraph mode or LR mode): @@ -14352,8 +14387,8 @@
    \unboldmath \( math \)
     
    -\boldmath -\unboldmath +\boldmath +\unboldmath Declarations to change the letters and symbols in math to be in a bold font, or to countermand that and bring back the regular (non-bold) default, respectively. They must be used when not in @@ -14385,10 +14420,10 @@ bmOpenType bold math\boldmath & \unboldmath bm: Individual bold math symbols -package, bm -bm package +package, bm +bm package -symbols, boldface +symbols, boldface Specifying \boldmath is the best method for typesetting a whole @@ -14410,8 +14445,8 @@ OpenType bold mathbm\boldmath & \unboldmath OpenType bold math -package, fontspec -fontspec package +package, fontspec +fontspec package Unfortunately, when using the Unicode engines (Xe&latex;, @@ -14430,11 +14465,11 @@ drafting or informal distribution, but the results are far from a true bold font. -package, unicode-math -unicode-math package +package, unicode-math +unicode-math package -\symbf -\symbfit +\symbf +\symbfit Another alternative to handling bold for OpenType math fonts is to use the \symbf (bold), \symbfit (bold italic), and related commands from the unicode-math package. These do not change @@ -14449,8 +14484,8 @@ Blackboard boldCalligraphic\boldmath & \unboldmathMath symbols Blackboard bold -blackboard bold -doublestruck +blackboard bold +doublestruck Synopsis: @@ -14486,9 +14521,9 @@ CalligraphicDelimitersBlackboard boldMath symbols Calligraphic -calligraphic fonts -script fonts -fonts, script +calligraphic fonts +script fonts +fonts, script Synopsis: @@ -14513,11 +14548,11 @@ DelimitersDotsCalligraphicMath symbols Delimiters -delimiters -parentheses -braces -curly braces -brackets +delimiters +parentheses +braces +curly braces +brackets Delimiters are parentheses, braces, or other characters used to mark the start and end of subformulas. This formula has three sets of @@ -14539,9 +14574,9 @@ ) ) Right parenthesis -\} { or \lbrace Left brace +\{ { or \lbrace Left brace -\{ } or \rbrace Right brace +\} } or \rbrace Right brace [ [ or \lbrack Left bracket @@ -14568,8 +14603,8 @@ 2016 \| or \Vert Double vertical bar -package, mathtools -mathtools package +package, mathtools +mathtools package The mathtools package allows you to create commands for paired delimiters. For instance, if you put @@ -14596,13 +14631,13 @@ \left \right -\left -\right -delimiters, paired -paired delimiters -matching parentheses -matching brackets -null delimiter +\left +\right +delimiters, paired +paired delimiters +matching parentheses +matching brackets +null delimiter @@ -14635,11 +14670,11 @@ Extra \right. Leaving out the \right) gets You can't use `\eqno' in math mode. -package, amsmath -amsmath package +package, amsmath +amsmath package -package, mathtools -mathtools package +package, mathtools +mathtools package However, delimiter1 and delimiter2 need not match. A common case is that you want an unmatched brace, as below. Use a period, @@ -14750,8 +14785,8 @@ \bigl \bigr -\bigl -\bigr +\bigl +\bigr Synopsis, one of: @@ -14832,8 +14867,8 @@ \end{equation} -package, amsmath -amsmath package +package, amsmath +amsmath package (many authors would replace \frac with the \tfrac command @@ -14874,8 +14909,8 @@ DotsGreek lettersDelimitersMath symbols Dots, horizontal or vertical -ellipses -dots +ellipses +dots Ellipses are the three dots (usually three) indicating that a pattern continues. @@ -14892,20 +14927,20 @@ ellipses cdots -\cdots\cdots +\cdots\cdots Horizontal ellipsis with the dots raised to the center of the line, as in 22EF. Used as: \( a_0\cdot a_1\cdots a_{n-1} \). ellipses ddots -\ddots\ddots +\ddots\ddots Diagonal ellipsis, 22F1. See the above array example for a usage. ellipses ldots -\ldots\ldots -\mathellipsis\mathellipsis -\dots\dots +\ldots\ldots +\mathellipsis\mathellipsis +\dots\dots Ellipsis on the baseline, 2026. Used as: \( x_0,\ldots x_{n-1} \). Another example is the above array example. Synonyms are \mathellipsis and \dots. A synonym from @@ -14915,14 +14950,14 @@ The gears, brakes, \ldots{} are all broken. ellipses vdots -\vdots\vdots +\vdots\vdots Vertical ellipsis, 22EE. See the above array example for a usage. -package, amsmath -amsmath package +package, amsmath +amsmath package The amsmath package has the command \dots to semantically mark up ellipses. This example produces two different-looking outputs @@ -14937,10 +14972,10 @@ Conclusion: there are infinitely many primes \( p_0, p_1, \dotsc \). -\dotsc -\dotsb -\dotsi -\dots +\dotsc +\dotsb +\dotsi +\dots In the first line &latex; looks to the comma following \dots to determine that it should output an ellipsis on the baseline. The second @@ -14954,8 +14989,8 @@ \dotso for others. -package, unicode-math -unicode-math package +package, unicode-math +unicode-math package The \dots command from amsmath differs from the &latex; kernel&textrsquo;s \dots command in another way: it outputs a @@ -14964,8 +14999,8 @@ \dots may be active even when you did not explicitly load it, thus changing the output from \dots in both text and math mode. -ellipsis, in Unicode (U+2026) -ellipsis, traditional (three periods) +ellipsis, in Unicode (U+2026) +ellipsis, traditional (three periods) Yet more about the ellipsis commands: when running under Unicode engines (lualatex, xelatex), &latex; will use the Unicode ellipsis character (U+2026) in the font if it&textrsquo;s available; @@ -14980,7 +15015,7 @@ Greek lettersDotsMath symbols Greek letters -Greek letters +Greek letters The upper case versions of these Greek letters are only shown when they differ from Roman upper case letters. @@ -15037,8 +15072,8 @@ 03C9, 03A9 \omega, \Omega Omega -package, unicode-math -unicode-math package +package, unicode-math +unicode-math package For omicron, if you are using &latex;&textrsquo;s default Computer Modern font then enter omicron just as o or O. If you like having the @@ -15056,107 +15091,107 @@ Math functionsMath accentsMath symbolsMath formulas
    Math functions -math functions -functions, math +math functions +functions, math These commands produce roman function names in math mode with proper spacing. -\arccos\arccos +\arccos\arccos Inverse cosine -\arcsin\arcsin +\arcsin\arcsin Inverse sine -\arctan\arctan +\arctan\arctan Inverse tangent -\arg\arg +\arg\arg Angle between the real axis and a point in the complex plane -\bmod\bmod +\bmod\bmod Binary modulo operator, used as in \( 5\bmod 3=2 \) -\cos\cos +\cos\cos Cosine -\cosh\cosh +\cosh\cosh Hyperbolic cosine -\cot\cot +\cot\cot Cotangent -\coth\coth +\coth\coth Hyperbolic cotangent -\csc\csc +\csc\csc Cosecant -\deg\deg +\deg\deg Degrees -\det\det +\det\det Determinant -\dim\dim +\dim\dim Dimension -\exp\exp +\exp\exp Exponential -\gcd\gcd +\gcd\gcd Greatest common divisor -\hom\hom +\hom\hom Homomorphism -\inf\inf +\inf\inf Infimum -\ker\ker +\ker\ker Kernel -\lg\lg +\lg\lg Base 2 logarithm -\lim\lim +\lim\lim Limit -\liminf\liminf +\liminf\liminf Limit inferior -\limsup\limsup +\limsup\limsup Limit superior -\ln\ln +\ln\ln Natural logarithm -\log\log +\log\log Logarithm -\max\max +\max\max Maximum -\min\min +\min\min Minimum -\pmod\pmod +\pmod\pmod Parenthesized modulus, as used in \( 5\equiv 2\pmod 3 \) -\Pr\Pr +\Pr\Pr Probability -\sec\sec +\sec\sec Secant -\sin\sin +\sin\sin Sine -\sinh\sinh +\sinh\sinh Hyperbolic sine -\sup\sup +\sup\sup Supremum sup @@ -15163,16 +15198,16 @@ -\tan\tan +\tan\tan Tangent -\tanh\tanh +\tanh\tanh Hyperbolic tangent -package, amsmath -amsmath package +package, amsmath +amsmath package The amsmath package adds improvements on some of these, and also allows you to define your own. The full documentation is on CTAN, @@ -15188,8 +15223,8 @@ Math accentsOver- or under mathMath functionsMath formulas
    Math accents -math accents -accents, mathematical +math accents +accents, mathematical &latex; provides a variety of commands for producing accented letters in math. These are different from accents in normal text @@ -15196,60 +15231,60 @@ (Accents). -\acute\acute -acute accent, math +\acute\acute +acute accent, math Math acute accent -\bar\bar -bar-over accent, math -macron accent, math +\bar\bar +bar-over accent, math +macron accent, math Math bar-over accent -\breve\breve -breve accent, math +\breve\breve +breve accent, math Math breve accent -\check\check -check accent, math -hacek accent, math +\check\check +check accent, math +hacek accent, math Math hacek (check) accent -\ddot\ddot -double dot accent, math +\ddot\ddot +double dot accent, math Math dieresis accent -\dot\dot -overdot accent, math -dot over accent, math +\dot\dot +overdot accent, math +dot over accent, math Math dot accent -\grave\grave -grave accent, math +\grave\grave +grave accent, math Math grave accent -\hat\hat -hat accent, math -circumflex accent, math +\hat\hat +hat accent, math +circumflex accent, math Math hat (circumflex) accent -\mathring\mathring -ring accent, math +\mathring\mathring +ring accent, math Math ring accent -\tilde\tilde -tilde accent, math +\tilde\tilde +tilde accent, math Math tilde accent -\vec\vec -vector symbol, math +\vec\vec +vector symbol, math Math vector symbol -\widehat\widehat -wide hat accent, math +\widehat\widehat +wide hat accent, math Math wide hat accent -\widetilde\widetilde -wide tilde accent, math +\widetilde\widetilde +wide tilde accent, math Math wide tilde accent @@ -15263,14 +15298,14 @@
    Over- or under math Over- and Underlining -overlining -underlining +overlining +underlining &latex; provides commands for putting lines, braces, and arrows over or under math material. -\underline{math}\underline{math} +\underline{math}\underline{math} Underline math. For example: \underline{x+y}. The line is always completely below the text, taking account of descenders, so in \(\underline{y}\) the line is lower than in @@ -15278,8 +15313,8 @@ and others in this section are robust; before that, they were fragile (\protect). -package, ulem -ulem package +package, ulem +ulem package The package ulem (https://ctan.org/pkg/uelem) does text mode underlining and allows line breaking as well as a number of @@ -15286,11 +15321,11 @@ other features. See also \hrulefill & \dotfill for producing a line for such things as a signature or placeholder. -\overline{math}\overline{math} +\overline{math}\overline{math} Put a horizontal line over math. For example: \overline{x+y}. This differs from the accent command \bar (Math accents). -\underbrace{math}\underbrace{math} +\underbrace{math}\underbrace{math} Put a brace under math. For example: (1-\underbrace{1/2)+(1/2}-1/3). @@ -15307,22 +15342,22 @@ The superscript appears on top of the expression, and so can look unconnected to the underbrace. -\overbrace{math}\overbrace{math} +\overbrace{math}\overbrace{math} Put a brace over math. For example:&linebreak; \overbrace{x+x+\cdots+x}^{\mbox{\(k\) times}}. -\overrightarrow{math}\overrightarrow{math} +\overrightarrow{math}\overrightarrow{math} Put a right arrow over math. For example: \overrightarrow{x+y}. -\overleftarrow{math}\overleftarrow{math} +\overleftarrow{math}\overleftarrow{math} Put a left arrow over math. For example: \overleftarrow{a+b}. -package, mathtools -mathtools package +package, mathtools +mathtools package The package mathtools (https://ctan.org/pkg/mathtools) adds an over- and underbracket, as well as some improvements on the @@ -15333,8 +15368,8 @@ Spacing in math modeMath stylesOver- or under mathMath formulas
    Spacing in math mode -spacing within math mode -math mode, spacing +spacing within math mode +math mode, spacing When typesetting mathematics, &latex; puts in spacing according to the normal rules for mathematics texts. If you enter y=m x then @@ -15358,11 +15393,11 @@ \; -\; -\thickspace +\; +\thickspace spacing in math mode thickspace -package, amsmath -amsmath package +package, amsmath +amsmath package Synonym: \thickspace. Normally 5.0mu plus 5.0mu. With the amsmath package, or as of the 2020-10-01 &latex; release, @@ -15370,7 +15405,7 @@ only. \negthickspace -\negthickspace +\negthickspace Normally -5.0mu plus 2.0mu minus 4.0mu. With the amsmath package, or as of the 2020-10-01 &latex; release, can be used in text mode as well as math mode; otherwise, in math mode only. @@ -15377,9 +15412,9 @@ \: \> -\: -\> -\medspace +\: +\> +\medspace spacing in math mode medspace Synonym: \medspace. Normally 4.0mu plus 2.0mu minus 4.0mu. With the amsmath package, or as of the 2020-10-01 @@ -15387,15 +15422,15 @@ that, in math mode only. \negmedspace -\negmedspace +\negmedspace Normally -4.0mu plus 2.0mu minus 4.0mu. With the amsmath package, or as of the 2020-10-01 &latex; release, can be used in text mode as well as math mode; before that, in math mode only. \, -\, -\thinspace -thin space +\, +\thinspace +thin space Spacing in math mode/\thinspace spacing in math mode thinspace Synonym: \thinspace. Normally 3mu, which is 1/6em. @@ -15414,9 +15449,9 @@ \! -\! -\negthinspace -thin space, negative +\! +\negthinspace +thin space, negative spacing in math mode negthinspace Synonym: \negthinspace. A negative thin space. Normally -3mu. With the amsmath package, or as of the 2020-10-01 @@ -15426,8 +15461,8 @@ (\thinspace & \negthinspace). \quad -quad -\quad +quad +\quad spacing in math mode quad This is 18mu, that is, 1em. This is often used for space surrounding equations or expressions, for instance for the space between @@ -15435,7 +15470,7 @@ in both text and math mode. \qquad -\qquad +\qquad spacing in math mode qquad A length of 2 quads, that is, 36mu = 2em. It is available in both text and math mode. @@ -15451,8 +15486,8 @@ \smash\phantom & \vphantom & \hphantomSpacing in math mode \smash -vertical spacing, math mode -math mode, vertical space +vertical spacing, math mode +math mode, vertical space Synopsis: @@ -15519,8 +15554,8 @@ \leavevmode\smash{smashed, with indent} % usual paragraph indent -package, mathtools -mathtools package +package, mathtools +mathtools package The package mathtools has operators that provide even finer control over smashing a subformula box. @@ -15533,16 +15568,16 @@ \phantom \vphantom \hphantom -\phantom -\vphantom -\hphantom +\phantom +\vphantom +\hphantom -spacing, math mode -horizontal spacing -vertical spacing -math mode, spacing -invisible character -character, invisible +spacing, math mode +horizontal spacing +vertical spacing +math mode, spacing +invisible character +character, invisible Synopsis: @@ -15596,8 +15631,8 @@ These commands are often used in conjunction with \smash. \smash, which includes another example of \vphantom. -package, mathtools -mathtools package +package, mathtools +mathtools package The three phantom commands appear often but note that &latex; provides a suite of other commands to work with box sizes that may be more @@ -15607,8 +15642,8 @@ In addition, the mathtools package has many commands that offer fine-grained control over spacing. -package, amsmath -amsmath package +package, amsmath +amsmath package All three commands produce an ordinary box, without any special mathematics status. So to do something like attaching a superscript you @@ -15625,13 +15660,13 @@ \mathstrut\phantom & \vphantom & \hphantomSpacing in math mode \mathstrut -\mathstrut -spacing, math mode -vertical spacing -math mode, spacing -invisible character -character, invisible -strut, math +\mathstrut +spacing, math mode +vertical spacing +math mode, spacing +invisible character +character, invisible +strut, math Synopsis: @@ -15660,7 +15695,7 @@ Math stylesMath miscellanySpacing in math modeMath formulas
    Math styles -math styles +math styles &tex;&textrsquo;s rules for typesetting a formula depend on the context. For example, inside a displayed equation, the input \sum_{0\leq @@ -15676,20 +15711,20 @@ -display style +display style Display style is for a formula displayed on a line by itself, such as with \begin{equation} ... \end{equation}. -text style +text style Text style is for an inline formula, as with so we have $ ... $. -script style +script style Script style is for parts of a formula in a subscript or superscript. -scriptscript style +scriptscript style Scriptscript style is for parts of a formula at a second level (or more) of subscript or superscript. @@ -15696,10 +15731,10 @@ -\displaystyle -\textstyle -\scriptstyle -\scriptscriptstyle +\displaystyle +\textstyle +\scriptstyle +\scriptscriptstyle &tex; determines a default math style but you can override it with a declaration of \displaystyle, or \textstyle, or \scriptstyle, or \scriptscriptstyle. @@ -15756,7 +15791,7 @@ Math miscellanyMath stylesMath formulas
    Math miscellany -math miscellany +math miscellany &latex; contains a wide variety of mathematics facilities. Here are some that don&textrsquo;t fit into other categories. @@ -15774,9 +15809,9 @@ Colon character : & \colon colon -colon character -: (for math) -\colon +colon character +: (for math) +\colon Synopsis, one of: @@ -15791,8 +15826,8 @@
    With side ratios \( 3:4 \) and \( 4:5 \), the triangle is right.
     
    -package, amsmath -amsmath package +package, amsmath +amsmath package Ordinary &latex; defines \colon to produce the colon character @@ -15799,8 +15834,8 @@ with the spacing appropriate for punctuation, as in set-builder notation \{x\colon 0\leq x<1\}. -package, amsmath -amsmath package +package, amsmath +amsmath package But the widely-used amsmath package defines \colon for use in the definition of functions f\colon D\to C. So if you want @@ -15811,11 +15846,11 @@ \*\fracColon character & \colonMath miscellany \* -multiplication, discretionary -breaks, multiplication discretionary -line breaks, multiplication discretionary -discretionary breaks, multiplication -\* +multiplication, discretionary +breaks, multiplication discretionary +line breaks, multiplication discretionary +discretionary breaks, multiplication +\* Synopsis: @@ -15838,8 +15873,8 @@ \frac\sqrt\*Math miscellany \frac -fraction -\frac +fraction +\frac Synopsis: @@ -15857,10 +15892,10 @@ \sqrt\stackrel\fracMath miscellany \sqrt -square root -roots -radical -\sqrt +square root +roots +radical +\sqrt Synopsis, one of: @@ -15884,9 +15919,9 @@ \stackrel\sqrtMath miscellany \stackrel -stack math -relation, text above -\stackrel +stack math +relation, text above +\stackrel Synopsis: @@ -15904,7 +15939,7 @@ ModesPage stylesMath formulasTop Modes -modes +modes As &latex; processes your document, at any point it is in one of six modes. They fall into three categories of two each, the horizontal @@ -15915,7 +15950,7 @@ modes paragraph mode -paragraph mode +paragraph mode Paragraph mode (in plain &tex; this is called horizontal mode) is what &latex; is in when processing ordinary text. It breaks the input text into lines and finds the positions of line breaks, so that @@ -15922,8 +15957,8 @@ in vertical mode page breaks can be done. This is the mode &latex; is in most of the time. -left-to-right mode -LR mode +left-to-right mode +LR mode modes lr mode LR mode (for left-to-right mode; in plain &tex; this is called restricted horizontal mode) is in effect when &latex; starts @@ -15936,11 +15971,11 @@ box won&textrsquo;t fit there.) -math mode +math mode modes math mode Math mode is when &latex; is generating an inline mathematical formula. -display math mode +display math mode Display math mode is when &latex; is generating a displayed mathematical formula. (Displayed formulas differ somewhat from inline ones. One example is that the placement of the subscript on \int @@ -15947,13 +15982,13 @@ differs in the two situations.) -vertical mode +vertical mode modes vertical mode Vertical mode is when &latex; is building the list of lines and other material making the output page, which comprises insertion of page breaks. This is the mode &latex; is in when it starts a document. -internal vertical mode +internal vertical mode modes internal vertical mode Internal vertical mode is in effect when &latex; starts making a \vbox. It has not such thing as page breaks, and as such is the @@ -15969,8 +16004,8 @@ changes to math mode, and then when it leaves the formula it pops back to paragraph mode. -inner paragraph mode -outer paragraph mode +inner paragraph mode +outer paragraph mode modes inner paragraph mode modes outer paragraph mode Paragraph mode has two subcases. If you use a \parbox command @@ -16020,8 +16055,8 @@ Page stylesSpacesModesTop Page styles -styles, page -page styles +styles, page +page styles The style of a page determines where &latex; places the components of that page, such as headers and footers, and the text body. This @@ -16029,8 +16064,8 @@ special pages such as the title page of a book, a page from an index, or the first page of an article. -package, fancyhdr -fancyhdr package +package, fancyhdr +fancyhdr package The package fancyhdr is commonly used for constructing page styles. See its documentation. @@ -16047,8 +16082,8 @@ \maketitle\pagenumberingPage styles
    \maketitle -titles, making -\maketitle +titles, making +\maketitle Synopsis: @@ -16091,10 +16126,10 @@ \maketitle, either in the preamble or in the document body. -\author{name1 \and name2 \and ...}\author{name1 \and name2 \and ...} -author, for titlepage -\\ (for \author) -\and (for \author) +\author{name1 \and name2 \and ...}\author{name1 \and name2 \and ...} +author, for titlepage +\\ (for \author) +\and (for \author) Required. Declare the document author or authors. The argument is a list of authors separated by \and commands. To separate lines within a single author&textrsquo;s entry, for instance to give the author&textrsquo;s @@ -16102,16 +16137,16 @@ the \author declaration then you get LaTeX Warning: No \author given. -\date{text}\date{text} -date, for titlepage +\date{text}\date{text} +date, for titlepage Optional. Declare text to be the document&textrsquo;s date. The text doesn&textrsquo;t need to be in a date format; it can be any text at all. If you omit \date then &latex; uses the current date (\today). To have no date, instead use \date{}. -\thanks{text}\thanks{text} -thanks, for titlepage -credit footnote +\thanks{text}\thanks{text} +thanks, for titlepage +credit footnote Optional. Produce a footnote. You can use it in the author information for acknowledgements as illustrated above, but you can also use it in the title, or anywhere that a footnote mark makes @@ -16118,9 +16153,9 @@ sense. It can be any text at all so you can use it for any purpose, such as to print an email address. -\title{text}\title{text} -title, for titlepage -\\ (for \title) +\title{text}\title{text} +title, for titlepage +\\ (for \title) Required. Declare text to be the title of the document. Get line breaks inside text with a double backslash, \\. If you omit the \title declaration then the \maketitle command @@ -16139,8 +16174,8 @@ \pagenumbering\pagestyle\maketitlePage styles
    \pagenumbering -\pagenumbering -page numbering style +\pagenumbering +page numbering style Synopsis: @@ -16182,8 +16217,8 @@ no page number is output, though the number is still reset. References to that page also are blank. -package, hyperref -hyperref package +package, hyperref +hyperref package This setting does not work with the popular package hyperref, so to omit page numbers you may want to instead use @@ -16221,10 +16256,10 @@ \pagestyle\thispagestyle\pagenumberingPage styles
    \pagestyle -\pagestyle -header style -footer style -running header and footer style +\pagestyle +header style +footer style +running header and footer style Synopsis: @@ -16235,8 +16270,8 @@ Declaration that specifies how the page headers and footers are typeset, from the current page onwards. -package, fancyhdr -fancyhdr package +package, fancyhdr +fancyhdr package A discussion with an example is below. First, however: the package fancyhdr is now the standard way to manipulate headers and @@ -16309,7 +16344,7 @@ Here are the descriptions of \markboth and \markright: -\markboth{left-head}{right-head}\markboth{left-head}{right-head} +\markboth{left-head}{right-head}\markboth{left-head}{right-head} Sets both the right hand and left hand heading information for either a page style of headings or myheadings. A left hand page heading left-head is generated by the last \markboth @@ -16318,7 +16353,7 @@ \markright that comes on the page if there is one, otherwise by the last one that came before that page. -\markright{right-head}\markright{right-head} +\markright{right-head}\markright{right-head} Sets the right hand page heading, leaving the left unchanged. @@ -16328,8 +16363,8 @@ \thispagestyle\thepage\pagestylePage styles
    \thispagestyle -\thispagestyle -page style, this page +\thispagestyle +page style, this page Synopsis: @@ -16368,7 +16403,7 @@ \thepage\thispagestylePage styles
    \thepage -\thepage +\thepage If you want to change the appearance of page numbers only in the page headers, for example by adding an ornament, typesetting in small caps, @@ -16375,9 +16410,9 @@ etc., then the fancyhdr package, as mentioned in a previous section, is the best approach. -page number representation -table of contents, page numbers in -cross-references, page numbers in +page number representation +table of contents, page numbers in +cross-references, page numbers in On the other hand, you may want to change how page numbers are denoted everywhere, including the table of contents and cross-references, as well as the page headers. In this case, you should redefine @@ -16399,8 +16434,8 @@ SpacesBoxesPage stylesTop Spaces -spaces -white space +spaces +white space &latex; has many ways to produce white space, or filled space. Some of these are best suited to mathematical text; for these @@ -16435,9 +16470,9 @@ \enspace \quad \qquad -\enspace -\quad -\qquad +\enspace +\quad +\qquad Synopsis, one of: @@ -16473,7 +16508,7 @@ \hspace\hfill\enspace & \quad & \qquadSpaces
    \hspace -\hspace +\hspace Synopsis, one of: @@ -16535,10 +16570,10 @@ \hfill\hss\hspaceSpaces
    \hfill -\hfill +\hfill -stretch, infinite horizontal -infinite horizontal stretch +stretch, infinite horizontal +infinite horizontal stretch Synopsis: @@ -16556,7 +16591,7 @@
    \noindent Name:\hfill Quiz One
     
    -\fill +\fill The \hfill command is equivalent to \hspace{\fill} and so the space can be discarded at line breaks. To avoid that instead use \hspace*{\fill} (\hspace). @@ -16583,10 +16618,10 @@ \hss\spacefactor\hfillSpaces
    \hss -\hss -horizontal space -horizontal space, stretchable -space, inserting horizontal +\hss +horizontal space +horizontal space, stretchable +space, inserting horizontal Synopsis: @@ -16623,8 +16658,8 @@
    \spacefactor=integer
     
    -\spacefactor -space factor +\spacefactor +space factor Influence &latex;&textrsquo;s stretching and shrinking of glue. Few user-level documents need to use this. @@ -16692,14 +16727,14 @@ \&arobase;\frenchspacing & \nonfrenchspacing\spacefactor \&arobase; -\&arobase; -at-sign -period, sentence-ending -period, abbreviation-ending -period, spacing after -sentence-ending punctuation -non-sentence-ending punctuation -punctuation, sentence-ending +\&arobase; +at-sign +period, sentence-ending +period, abbreviation-ending +period, spacing after +sentence-ending punctuation +non-sentence-ending punctuation +punctuation, sentence-ending \AT Synopsis: @@ -16708,11 +16743,10 @@
    capital-letter\&arobase;.    
     
    -Treat a period (or other punctuation) as sentence-ending, where -&latex; would otherwise think it is part of an abbreviation. -&latex; thinks that a period ends an abbreviation if the period comes -after a capital letter, and otherwise thinks the period ends the -sentence. +Treat a following period (or other punctuation) as sentence-ending. +By default, &latex; thinks that a period ends an abbreviation if the +period comes after a capital letter, and otherwise thinks the period +ends the sentence. This example shows the two cases to remember. @@ -16727,9 +16761,9 @@ by a capital letter. We tell &latex; that it ends the sentence by putting \&arobase; before it. -right parentheses/quotes, and spacing -parentheses and ends of sentences -quotes and ends of sentences +right parentheses/quotes, and spacing +parentheses and ends of sentences +quotes and ends of sentences So: if you have a capital letter followed by a period that ends the sentence, then put \&arobase; before the period. This holds even if there is an intervening right parenthesis or bracket, or right single or @@ -16748,8 +16782,8 @@ of a text mode then you get the error You can't use `\spacefactor' in vertical mode (Modes). -question marks, ending a sentence -exclamation points, ending a sentence +question marks, ending a sentence +exclamation points, ending a sentence All the above applies equally to question marks and exclamation points as periods, since all are sentence-ending punctuation, and &latex; increases the space after each in the same way, when they end a @@ -16756,7 +16790,7 @@ sentence. &latex; also increases spacing after colon, semicolon, and comma characters (\spacefactor). -In addition: the converse case is a period (or other punctuation) that +In contrast: the converse case is a period (or other punctuation) that does not end a sentence. For that case, follow the period with a backslash-space, (\ ), or a tie, (~), or \&arobase;. Examples are Nat.\ Acad.\ Science, and Mr.~Bean, and @@ -16770,9 +16804,9 @@ \frenchspacing & \nonfrenchspacing \nonfrenchspacing -\frenchspacing -\nonfrenchspacing -spacing, inter-sentence +\frenchspacing +\nonfrenchspacing +spacing, inter-sentence Synopsis, one of: @@ -16802,8 +16836,8 @@ \normalsfcodes\frenchspacing & \nonfrenchspacing\spacefactor \normalsfcodes -\normalsfcodes -spacing, inter-sentence +\normalsfcodes +spacing, inter-sentence Synopsis: @@ -16820,11 +16854,11 @@ \(SPACE)~\spacefactorSpaces
    Backslash-space, \ -\NEWLINE -\SPACE -\TAB -\ (backslash-space) -\SPACE +\NEWLINE +\SPACE +\TAB +\ (backslash-space) +\SPACE This section refers to the command consisting of two characters, a backslash followed by a space. Synopsis: @@ -16896,12 +16930,12 @@ ~\thinspace & \negthinspace\(SPACE)Spaces
    ~, \nobreakspace -~ -tie -space, unbreakable -hard space -unbreakable space -NBSP +~ +tie +space, unbreakable +hard space +unbreakable space +NBSP Synopsis: @@ -16909,8 +16943,8 @@
    before~after
     
    -\nobreakspace -no-break space, Unicode U+00A0 +\nobreakspace +no-break space, Unicode U+00A0 The tie character, ~, produces a space between before and after at which the line will not be broken. By default the white space has length 3.33333pt plus 1.66666pt minus @@ -16954,8 +16988,8 @@ When cases are enumerated inline: (b)~Show that $f(x)$ is (1)~continuous, and (2)~bounded. -package, siunitx -siunitx package +package, siunitx +siunitx package Between a number and its unit: $745.7.8$~watts (the @@ -16998,12 +17032,12 @@ \thinspace \negthinspace -\thinspace -\negthinspace -thin space -space, thin -thin space, negative -space, negative thin +\thinspace +\negthinspace +thin space +space, thin +thin space, negative +space, negative thin Synopsis, one of: @@ -17032,8 +17066,8 @@ style-specific use is between initials, as in D.\thinspace E.\ Knuth. -package, amsmath -amsmath package +package, amsmath +amsmath package &latex; provides a variety of similar spacing commands for math mode (Spacing in math mode). With the amsmath package, or as @@ -17045,8 +17079,8 @@ \/\hrulefill & \dotfill\thinspace & \negthinspaceSpaces
    \/ -\/ -italic correction +\/ +italic correction Synopsis: @@ -17088,8 +17122,8 @@ upright characters have a zero italic correction. Some font creators do not include italic correction values even for italic fonts. -\fontdimen1 -font dimension, slant +\fontdimen1 +font dimension, slant Technically, &latex; uses another font-specific value, the so-called slant parameter (namely \fontdimen1), to determine whether to possibly insert an italic correction, rather than tying the action to @@ -17105,8 +17139,8 @@ \hrulefill \dotfill -\hrulefill -\dotfill +\hrulefill +\dotfill Synopsis, one of: @@ -17178,9 +17212,9 @@ \bigskip \medskip \smallskip -\bigskip -\medskip -\smallskip +\bigskip +\medskip +\smallskip Synopsis, one of: @@ -17210,22 +17244,22 @@ bigskip -\bigskip\bigskip -\bigskipamount +\bigskip\bigskip +\bigskipamount The same as \vspace{\bigskipamount}, ordinarily about one line space, with stretch and shrink. The default for the book and article classes is 12pt plus 4pt minus 4pt. medskip -\medskip\medskip -\medskipamount +\medskip\medskip +\medskipamount The same as \vspace{\medskipamount}, ordinarily about half of a line space, with stretch and shrink. The default for the book and article classes is 6pt plus 2pt minus 2pt. smallskip -\smallskip\smallskip -\smallskipamount +\smallskip\smallskip +\smallskipamount The same as \vspace{\smallskipamount}, ordinarily about a quarter of a line space, with stretch and shrink. The default for the book and article classes is 3pt plus 1pt minus 1pt. @@ -17249,9 +17283,9 @@ \bigbreak \medbreak \smallbreak -\bigbreak -\medbreak -\smallbreak +\bigbreak +\medbreak +\smallbreak Synopsis, one of: @@ -17288,8 +17322,8 @@ \strut\vspace\bigbreak & \medbreak & \smallbreakSpaces
    \strut -\strut -strut +\strut +strut Synopsis: @@ -17354,10 +17388,10 @@ descend below the baseline. The fourth list adds the strut that gives the needed extra below-baseline space. -package, TikZ -TikZ package - package, Asymptote -Asymptote package +package, TikZ +TikZ package + package, Asymptote +Asymptote package The \strut command is often useful in graphics, such as in TikZ or Asymptote. For instance, you may have a command @@ -17393,9 +17427,9 @@ \vspace\vfill\strutSpaces
    \vspace -\vspace -vertical space -space, vertical +\vspace +vertical space +space, vertical Synopsis, one of: @@ -17460,10 +17494,10 @@ \vfill\addvspace\vspaceSpaces
    \vfill -\vfill +\vfill -stretch, infinite vertical -infinite vertical stretch +stretch, infinite vertical +infinite vertical stretch Synopsis: @@ -17501,9 +17535,9 @@ \addvspace\vfillSpaces
    \addvspace -\addvspace -vertical space -space, inserting vertical +\addvspace +vertical space +space, inserting vertical Synopsis: @@ -17563,14 +17597,14 @@ BoxesGraphicsSpacesTop Boxes -boxes +boxes At its core, &latex; puts things in boxes and then puts the boxes on a page. So these commands are central. -package, adjustbox -adjustbox package +package, adjustbox +adjustbox package There are many packages on CTAN that are useful for manipulating boxes. One useful adjunct to the commands here is adjustbox. @@ -17591,11 +17625,11 @@ \mbox \makebox -\mbox -\makebox -box -make a box -hyphenation, preventing +\mbox +\makebox +box +make a box +hyphenation, preventing Synopsis, one of: @@ -17689,11 +17723,11 @@ -package, TikZ -TikZ package +package, TikZ +TikZ package -package, Asymptote -Asymptote package +package, Asymptote +Asymptote package The right edge of the output 10 points (note the ending space after points) will be just before the What. You can use @@ -17722,8 +17756,8 @@ \fbox \framebox -\fbox -\framebox +\fbox +\framebox Synopses, one of: @@ -17767,18 +17801,18 @@ fbox framebox fboxrule -\fboxrule\fboxrule -frame, line width -frame rule width -\fboxrule +\fboxrule\fboxrule +frame, line width +frame rule width +\fboxrule The thickness of the rules around the enclosed box. The default is 0.2pt. Change it with a command such as \setlength{\fboxrule}{0.8pt} (\setlength). fbox framebox fboxsep -\fboxsep\fboxsep -frame, separation from contents -\fboxsep +\fboxsep\fboxsep +frame, separation from contents +\fboxsep The distance from the frame to the enclosed box. The default is 3pt. Change it with a command such as \setlength{\fboxsep}{0pt} (\setlength). Setting it to 0pt is useful sometimes: @@ -17818,9 +17852,9 @@ \parbox\raisebox\fbox & \frameboxBoxes
    \parbox -\parbox -paragraph mode -paragraph, in a box +\parbox +paragraph mode +paragraph, in a box Synopses, one of: @@ -17882,7 +17916,7 @@ \raisebox\sbox & \savebox\parboxBoxes
    \raisebox -\raisebox +\raisebox Synopsis, one of: @@ -17949,9 +17983,9 @@ \sbox \savebox -\sbox -\savebox -box, save +\sbox +\savebox +box, save Synopsis, one of: @@ -18049,7 +18083,7 @@ lrbox\usebox\sbox & \saveboxBoxes
    lrbox -lrbox +lrbox Synopsis: @@ -18087,8 +18121,8 @@ \useboxlrboxBoxes
    \usebox -\usebox -box, use saved box +\usebox +box, use saved box Synopsis: @@ -18108,8 +18142,8 @@ GraphicsColorBoxesTop Graphics -graphics -graphics package +graphics +graphics package You can use graphics such as PNG or PDF files in your &latex; document. You need an additional package, which comes standard with &latex;. @@ -18158,8 +18192,8 @@ Graphics package optionsGraphics package configurationGraphics
    graphics package options -graphics package options -options, graphics package +graphics package options +options, graphics package Synopsis (must be in the document preamble): @@ -18239,9 +18273,9 @@ Graphics package configurationCommands for graphicsGraphics package optionsGraphics
    graphics package configuration -graphics -graphics package -configuration, graphics package +graphics +graphics package +configuration, graphics package These commands configure the way &latex; searches the file system for the graphic. @@ -18262,7 +18296,7 @@ \graphicspath\DeclareGraphicsExtensionsGraphics package configuration \graphicspath -\graphicspath +\graphicspath Synopsis: @@ -18340,7 +18374,7 @@ \DeclareGraphicsExtensions\DeclareGraphicsRule\graphicspathGraphics package configuration \DeclareGraphicsExtensions -\DeclareGraphicsExtensions +\DeclareGraphicsExtensions Synopses: @@ -18383,8 +18417,8 @@
    .pdf,.png,.jpg,.mps,.jpeg,.jbig2,.jb2,.PDF,.PNG,.JPG,.JPEG,.JBIG2,.JB2
     
    -package, grfext -grfext package +package, grfext +grfext package To change the order, use the grfext package. @@ -18397,7 +18431,7 @@ \DeclareGraphicsRule\DeclareGraphicsExtensionsGraphics package configuration \DeclareGraphicsRule -\DeclareGraphicsRule +\DeclareGraphicsRule Synopsis: @@ -18482,8 +18516,8 @@ Commands for graphicsGraphics package configurationGraphics
    Commands for graphics -graphics package commands -commands, graphics package +graphics package commands +commands, graphics package These are the commands available with the graphics and graphicx packages. @@ -18499,16 +18533,16 @@ \includegraphics\rotateboxCommands for graphics \includegraphics -graphics -graphics package -including graphics -importing graphics -EPS files -JPEG files -JPG files -PDF graphic files -PNG files -\includegraphics +graphics +graphics package +including graphics +importing graphics +EPS files +JPEG files +JPG files +PDF graphic files +PNG files +\includegraphics Synopses for graphics package: @@ -18643,8 +18677,8 @@ There are many options. The primary ones are listed first. -bounding box -box, bounding +bounding box +box, bounding Note that a graphic is placed by &latex; into a box, which is traditionally referred to as its bounding box (distinct from the PostScript BoundingBox described below). The graphic&textrsquo;s printed area may @@ -18900,10 +18934,10 @@ \rotatebox\scalebox\includegraphicsCommands for graphics \rotatebox -rotation -rotating graphics -rotating text -\rotatebox +rotation +rotating graphics +rotating text +\rotatebox Synopsis if you use the graphics package: @@ -18991,14 +19025,14 @@ \scalebox\resizebox\rotateboxCommands for graphics \scalebox -graphics, scaling -graphics, resizing -scaling -resizing -text, scaling -text, resizing -\scalebox -\reflectbox +graphics, scaling +graphics, resizing +scaling +resizing +text, scaling +text, resizing +\scalebox +\reflectbox Synopses: @@ -19041,13 +19075,13 @@ \resizebox\scaleboxCommands for graphics \resizebox -graphics, scaling -graphics, resizing -scaling -resizing -text, scaling -text, resizing -\resizebox +graphics, scaling +graphics, resizing +scaling +resizing +text, scaling +text, resizing +\resizebox Synopses: @@ -19086,7 +19120,7 @@ ColorSpecial insertionsGraphicsTop Color -color +color You can add color to text, rules, etc. You can also have color in a box or on an entire page and write text on top of it. @@ -19110,8 +19144,8 @@ Color package optionsColor modelsColor
    color package options -color package options -options, color package +color package options +options, color package Synopsis (must be in the document preamble): @@ -19160,7 +19194,7 @@ Color modelsCommands for colorColor package optionsColor
    Color models -color models +color models A color model is a way of representing colors. &latex;&textrsquo;s capabilities depend on the printer driver. However, the pdftex, @@ -19221,7 +19255,7 @@ Commands for colorColor modelsColor
    Commands for color -color package commands +color package commands These are the commands available with the color package. @@ -19236,9 +19270,9 @@ Define colorsColored textCommands for color Define colors -color -define color -color, define +color +define color +color, define Synopsis: @@ -19272,8 +19306,8 @@ Colored textColored boxesDefine colorsCommands for color Colored text -color -colored text +color +colored text Synopses: @@ -19374,9 +19408,9 @@ Colored boxesColored pagesColored textCommands for color Colored boxes -color -colored boxes -box, colored +color +colored boxes +box, colored Synopses: @@ -19430,10 +19464,10 @@ Colored pagesColored boxesCommands for color Colored pages -color -colored page -page, colored -background, colored +color +colored page +page, colored +background, colored Synopses: @@ -19464,8 +19498,8 @@ Special insertionsSplitting the inputColorTop Special insertions -special insertions -insertions of special characters +special insertions +insertions of special characters &latex; provides commands for inserting characters that have a special meaning do not correspond to simple characters you can type. @@ -19486,10 +19520,10 @@ Printing special charactersUpper and lower caseSpecial insertions
    Printing special characters -reserved characters, printing -special characters, printing -printing special characters -escaping special characters +reserved characters, printing +special characters, printing +printing special characters +escaping special characters &latex; sets aside a few characters for special purposes; they are called reserved characters or special characters. Here they are: @@ -19501,21 +19535,21 @@ The meaning of all the special characters is given elsewhere in this manual (Reserved characters). -\# -\$ -\% -\& -\_ -\{ -\} +\# +\$ +\% +\& +\_ +\{ +\} If you want a reserved character to be printed as itself, in the text body font, for all but the final three characters in that list simply put a \ in front of the character. Thus, typing \$1.23 will produce $1.23 in your output. -\~ -\^ -\textbackslash +\~ +\^ +\textbackslash As to the last three characters, to get a tilde in the text body font use \~{} (omitting the curly braces would result in the next character receiving a tilde accent). Similarly, to get a text body @@ -19538,10 +19572,10 @@ Upper and lower caseSymbols by font positionPrinting special charactersSpecial insertions
    Upper and lower case -uppercase -lowercase -characters, case of -changing case of characters +uppercase +lowercase +characters, case of +changing case of characters Synopsis: @@ -19584,23 +19618,23 @@ \expandafter{\schoolname}} -package, textcase -textcase package +package, textcase +textcase package The textcase package brings some of the missing feature of the standard &latex; commands \MakeUppercase and \MakeLowerCase. -package, mfirstuc -mfirstuc package +package, mfirstuc +mfirstuc package To uppercase only the first letter of words, you can use the package mfirstuc. -package, expl3 -expl3 package +package, expl3 +expl3 package -Wright, Joseph +Wright, Joseph Handling all the casing rules specified by Unicode, e.g., for non-Latin scripts, is a much bigger job than anything envisioned in the original &tex; and &latex;. It has been implemented in the @@ -19615,9 +19649,9 @@ Symbols by font positionText symbolsUpper and lower caseSpecial insertions
    Symbols by font position -\symbol -accessing any character of a font -font symbols, by number +\symbol +accessing any character of a font +font symbols, by number You can access any character of the current font using its number with the \symbol command. For example, the visible space character @@ -19635,13 +19669,13 @@ Text symbolsAccentsSymbols by font positionSpecial insertions
    Text symbols -text symbols -symbols, text +text symbols +symbols, text -package, textcomp -textcomp package +package, textcomp +textcomp package -TS1 encoding +TS1 encoding &latex; provides commands to generate a number of non-letter symbols in running text. Some of these, especially the more obscure ones, are not available in OT1. As of the &latex; February 2020 release, all @@ -19650,44 +19684,44 @@ TS1 font encoding). -\copyright\copyright -\textcopyright\textcopyright -copyright symbol +\copyright\copyright +\textcopyright\textcopyright +copyright symbol ©right; The copyright symbol. -\dag\dag -dagger, in text +\dag\dag +dagger, in text 2020 The dagger symbol (in text). -\ddag\ddag -double dagger, in text +\ddag\ddag +double dagger, in text 2021 The double dagger symbol (in text). -\LaTeX\LaTeX -&latex; logo -logo, &latex; +\LaTeX\LaTeX +&latex; logo +logo, &latex; The &latex; logo. -\LaTeXe\LaTeXe -&latex;2e logo -logo, &latex;2e +\LaTeXe\LaTeXe +&latex;2e logo +logo, &latex;2e The &latex;2e logo. -\guillemetleft («)\guillemetleft («) -\guillemetright (»)\guillemetright (») -\guillemotleft (&guillemotleft;)\guillemotleft (&guillemotleft;) -\guillemotright (&guillemotright;)\guillemotright (&guillemotright;) -\guilsinglleft (‹)\guilsinglleft (‹) -\guilsinglright (›)\guilsinglright (›) -double guillemets -single guillemets -left angle quotation marks -right angle quotation marks -double angle quotation marks -single angle quotation marks -French quotation marks -quotation marks, French -guillemots, birds +\guillemetleft («)\guillemetleft («) +\guillemetright (»)\guillemetright (») +\guillemotleft (&guillemotleft;)\guillemotleft (&guillemotleft;) +\guillemotright (&guillemotright;)\guillemotright (&guillemotright;) +\guilsinglleft (‹)\guilsinglleft (‹) +\guilsinglright (›)\guilsinglright (›) +double guillemets +single guillemets +left angle quotation marks +right angle quotation marks +double angle quotation marks +single angle quotation marks +French quotation marks +quotation marks, French +guillemots, birds «, », ‹, › Double and single angle quotation marks, commonly used in French. The commands &arobase;guillemotleft and &arobase;guillemotright are @@ -19694,71 +19728,71 @@ synonyms for &arobase;guillemet...; these are misspellings inherited from Adobe. (Guillemots are seabirds; guillemets are French quotes.) -\ldots\ldots -\textellipsis\textellipsis -\dots\dots -ellipsis +\ldots\ldots +\textellipsis\textellipsis +\dots\dots +ellipsis &dots; An ellipsis (three dots at the baseline): \ldots and \dots also work in math mode (Dots). See that math mode ellipsis description for additional general information. -\lq\lq -left quote -opening quote +\lq\lq +left quote +opening quote &textlsquo; Left (opening) quote. -\P\P -\textparagraph\textparagraph -paragraph symbol -pilcrow +\P\P +\textparagraph\textparagraph +paragraph symbol +pilcrow 00B6 Paragraph sign (pilcrow). -\pounds\pounds -\textsterling\textsterling -pounds symbol -sterling symbol +\pounds\pounds +\textsterling\textsterling +pounds symbol +sterling symbol £ English pounds sterling. -\quotedblbase („)\quotedblbase („) -\quotesinglbase (‚)\quotesinglbase (‚) -double low-9 quotation mark -single low-9 quotation mark -low-9 quotation marks, single and double +\quotedblbase („)\quotedblbase („) +\quotesinglbase (‚)\quotesinglbase (‚) +double low-9 quotation mark +single low-9 quotation mark +low-9 quotation marks, single and double „ and ‚ Double and single quotation marks on the baseline. -\rq\rq -right quote -closing quote +\rq\rq +right quote +closing quote &textrsquo; Right (closing) quote. -\S\S -\textsection\textsection -section symbol +\S\S +\textsection\textsection +section symbol 00A7 Section sign. -\TeX\TeX -&tex; logo -logo, &tex; +\TeX\TeX +&tex; logo +logo, &tex; The &tex; logo. -\textasciicircum\textasciicircum -circumflex, ASCII, in text -ASCII circumflex, in text +\textasciicircum\textasciicircum +circumflex, ASCII, in text +ASCII circumflex, in text ^ ASCII circumflex. -\textasciitilde\textasciitilde -tilde, ASCII, in text -ASCII tilde, in text +\textasciitilde\textasciitilde +tilde, ASCII, in text +ASCII tilde, in text ~ ASCII tilde. -\textasteriskcentered\textasteriskcentered -asterisk, centered, in text -centered asterisk, in text +\textasteriskcentered\textasteriskcentered +asterisk, centered, in text +centered asterisk, in text * Centered asterisk. -\textbackslash\textbackslash -backslash, in text +\textbackslash\textbackslash +backslash, in text \ Backslash. However, \texttt{\textbackslash} produces a roman (not typewriter) backslash by default; for a typewriter backslash, it is necessary to use the T1 (or other non-default) font encoding, as @@ -19769,48 +19803,48 @@ -\textbar\textbar -vertical bar, in text -bar, vertical, in text +\textbar\textbar +vertical bar, in text +bar, vertical, in text | Vertical bar. -\textbardbl\textbardbl -vertical bar, double, in text -bar, double vertical, in text -double vertical bar, in text +\textbardbl\textbardbl +vertical bar, double, in text +bar, double vertical, in text +double vertical bar, in text 23F8 Double vertical bar. -\textbigcircle\textbigcircle -big circle symbols, in text -circle symbol, big, in text +\textbigcircle\textbigcircle +big circle symbols, in text +circle symbol, big, in text 25EF, Big circle symbol. -\textbraceleft\textbraceleft -left brace, in text -brace, left, in text +\textbraceleft\textbraceleft +left brace, in text +brace, left, in text { Left brace. See remarks at \textbackslash above about making \texttt{\textbraceleft} produce a typewriter brace. -\textbraceright\textbraceright -right brace, in text -brace, right, in text +\textbraceright\textbraceright +right brace, in text +brace, right, in text } Right brace. See remarks at \textbackslash above about making \texttt{\textbraceright} produce a typewriter brace. -\textbullet\textbullet -bullet, in text +\textbullet\textbullet +bullet, in text • Bullet. -\textcircled{letter}\textcircled{letter} -circled letter, in text +\textcircled{letter}\textcircled{letter} +circled letter, in text 24B6, Circle around letter. -\textcompwordmark\textcompwordmark -\textcapitalcompwordmark\textcapitalcompwordmark -\textascendercompwordmark\textascendercompwordmark -composite word mark, in text -cap height -ascender height +\textcompwordmark\textcompwordmark +\textcapitalcompwordmark\textcapitalcompwordmark +\textascendercompwordmark\textascendercompwordmark +composite word mark, in text +cap height +ascender height Used to separate letters that would normally ligature. For example, f\textcompwordmark i produces fi without a ligature. This is most useful in non-English languages. The @@ -19817,22 +19851,22 @@ \textcapitalcompwordmark form has the cap height of the font while the \textascendercompwordmark form has the ascender height. -\textdagger\textdagger -dagger, in text +\textdagger\textdagger +dagger, in text 2020 Dagger. -\textdaggerdbl\textdaggerdbl -dagger, double, in text -double dagger, in text +\textdaggerdbl\textdaggerdbl +dagger, double, in text +double dagger, in text 2021 Double dagger. -\textdollar (or \$)\textdollar (or \$) -dollar sign -currency, dollar +\textdollar (or \$)\textdollar (or \$) +dollar sign +currency, dollar $ Dollar sign. -\textemdash (or ---)\textemdash (or ---) -em-dash +\textemdash (or ---)\textemdash (or ---) +em-dash &textmdash; Em-dash. Used for punctuation, usually similar to commas or parentheses, as in &textlsquo;The playoffs---if you're lucky @@ -19840,30 +19874,30 @@ for spacing around em-dashes vary widely. -\textendash (or --)\textendash (or --) -e-dash +\textendash (or --)\textendash (or --) +e-dash &textndash; En-dash. Used for ranges, as in &textlsquo;see pages 12--14&textrsquo;. -\texteuro\texteuro -euro symbol -currency, euro -package, eurosym -eurosym package +\texteuro\texteuro +euro symbol +currency, euro +package, eurosym +eurosym package The Euro currency symbol: €. -package, eurosym -eurosym package +package, eurosym +eurosym package For an alternative glyph design, try the eurosym package; also, most fonts nowadays come with their own Euro symbol (Unicode U+20AC). -\textexclamdown (or !`)\textexclamdown (or !`) -exclamation point, upside-down +\textexclamdown (or !`)\textexclamdown (or !`) +exclamation point, upside-down ¡ Upside down exclamation point. -\textfiguredash\textfiguredash -figure dash character +\textfiguredash\textfiguredash +figure dash character Dash used between numerals, Unicode U+2012. Defined in the June 2021 release of &latex;. When used in pdf&tex;, approximated by an en-dash; with a Unicode engine, either typesets the glyph if available @@ -19870,115 +19904,115 @@ in the current font, or writes the usual &textldquo;Missing character&textrdquo; warning to the log file. -\textgreater\textgreater -greater than symbol, in text +\textgreater\textgreater +greater than symbol, in text > Greater than symbol. -\texthorizontalbar\texthorizontalbar -horizontal bar character +\texthorizontalbar\texthorizontalbar +horizontal bar character Horizontal bar character, Unicode U+2015. Defined in the June 2021 release of &latex;. Behavior as with \textfiguredash above; the pdf&tex; approximation is an em-dash. -\textless\textless -less than symbol, in text +\textless\textless +less than symbol, in text < Less than symbol. -\textleftarrow\textleftarrow -arrow, left, in text -left arrow, in text +\textleftarrow\textleftarrow +arrow, left, in text +left arrow, in text 2190, Left arrow. -\textnonbreakinghyphen\textnonbreakinghyphen -non-breaking hyphen character -hyphen character, non-breaking +\textnonbreakinghyphen\textnonbreakinghyphen +non-breaking hyphen character +hyphen character, non-breaking Non-breaking hyphen character, Unicode U+2011. Defined in the June 2021 release of &latex;. Behavior as with \textfiguredash above; the pdf&tex; approximation is a regular ASCII hyphen (with breaks disallowed after). -\textordfeminine\textordfeminine -\textordmasculine\textordmasculine -feminine ordinal symbol -masculine ordinal symbol -ordinals, feminine and masculine -Spanish ordinals, feminine and masculine +\textordfeminine\textordfeminine +\textordmasculine\textordmasculine +feminine ordinal symbol +masculine ordinal symbol +ordinals, feminine and masculine +Spanish ordinals, feminine and masculine ª, º Feminine and masculine ordinal symbols. -\textperiodcentered\textperiodcentered -period, centered, in text -centered period, in text +\textperiodcentered\textperiodcentered +period, centered, in text +centered period, in text 00B7 Centered period. -\textquestiondown (or ?`)\textquestiondown (or ?`) -question mark, upside-down +\textquestiondown (or ?`)\textquestiondown (or ?`) +question mark, upside-down ¿ Upside down question mark. -\textquotedblleft (or ``)\textquotedblleft (or ``) -left quote, double -double left quote +\textquotedblleft (or ``)\textquotedblleft (or ``) +left quote, double +double left quote &textldquo; Double left quote. -\textquotedblright (or '')\textquotedblright (or '') -right quote, double -double right quote +\textquotedblright (or '')\textquotedblright (or '') +right quote, double +double right quote &textrdquo; Double right quote. -\textquoteleft (or `)\textquoteleft (or `) -left quote, single -single left quote +\textquoteleft (or `)\textquoteleft (or `) +left quote, single +single left quote &textlsquo; Single left quote. -\textquoteright (or ')\textquoteright (or ') -right quote, single -single right quote +\textquoteright (or ')\textquoteright (or ') +right quote, single +single right quote &textrsquo; Single right quote. -\textquotesingle\textquotesingle -quote, single straight -straight single quote -single quote, straight +\textquotesingle\textquotesingle +quote, single straight +straight single quote +single quote, straight 0027, Straight single quote. (From TS1 encoding.) -\textquotestraightbase\textquotestraightbase -\textquotestraightdblbase\textquotestraightdblbase -quote, straight base -straight quote, base -double quote, straight base -straight double quote, base +\textquotestraightbase\textquotestraightbase +\textquotestraightdblbase\textquotestraightdblbase +quote, straight base +straight quote, base +double quote, straight base +straight double quote, base Single and double straight quotes on the baseline. -\textregistered\textregistered -registered symbol +\textregistered\textregistered +registered symbol ®istered; Registered symbol. -\textrightarrow\textrightarrow -arrow, right, in text -right arrow, in text +\textrightarrow\textrightarrow +arrow, right, in text +right arrow, in text 2192, Right arrow. -\textthreequartersemdash\textthreequartersemdash -three-quarters em-dash -em-dash, three-quarters +\textthreequartersemdash\textthreequartersemdash +three-quarters em-dash +em-dash, three-quarters FE58, &textldquo;Three-quarters&textrdquo; em-dash, between en-dash and em-dash. -\texttrademark\texttrademark -trademark symbol +\texttrademark\texttrademark +trademark symbol 2122 Trademark symbol. -\texttwelveudash\texttwelveudash -two-thirds em-dash -em-dash, two-thirds +\texttwelveudash\texttwelveudash +two-thirds em-dash +em-dash, two-thirds FE58, &textldquo;Two-thirds&textrdquo; em-dash, between en-dash and em-dash. -\textunderscore\textunderscore -underscore, in text +\textunderscore\textunderscore +underscore, in text _ Underscore. -\textvisiblespace\textvisiblespace -visible space symbol, in text +\textvisiblespace\textvisiblespace +visible space symbol, in text 2423, Visible space symbol. @@ -19988,17 +20022,17 @@ AccentsAdditional Latin lettersText symbolsSpecial insertions
    Accents -accents -characters, accented -letters, accented +accents +characters, accented +letters, accented -package, babel -babel package +package, babel +babel package -package, polyglossia -polyglossia package +package, polyglossia +polyglossia package -multilingual support +multilingual support &latex; has wide support for many of the world&textrsquo;s scripts and languages, provided through the core babel package, which supports pdf&latex;, Xe&latex; and Lua&latex;. The @@ -20013,12 +20047,12 @@ Below, to make them easier to find, the accents are all illustrated with lowercase o. -\i (dotless i) -dotless i +\i (dotless i) +dotless i Note that \i produces a dotless i, -\j (dotless j) -dotless j +\j (dotless j) +dotless j and \j produces a dotless j. These are often used in place of their dotted counterparts when they are @@ -20027,63 +20061,63 @@
    \" \capitaldieresis -\" (umlaut accent) -\capitaldieresis -umlaut accent -dieresis accent +\" (umlaut accent) +\capitaldieresis +umlaut accent +dieresis accent o Umlaut (dieresis). \' \capitalacute -\' (acute accent) -\capitalacute -acute accent +\' (acute accent) +\capitalacute +acute accent o Acute accent. \. -\. (dot-over accent) -dot accent -dot-over accent +\. (dot-over accent) +dot accent +dot-over accent o Dot accent. \= \capitalmacron -\= (macron accent) -\capitalmacron -macron accent -overbar accent -bar-over accent +\= (macron accent) +\capitalmacron +macron accent +overbar accent +bar-over accent o Macron (overbar) accent. \^ \capitalcircumflex -\^ (circumflex accent) -\capitalcircumflex -circumflex accent -hat accent +\^ (circumflex accent) +\capitalcircumflex +circumflex accent +hat accent o Circumflex (hat) accent. \` \capitalgrave -\` (grave accent) -\capitalgrave -grave accent +\` (grave accent) +\capitalgrave +grave accent o Grave accent. \~ \capitaltilde -\~ (tilde accent) -\capitaltilde -tilde accent +\~ (tilde accent) +\capitaltilde +tilde accent n Tilde accent. \b -\b (bar-under accent) -bar-under accent +\b (bar-under accent) +bar-under accent o Bar accent underneath. -\underbar -underbar +\underbar +underbar Related to this, \underbar{text} produces a bar under text. The argument is always processed in LR mode (Modes). The bar is always a fixed position under the baseline, @@ -20092,37 +20126,37 @@ \c \capitalcedilla -\c (cedilla accent) -\capitalcedilla -cedilla accent +\c (cedilla accent) +\capitalcedilla +cedilla accent c Cedilla accent underneath. \d \capitaldotaccent -\d (dot-under accent) -\capitaldotaccent -dot-under accent +\d (dot-under accent) +\capitaldotaccent +dot-under accent o Dot accent underneath. \H \capitalhungarumlaut -\H (Hungarian umlaut accent) -\capitalhungarumlaut -hungarian umlaut accent +\H (Hungarian umlaut accent) +\capitalhungarumlaut +hungarian umlaut accent o Long Hungarian umlaut accent. \k \capitalogonek -\k (ogonek) -\capitalogonek -ogonek +\k (ogonek) +\capitalogonek +ogonek o Ogonek. Not available in the OT1 encoding. \r \capitalring -\r (ring accent) -\capitalring -ring accent +\r (ring accent) +\capitalring +ring accent o Ring accent. \t @@ -20129,11 +20163,11 @@ \capitaltie \newtie \capitalnewtie -\t (tie-after accent) -\capitaltie -\newtie -\capitalnewtie -tie-after accent +\t (tie-after accent) +\capitaltie +\newtie +\capitalnewtie +tie-after accent Tie-after accent (used for transliterating from Cyrillic, such as in the ALA-LC romanization). It expects that the argument has two characters. The \newtie form is centered in its box. @@ -20140,18 +20174,18 @@ \u \capitalbreve -\u (breve accent) -\capitalbreve -breve accent +\u (breve accent) +\capitalbreve +breve accent o Breve accent. \v \capitalcaron -\v (breve accent) -\capitalcaron -hacek accent -check accent -caron accent +\v (breve accent) +\capitalcaron +hacek accent +check accent +caron accent o Hacek (check, caron) accent.
    @@ -20163,7 +20197,7 @@ \accentAccents \accent -\accent +\accent Synopsis: @@ -20219,12 +20253,12 @@
    Additional Latin letters Non-English characters -Latin letters, additional -letters, additional Latin -extended Latin -special characters -non-English characters -characters, non-English +Latin letters, additional +letters, additional Latin +extended Latin +special characters +non-English characters +characters, non-English Here are the basic &latex; commands for inserting letters beyond A&textndash;Z that extend the Latin alphabet, used primarily in languages other @@ -20233,24 +20267,24 @@ \aa \AA -\aa (å) -\AA (Å) -aring +\aa (å) +\AA (Å) +aring å and Å. \ae \AE -\ae (æ) -\AE (Æ) -ae ligature +\ae (æ) +\AE (Æ) +ae ligature æ and Æ. \dh \DH -\dh (ð) -\DH (Ð) -Icelandic eth -eth, Icelandic letter +\dh (ð) +\DH (Ð) +Icelandic eth +eth, Icelandic letter Icelandic letter eth: ð and Ð. Not available with OT1 encoding, you need the fontenc package to select an alternate font encoding, such as T1. @@ -20257,8 +20291,8 @@ \dj \DJ -\dj -\DJ +\dj +\DJ Crossed d and D, a.k.a.&noeos; capital and small letter d with stroke. Not available with OT1 encoding, you need the fontenc package to select an alternate font encoding, such as T1. @@ -20265,52 +20299,52 @@ \ij \IJ -\ij (ij) -\IJ (IJ) -ij letter, Dutch +\ij (ij) +\IJ (IJ) +ij letter, Dutch ij and IJ (except somewhat closer together than appears here). \l \L -\l (&lslash;) -\L (&Lslash;) -polish l +\l (&lslash;) +\L (&Lslash;) +polish l &lslash; and &Lslash;. \ng \NG -\ng -\NG +\ng +\NG Lappish letter eng, also used in phonetics. \o \O -\o (ø) -\O (Ø) -oslash +\o (ø) +\O (Ø) +oslash ø and Ø. \oe \OE -\oe (œ) -\OE (Œ) -oe ligature +\oe (œ) +\OE (Œ) +oe ligature œ and Œ. \ss \SS -\ss (ß) -\SS (SS) -es-zet German letter -sharp S letters +\ss (ß) +\SS (SS) +es-zet German letter +sharp S letters ß and SS. \th \TH -\th (þ) -\TH (Þ) -Icelandic thorn -thorn, Icelandic letter +\th (þ) +\TH (Þ) +Icelandic thorn +thorn, Icelandic letter Icelandic letter thorn: þ and Þ. Not available with OT1 encoding, you need the fontenc package to select an alternate font encoding, such as T1. @@ -20322,7 +20356,7 @@ inputenc package\ruleAdditional Latin lettersSpecial insertions
    inputenc package -inputenc +inputenc Synopsis: @@ -20360,11 +20394,11 @@ simplest solution is often to replace the non-UTF-8 character with a UTF-8 or &latex; equivalent. -package, luainputenc -luainputenc package +package, luainputenc +luainputenc package -\XeTeXinputencoding -\XeTeXdefaultencoding +\XeTeXinputencoding +\XeTeXdefaultencoding If you need to process a non-UTF-8 document with Lua&tex;, you can use the luainputenc package (https://ctan.org/pkg/luainputenc). With Xe&tex;, the @@ -20378,7 +20412,7 @@ UTF-8 outside of &tex;, using system utilities. For example, recode latin1..utf8 or iconv -f latin1 -t utf8. -\inputencoding +\inputencoding \inputencoding In a few documents, such as a collection of journal articles from a variety of authors, changing the encoding in mid-document may be @@ -20390,7 +20424,7 @@ \rule\todayinputenc packageSpecial insertions
    \rule -\rule +\rule Synopsis, one of: @@ -20401,8 +20435,8 @@ Produce a rule, a filled-in rectangle. -Halmos symbol -tombstone +Halmos symbol +tombstone This example produces a rectangular blob, sometimes called a Halmos symbol, or just &textldquo;qed&textrdquo;, often used to mark the end of a proof: @@ -20410,8 +20444,8 @@
    \newcommand{\qedsymbol}{\rule{0.4em}{2ex}}
     
    -package, amsthm -amsthm package +package, amsthm +amsthm package The amsthm package includes this command, with a somewhat @@ -20442,9 +20476,9 @@ \today\ruleSpecial insertions
    \today -\today -date, today&textrsquo;s -today&textrsquo;s date +\today +date, today&textrsquo;s +today&textrsquo;s date Synopsis: @@ -20456,11 +20490,11 @@ yyyy. An example of a date in that format is July 4, 1976. -package, babel -babel package +package, babel +babel package -package, polyglossia -polyglossia package +package, polyglossia +polyglossia package Multilingual packages such as babel or polyglossia, or classes such as lettre, will localize \today. For example, @@ -20479,8 +20513,8 @@ \today uses the counters \day, \month, and \year (\day & \month & \year). -package, datetime -datetime package +package, datetime +datetime package A number of package on CTAN work with dates. One is datetime package which can produce a wide variety of date formats, including ISO standards. @@ -20494,8 +20528,8 @@ Splitting the inputFront/back matterSpecial insertionsTop Splitting the input -splitting the input file -input file +splitting the input file +input file &latex; lets you split a large document into several smaller ones. This can simplify editing or allow multiple authors to work on the @@ -20502,8 +20536,8 @@ document. It can also speed processing. Regardless of how many separate files you use, there is always one -root file -file, root +root file +file, root root file, on which &latex; compilation starts. This shows such a file with five included files. @@ -20554,7 +20588,7 @@ \endinput\include & \includeonlySplitting the input
    \endinput -\endinput +\endinput Synopsis: @@ -20598,8 +20632,8 @@ \include \includeonly -\include -\includeonly +\include +\includeonly Synopsis: @@ -20698,7 +20732,7 @@ dashes or underscores. Nevertheless, for the name amo amas amat, this works under &tex; Live on GNU/Linux: -\space +\space
    \documentclass{book}
     \includeonly{
    @@ -20721,7 +20755,7 @@
     \end{document}
     
    -nested \include, not allowed +nested \include, not allowed You cannot use \include inside a file that is being included or you get LaTeX Error: \include cannot be nested. The \include command cannot appear in the document preamble; you will @@ -20743,7 +20777,7 @@ \input\include & \includeonlySplitting the input
    \input -\input +\input Synopsis: @@ -20778,7 +20812,7 @@ dashes or underscores. Nevertheless, for the name amo amas amat, this works under &tex; Live on GNU/Linux: -\space +\space
    \input{"amo\space amas\space amat"}
     
    @@ -20805,14 +20839,14 @@ Table of contents etc.IndexesFront/back matter
    Table of contents, list of figures, list of tables -table of contents, creating +table of contents, creating -\tableofcontents -.toc file -\listoffigures -\listoftables -.lof file -.lot file +\tableofcontents +.toc file +\listoffigures +\listoftables +.lof file +.lot file Synopsis, one of: @@ -20881,7 +20915,7 @@ \contentsline {subsection}{\numberline {1.1}First subsection}{2} -\contentsline +\contentsline Each line contains a single command, \contentsline (\contentsline). The first argument, the section or @@ -20936,11 +20970,11 @@ 1.55em. Change these as with \renewcommand{\&arobase;tocrmarg}{3.5em}. -package, tocloft -tocloft package +package, tocloft +tocloft package -package, tocbibbind -tocbibbind package +package, tocbibbind +tocbibbind package CTAN has many packages for the table of contents and lists of figures and tables (CTAN). The package tocloft is convenient for @@ -20958,11 +20992,11 @@ -package, babel -babel package +package, babel +babel package -package, polyglossia -polyglossia package +package, polyglossia +polyglossia package Internationalization packages such as babel or polyglossia will change these headers depending on the chosen base language. @@ -20980,8 +21014,8 @@ \&arobase;dottedtocline\addcontentslineTable of contents etc. \&arobase;dottedtocline -\&arobase;dottedtocline -table of contents entry, create dotted line +\&arobase;dottedtocline +table of contents entry, create dotted line Synopsis: @@ -21009,7 +21043,7 @@ the final text and pagenumber arguments in the synopsis from a call to \contentsline (\contentsline). -leaders, dots in table of contents +leaders, dots in table of contents Between the box for the title text of a section and the right margin box, these \&arobase;dottedtocline commands insert leaders, that is, evenly-spaced dots. The dot-to-dot space is given by the command @@ -21026,8 +21060,8 @@ \addcontentsline\addtocontents\&arobase;dottedtoclineTable of contents etc. \addcontentsline -\addcontentsline -table of contents entry, manually adding +\addcontentsline +table of contents entry, manually adding Synopsis: @@ -21035,7 +21069,7 @@
    \addcontentsline{ext}{unit}{text}
     
    -\contentsline +\contentsline Add an entry to the auxiliary file with extension ext. The following will result in an Appendices line in the table of @@ -21130,7 +21164,7 @@ \addtocontents\contentsline\addcontentslineTable of contents etc. \addtocontents -\addtocontents{ext}{text} +\addtocontents{ext}{text} Synopsis: @@ -21206,17 +21240,17 @@ \contentsline\nofiles\addtocontentsTable of contents etc. \contentsline -table of contents -\contentsline -\tableofcontents -.toc file -\listoffigures -\listoftables -.lof file -.lot file -\l&arobase;chapter -\l&arobase;section -\l&arobase;subsection +table of contents +\contentsline +\tableofcontents +.toc file +\listoffigures +\listoftables +.lof file +.lot file +\l&arobase;chapter +\l&arobase;section +\l&arobase;subsection Synopsis: @@ -21253,14 +21287,14 @@ where filetype is toc, lof, or lot (\addcontentsline). -package, tocloft -tocloft package +package, tocloft +tocloft package For manipulating how the \contentline material is typeset, see the tocloft package. -package, hyperref -hyperref package +package, hyperref +hyperref package Note that the hyperref package changes the definition of \contentsline (and \addcontentsline) to add more @@ -21275,7 +21309,7 @@ \nofiles\numberline\contentslineTable of contents etc. \nofiles -\nofiles +\nofiles Synopsis: @@ -21310,7 +21344,7 @@ \numberline\nofilesTable of contents etc. \numberline -\numberline +\numberline Synopsis: @@ -21356,11 +21390,11 @@ IndexesGlossariesTable of contents etc.Front/back matter
    Indexes -indexes +indexes -\makeindex -\index -.idx file +\makeindex +\index +.idx file If you tell &latex; what terms you want to appear in an index then it can produce that index, alphabetized and with the page numbers @@ -21410,14 +21444,14 @@ index entries to the auxiliary file. Leaving out the \printindex will cause &latex; to not show the index in the document output. -package, showidx -showidx package +package, showidx +showidx package -package, multind -multind package +package, multind +multind package -index, multiple -multiple indexes +index, multiple +multiple indexes There are many packages in the area of indexing. The showidx package causes each index entries to be shown in the margin on the page where the \index appears. This can help in preparing the index. @@ -21437,15 +21471,15 @@ Produce the index manually\indexIndexes Produce the index manually -index, producing manually -theindex +index, producing manually +theindex Documents that are small and static can have a manually produced index. This will make a separate page labeled Index, in twocolumn format. -environment, theindex -theindex environment +environment, theindex +theindex environment
    \begin{theindex}
    @@ -21462,10 +21496,10 @@
     in most cases automated methods such as makeindex are best.
     Indexes.
     
    -\item
    -\subitem
    -\subsubitem
    -\indexspace
    +\item
    +\subitem
    +\subsubitem
    +\indexspace
     However we cover the commands for completeness, and because the
     automated methods are based on these commands.  There are three levels
     of entries.  As the example shows, a main entry uses \item,
    @@ -21480,8 +21514,8 @@
     \indexmakeindexProduce the index manuallyIndexes
     \index
     
    -index entry
    -\index
    +index entry
    +\index
     
     Synopsis:
     
    @@ -21507,7 +21541,7 @@
     rate of growth\index{Ackermann!function!growth rate}
     
    -index entries, subentries +index entries, subentries All three index entries will get a page number, such as Ackermann, 22. &latex; will format the second as a subitem of the first, on the @@ -21527,7 +21561,7 @@ instance \index{Ackermann!function} could come before \index{Ackermann}. -index, page range +index, page range Get a page range in the output, like Hilbert, 23--27, as here. @@ -21548,14 +21582,14 @@ followed by two subitems, like program, 50 and results, 51.
    -see and see also index entries -index entries, &textlsquo;see&textrsquo; and &textlsquo;see also&textrsquo; -\seename -\alsoname -package, babel -babel package - package, polyglossia -polyglossia package +see and see also index entries +index entries, &textlsquo;see&textrsquo; and &textlsquo;see also&textrsquo; +\seename +\alsoname +package, babel +babel package + package, polyglossia +polyglossia package Generate a index entry that says see by using a vertical bar @@ -21612,8 +21646,8 @@ an index entry, escape it by preceding it with a double quote, ". (The double quote gets deleted before alphabetization.) -package, index -index package +package, index +index package A number of packages on CTAN have additional functionality beyond that provided by makeidx. One is index, which allows for @@ -21621,8 +21655,8 @@ \index*{index-entry-string} that prints the index-entry-string as well as indexing it. -\indexentry -idx file +\indexentry +idx file The \index command writes the indexing information to the file root-name.idx file. Specifically, it writes text of the command @@ -21644,11 +21678,11 @@ makeindex\printindex\indexIndexes makeindex -index, processing -makeindex, program -makeindex program -.ind file -.idx file +index, processing +makeindex, program +makeindex program +.ind file +.idx file Synopsis, one of: @@ -21664,9 +21698,9 @@ actual index file, the filename.ind file that is input by \printindex (\printindex). -.isty file -index, style file -makeindex, style file +.isty file +index, style file +makeindex, style file The first form of the command suffices for many uses. The second allows you to format the index by using an index style file, a .isty file. The third form is the most general; see the full @@ -21704,17 +21738,17 @@ makeindex preamble -preamblepreamble +preamblepreamble Preamble of the output index file. Defines the context in which the index is formatted. Default: "\\begin{theindex}\n". makeindex postamble -postamblepostamble +postamblepostamble Postamble of the output index file. Default: "\n\n\\end{theindex}\n". makeindex group skip -group_skipgroup_skip -\indexspace +group_skipgroup_skip +\indexspace Traditionally index items are broken into groups, typically a group for entries starting with letter a, etc. This specifier gives what is inserted when a new group begins. Default: "\n\n @@ -21722,7 +21756,7 @@ length, by default 10pt plus5pt minus3pt). makeindex letheadflag -lethead_flaglethead_flag +lethead_flaglethead_flag An integer. It governs what is inserted for a new group or letter. If it is 0 (which is the default) then other than group_skip nothing will be inserted before the group. If it is positive then at a new @@ -21732,93 +21766,93 @@ is 0. makeindex lethead prefix -lethead_prefixlethead_prefix +lethead_prefixlethead_prefix If a new group begins with a different letter then this is the prefix inserted before the new letter header. Default: "" makeindex lethead suffix -lethead_suffixlethead_suffix +lethead_suffixlethead_suffix If a group begins with a different letter then this is the suffix inserted after the new letter header. Default: "". makeindex item 0 -item_0item_0 +item_0item_0 What is put between two level 0 items. Default: "\n \\item ". makeindex item 1 -item_1item_1 +item_1item_1 Put between two level 1 items. Default: "\n \\subitem ". makeindex item 2 -item_2item_2 +item_2item_2 put between two level 2 items. Default: "\n \\subsubitem ". makeindex item 01 -item_01item_01 +item_01item_01 What is put between a level 0 item and a level 1 item. Default: "\n \\subitem ". makeindex item x1 -item_x1item_x1 +item_x1item_x1 What is put between a level 0 item and a level 1 item in the case that the level 0 item doesn&textrsquo;t have any page numbers (as in \index{aaa|see{bbb}}). Default: "\n \\subitem ". makeindex item 12 -item_12item_12 +item_12item_12 What is put between a level 1 item and a level 2 item. Default: "\n \\subsubitem ". makeindex item x2 -item_x2item_x2 +item_x2item_x2 What is put between a level 1 item and a level 2 item, if the level 1 item doesn&textrsquo;t have page numbers. Default: "\n \\subsubitem ". makeindex delim 0 -delim_0delim_0 +delim_0delim_0 Delimiter put between a level 0 key and its first page number. Default: a comma followed by a blank, ", ". makeindex delim 1 -delim_1delim_1 +delim_1delim_1 Delimiter put between a level 1 key and its first page number. Default: a comma followed by a blank, ", ". makeindex delim 2 -delim_2delim_2 +delim_2delim_2 Delimiter between a level 2 key and its first page number. Default: a comma followed by a blank, ", ". makeindex delim n -delim_ndelim_n +delim_ndelim_n Delimiter between two page numbers for the same key (at any level). Default: a comma followed by a blank, ", ". makeindex delim r -delim_rdelim_r +delim_rdelim_r What is put between the starting and ending page numbers of a range. Default: "--". makeindex line max -line_maxline_max +line_maxline_max An integer. Maximum length of an index entry&textrsquo;s line in the output, beyond which the line wraps. Default: 72. makeindex indent space -indent_spaceindent_space +indent_spaceindent_space What is inserted at the start of a wrapped line. Default: "\t\t". makeindex indent length -indent_lengthindent_length +indent_lengthindent_length A number. The length of the wrapped line indentation. The default indent_space is two tabs and each tab is eight spaces so the default here is 16. makeindex page precedence -page_precedencepage_precedence +page_precedencepage_precedence A document may have pages numbered in different ways. For example, a book may have front matter pages numbered in lowercase roman while main matter pages are in arabic. This string specifies the order in which @@ -21830,7 +21864,7 @@ -xindy program +xindy program There are a number of other programs that do the job makeindex does. One is xindy (https://ctan.org/pkg/xindy), which does internationalization and can @@ -21839,7 +21873,7 @@ markup terms and in terms of the collating order of the text, as described in its documentation. -xindex program +xindex program A more recent indexing program supporting Unicode is xindex, written in Lua (https://ctan.org/pkg/xindex). @@ -21848,8 +21882,8 @@ \printindexmakeindexIndexes \printindex -index, printing -\printindex +index, printing +\printindex Synopsis: @@ -21859,8 +21893,8 @@ Place the index into the output. -package, makeidx -makeidx package +package, makeidx +makeidx package To get an index you must first include \usepackage{makeidx}\makeindex in the document preamble and @@ -21874,11 +21908,11 @@ GlossariesIndexesFront/back matter
    Glossaries -glossary -glossaries -acronyms, list of -\makeglossary -\printglossaries +glossary +glossaries +acronyms, list of +\makeglossary +\printglossaries Synopsis: @@ -21922,9 +21956,9 @@ Turing machine and the rest of the item says in normal type A model of a machine &dots; Computer Science. -\makeglossary -\printglossaries -.glo file +\makeglossary +\printglossaries +.glo file The command \makeglossary opens the file that will contain the entry information, root-file.glo. Put the \printglossaries command where you want the glossaries to appear @@ -21944,8 +21978,8 @@ \newglossaryentry\glsGlossaries \newglossaryentry -glossary, entries -\newglossaryentry +glossary, entries +\newglossaryentry Synopsis, one of: @@ -21991,22 +22025,22 @@ here are a few. -namename +namename (Required.) The word, phrase, or symbol that you are defining. -descriptiondescription +descriptiondescription (Required.) The description that will appear in the glossary. If this has more than one paragraph then you must use the second command form given in the synopsis. -pluralplural +pluralplural The plural form of name. Refer to the plural form using \glspl or \Glspl (\gls). -sortsort +sortsort How to place this entry in the list of entries that the glossary holds. -symbolsymbol +symbolsymbol A symbol, such as a mathematical symbol, besides the name. @@ -22016,8 +22050,8 @@ \gls\newglossaryentryGlossaries \gls -glossary, entry reference -\gls +glossary, entry reference +\gls Synopsis, one of: @@ -22058,8 +22092,8 @@ LettersInput/outputFront/back matterTop Letters -letters, writing -writing letters +letters, writing +writing letters Synopsis: @@ -22109,7 +22143,7 @@ Each letter environment body typically ends with a \closing command such as \closing{Yours,}. -\\ (for letters) +\\ (for letters) Additional material may come after the \closing. You can say who is receiving a copy of the letter with a command like \cc{the Boss \\ the Boss's Boss}. There&textrsquo;s a similar \encl command for @@ -22163,7 +22197,7 @@ \address\ccLetters
    \address -\address +\address Synopsis: @@ -22196,8 +22230,8 @@ \cc\closing\addressLetters
    \cc -\cc -cc list, in letters +\cc +cc list, in letters Synopsis: @@ -22221,9 +22255,9 @@ \closing\encl\ccLetters
    \closing -\closing -letters, ending -closing letters +\closing +letters, ending +closing letters Synopsis: @@ -22243,8 +22277,8 @@ \encl\location\closingLetters
    \encl -\encl -enclosure list +\encl +enclosure list Synopsis: @@ -22267,7 +22301,7 @@ \location\makelabels\enclLetters
    \location -\location +\location Synopsis: @@ -22283,7 +22317,7 @@ \makelabels\name\locationLetters
    \makelabels -\makelabels +\makelabels Synopsis: @@ -22340,8 +22374,8 @@ The first column contains the return address twice. The second column contains the address for each recipient. -package, envlab -envlab package +package, envlab +envlab package The package envlab makes formatting the labels easier, with standard sizes already provided. The preamble lines @@ -22353,7 +22387,7 @@ \name\opening\makelabelsLetters
    \name -\name +\name Synopsis: @@ -22369,8 +22403,8 @@ \opening\ps\nameLetters
    \opening -\opening -letters, starting +\opening +letters, starting Synopsis: @@ -22389,8 +22423,8 @@
    \ps\signature\openingLetters
    \ps -\ps -postscript, in letters +\ps +postscript, in letters Synopsis: @@ -22417,7 +22451,7 @@ ... } -\signature +\signature The sender&textrsquo;s name. This command is optional, although its inclusion is usual. @@ -22458,7 +22492,7 @@ \telephone\signatureLetters
    \telephone -\telephone +\telephone Synopsis: @@ -22477,9 +22511,9 @@ Input/outputCommand line interfaceLettersTop Input/output -input/output, to terminal -terminal input/output -input/output +input/output, to terminal +terminal input/output +input/output &latex; uses the ability to write to a file and later read it back in to build document components such as a table of contents or index. You @@ -22503,13 +22537,13 @@ \openout \closein \closeout -\openin -\openout -\closein -\closeout -file, opening -file, closing -open a file +\openin +\openout +\closein +\closeout +file, opening +file, closing +open a file Synopsis: @@ -22591,9 +22625,9 @@ \read\typein\openin & \openoutInput/output
    \read -\read -file, reading -read a file +\read +file, reading +read a file Synopsis: @@ -22626,10 +22660,10 @@ \input (\input) or \include (\include & \includeonly). -package, datatool -datatool package +package, datatool +datatool package -mail merges +mail merges A common reason to want to read from a data file is to do mail merges. CTAN has a number of packages for that; one is datatool. @@ -22638,7 +22672,7 @@ \typein\typeout\readInput/output
    \typein -\typein +\typein Synopsis, one of: @@ -22701,7 +22735,7 @@ \typeout\write\typeinInput/output
    \typeout -\typeout +\typeout Synopsis: @@ -22724,7 +22758,7 @@ \renewcommand (among others) are replaced by their definitions before being printed. -\space +\space &latex;&textrsquo;s usual rules for treating multiple spaces as a single space and ignoring spaces after a command name apply to msg. Use the command \space to get a single space, independent of surrounding @@ -22747,7 +22781,7 @@ \write\typeoutInput/output
    \write -\write +\write Synopsis: @@ -22772,7 +22806,7 @@ \immediate\closeout\myfile -\newwrite +\newwrite The \newwrite allocates a stream number, giving it a symbolic name to make life easier, so that stream @@ -22781,9 +22815,9 @@ name. &tex; ultimately executed \write3 which puts the string in the file. -log file, writing to -terminal, writing to --1, write stream number +log file, writing to +terminal, writing to +-1, write stream number Typically number is between 0 and 15, because typically &latex; authors follow the prior example and the number is allocated by the system. If number is outside the range from 0 to 15 or @@ -22798,12 +22832,12 @@ followed by a newline in the terminal output. (But 16, 17, and 18 are special as number; see below.) -Lua&tex;, 256 output streams in +Lua&tex;, 256 output streams in In Lua&tex;, instead of 16 output streams there are 256 (&tex; engines). -\&arobase;auxout -\&arobase;mainaux +\&arobase;auxout +\&arobase;mainaux Use \write\&arobase;auxout{string} to write to the current .aux file, which is associated with either the root file or with the current include file; and use @@ -22826,8 +22860,8 @@ -immediate \write -\immediate\write +immediate \write +\immediate\write With the first, &latex; writes string to the file immediately. Any macros in string are fully expanded (just as in \edef) so to prevent expansion you must use \noexpand, @@ -22835,9 +22869,9 @@ ##). -delayed \write -whatsit item -\shipout and expansion +delayed \write +whatsit item +\shipout and expansion With the second, string is stored on the current list of things (as a &tex; &textldquo;whatsit&textrdquo; item) and kept until the page is shipped out and likewise the macros are unexpanded until \shipout. At @@ -22844,7 +22878,7 @@ \shipout, string is fully expanded. -\protected&arobase;write +\protected&arobase;write The third, \protected&arobase;write, is like the second except that you can use \protect to avoid expansion. The extra first argument allows you to locally insert extra definitions to make more @@ -22867,18 +22901,18 @@ This results in the file test.jh containing the text test XYZtest followed by a newline. -\write streams 16, 17, 18 +\write streams 16, 17, 18 The cases where number is 16, 17, or 18 are special. Because of \write&textrsquo;s behavior when number is outside the range from 0 -to 15 described above, in Plain &tex; \write16 and +to 15 described above, in plain &tex; \write16 and \write17 were sometimes used to write to the log file and the terminal; however, in &latex;, the natural way to do that is with \typeout (\typeout). The \write18 command is -even more special; modern &tex; systems use it for giving commands to -the operating system (\write18). +even more special; modern &tex; systems use it to run an external +operating system command (\write18). -newline, in \write -^^J, in \write +newline, in \write +^^J, in \write Ordinarily \write outputs a single line. You can include a newline with ^^J. Thus, this produces two lines in the log file: @@ -22887,8 +22921,8 @@
    \wlog{Parallel lines have a lot in common.^^JBut they never meet.}
     
    -package, answers -answers package +package, answers +answers package A common case where authors need to write their own file is for answers to exercises, or another situation where you want to write @@ -22906,8 +22940,8 @@ \write and security\message\write \write and security -security and \write -\write and security +security and \write +\write and security The ability to write files raises security issues. If you compiled a downloaded &latex; file and it overwrote your password file then you @@ -22930,7 +22964,7 @@ ! I can't write on file `../test.jh' -parent directories, cannot write to +parent directories, cannot write to You can get just such an error when using commands such as \include{../filename} because &latex; will try to open ../filename.aux. The simplest solution is to put the included @@ -22941,7 +22975,7 @@ \message\wlog\write and security\write \message -\message +\message Synopsis: @@ -23002,7 +23036,7 @@ \wlog\write18\message\write \wlog -\wlog +\wlog Synopsis: @@ -23030,11 +23064,11 @@ \write18\wlog\write \write18 -\write18 -external commands -commands, run from &latex; -system commands, run from &latex; -shell access +\write18 +external commands +commands, run from &latex; +system commands, run from &latex; +shell access Synopsis: @@ -23047,8 +23081,8 @@ runs the command and &latex;&textrsquo;s execution is blocked until that finishes. -package, Asymptote -Asymptote package +package, Asymptote +Asymptote package This sequence (on Unix) @@ -23097,7 +23131,7 @@ (Command line options). (The --shell-escape option is a synonym, in &tex; Live.) -restricted shell access +restricted shell access In the place of full shell access, modern distributions by default use a restricted version that allows some commands to work, such as those that run Metafont to generate missing fonts, even if you do not use @@ -23106,22 +23140,22 @@ control of the distribution maintainers (Command line options). -/bin/sh, used by \write18 -sh, used by \write18 -cmd.exe, used by \write18 -SHELL, environment variables +/bin/sh, used by \write18 +sh, used by \write18 +cmd.exe, used by \write18 +SHELL, environment variables The shell_command text is always passed to /bin/sh on Unix-like operating systems, and the DOS command interpreter cmd.exe on Windows. Any different shell set by the user, and the SHELL environment variable, is ignored. -package, texosquery -texosquery package +package, texosquery +texosquery package -system information -operating system information -locale information, from system -directory listings, from system +system information +operating system information +locale information, from system +directory listings, from system If what you need is system information, such as the operating system name, locale information, or directory contents, take a look at the texosquery package, which provides a convenient and secure @@ -23128,11 +23162,11 @@ interface for this, unlike the above examples using the raw \write18: https://ctan.org/pkg/texosquery. -package, shellesc -shellesc package +package, shellesc +shellesc package -\ShellEscape -\DelayedShellEscape +\ShellEscape +\DelayedShellEscape &latex; provides a package shellesc on top of the primitive \write18 command. Its primary purpose is to provide a command \ShellEscape which works identically on all &tex; engines; @@ -23150,9 +23184,9 @@ Command line interface Command line -command line interface -interface, command line -CLI +command line interface +interface, command line +CLI Synopsis (from a terminal command line): @@ -23173,7 +23207,7 @@ -.tex, default extension +.tex, default extension Note that .tex is the default file name extension. pdf&tex; is an extension of the original &tex; program, as are @@ -23216,7 +23250,7 @@ Command line optionsCommand line inputCommand line interface
    Command line options -options, command line +options, command line These are the command-line options relevant to ordinary document authoring. For a full list, try running latex --help from the @@ -23231,23 +23265,23 @@ spaces around the =. We will generally use the = syntax.
    ---version command-line option +--version command-line option -version Show the current version, like pdfTeX 3.14159265-2.6-1.40.16 (TeX Live 2015/Debian) along with a small amount of additional information, and exit. ---help command-line option +--help command-line option -help Give a brief usage message that is useful as a prompt and exit. interaction modes ---interaction command-line option +--interaction command-line option -interaction=mode -batchmode -scrollmode -errorstopmode -nonstopmode +batchmode +scrollmode +errorstopmode +nonstopmode &tex; compiles a document in one of four interaction modes: batchmode, nonstopmode, scrollmode, errorstopmode. In errorstopmode (the default), &tex; @@ -23268,9 +23302,9 @@ eliminates most terminal output. -jobname -filename for current job ---jobname command-line option +jobname +filename for current job +--jobname command-line option -jobname=string Set the value of &tex;&textrsquo;s jobname to the string. The log file and output file will then be named string.log and @@ -23277,8 +23311,8 @@ string.pdf. Jobname. output directory -output directory for all external files ---output-directory command-line option +output directory for all external files +--output-directory command-line option -output-directory=directory Write files in the directory directory. It must already exist. This applies to all external files created by &tex; or &latex;, such @@ -23292,12 +23326,12 @@ directory (in which &latex; was run) remains unchanged, and is also checked for input files. -shell escape -\write18, enabling ---enable-write18 command-line option ---disable-write18 command-line option ---shell-escape command-line option ---no-shell-escape command-line option +shell escape +\write18, enabling +--enable-write18 command-line option +--disable-write18 command-line option +--shell-escape command-line option +--no-shell-escape command-line option --enable-write18 --disable-write18 --shell-escape @@ -23318,12 +23352,12 @@ \write18{ls -l}, then you do not get an error but the log file says runsystem(ls -l)...disabled. ---halt-on-error command-line option +--halt-on-error command-line option -halt-on-error Stop processing at the first error. ---file-line-error command-line option ---no-file-line-error command-line option +--file-line-error command-line option +--no-file-line-error command-line option -file-line-error -no-file-line-error Enable or disable filename:lineno:error-style @@ -23335,7 +23369,7 @@ Command line inputJobnameCommand line optionsCommand line interface
    Command line input -input, on command line +input, on command line As part of the command line invocation @@ -23347,8 +23381,8 @@ argument with a backslash. (All the engines support this.) This allows you to do some special effects. -package, hyperref -hyperref package +package, hyperref +hyperref package For example, this file (which uses the hyperref package for hyperlinks) can produce two kinds of output, one to be read on physical paper and one to be read online. @@ -23424,12 +23458,12 @@ JobnameRecovering from errorsCommand line inputCommand line interface
    Jobname -\jobname -jobname -document root name -name of document root -root file -file, root +\jobname +jobname +document root name +name of document root +root file +file, root Running &latex; creates a number of files, including the main PDF (or DVI) output but also including others. These files are named with the @@ -23455,8 +23489,8 @@ specified with the -jobname option, as in pdflatex -jobname=myname (Command line input for a practical example). -texput, jobname default -fallback jobname +texput, jobname default +fallback jobname The final possibility is texput, which is the final fallback default if no other name is available to &tex;. That is, if no -jobname option was specified, and the compilation stops before @@ -23463,8 +23497,8 @@ any input file is met, then the log file will be named texput.log. -\documentclass, and texput jobname -\RequirePackage, and texput jobname +\documentclass, and texput jobname +\RequirePackage, and texput jobname A special case of this is that in &latex; versions of (approximately) 2020 or later, the jobname is also texput if the first \input occurs as a result of being called by either @@ -23486,7 +23520,7 @@ the output file is lipsum.pdf, as \usepackage calls \input. -\jobname +\jobname Within the document, the macro \jobname expands to the jobname. (When you run &latex; on a file whose name contains spaces, the string returned by \jobname contains matching start and end quotes.) @@ -23494,9 +23528,9 @@ catcode 12 (other) except that spaces are category 10, including letters that are normally catcode 11. -\IfBeginWith* macro from xstring -package, xstring -xstring package +\IfBeginWith* macro from xstring +package, xstring +xstring package Because of this catcode situation, using the jobname in a conditional can become complicated. One solution is to use the macro @@ -23545,9 +23579,9 @@ typo. You could instead enter ? and RETURN to see other options. -* prompt -prompt, * -\stop +* prompt +prompt, * +\stop There are two other error scenarios. The first is that you forgot to include the \end{document} or misspelled it. In this case &latex; gives you a * prompt. You can get back to the command @@ -23575,8 +23609,8 @@ Document templatesIndexCommand line interfaceTop Document templates -document templates -templates, document +document templates +templates, document Although illustrative material, perhaps these document templates will be useful. Additional template resources are listed at @@ -23593,10 +23627,10 @@ beamer templatearticle templateDocument templates
    beamer template -beamer template and class -template, beamer -package, beamer -beamer package +beamer template and class +template, beamer +package, beamer +beamer package The beamer class creates presentation slides. It has a vast @@ -23633,7 +23667,7 @@ article templatebook templatebeamer templateDocument templates
    article template -template (simple), article +template (simple), article A simple template for an article. @@ -23662,7 +23696,7 @@ book templateLarger book templatearticle templateDocument templates
    book template -template, book +template, book This is a straightforward template for a book. Larger book template, for a more elaborate one. @@ -23692,7 +23726,7 @@ Larger book templatebook templateDocument templates
    Larger book template -template, book +template, book This is a somewhat elaborate template for a book. book template, for a simpler one.