[latexrefman-commits] [SCM] latexrefman updated: r1029 - trunk

Jim Hefferon INVALID.NOREPLY at gnu.org.ua
Fri Aug 27 16:39:05 CEST 2021


Author: jimhefferon
Date: 2021-08-27 14:39:05 +0000 (Fri, 27 Aug 2021)
New Revision: 1029

Modified:
   trunk/latex2e.html
   trunk/latex2e.info
   trunk/latex2e.pdf
   trunk/latex2e.texi
Log:
add link in html top to French edition

Modified: trunk/latex2e.html
===================================================================
--- trunk/latex2e.html	2021-08-26 15:20:00 UTC (rev 1028)
+++ trunk/latex2e.html	2021-08-27 14:39:05 UTC (rev 1029)
@@ -115,8 +115,10 @@
 <p>This manual has two versions.  One has <a
 href="https://latexref.xyz/">separate web pages for each section or
 subsection</a>.  It's also available as a <a
-href="https://latexref.xyz/dev/latex2e.html">single web page</a> and
-as a <a href="https://latexref.xyz/dev/latex2e.pdf">pdf</a>.</p>
+href="https://latexref.xyz/dev/latex2e.html">single web page</a> and as
+a <a href="https://latexref.xyz/dev/latex2e.pdf">pdf</a>.  Note that
+there is also a separately-maintained <a
+href="https://latexref.xyz/fr/">French edition</a>.</p>
 
 <p> This document is not official.  It has not been reviewed by the
 LaTeX maintainers.  Our goal is to cover all (non-private) LaTeX
@@ -9937,9 +9939,9 @@
 <span id="index-new-line_002c-starting-_0028paragraph-mode_0029"></span>
 
 <p>In ordinary text, this ends a line in a way that does not right-justify
-the line, so the prior text is not stretched. That is, in paragraph mode
-(see <a href="#Modes">Modes</a>), the <code>\newline</code> command is equivalent to
-double-backslash (see <a href="#g_t_005c_005c">\\</a>).  This command is fragile
+it, so the text before the end of line is not stretched. That is, in
+paragraph mode (see <a href="#Modes">Modes</a>), the <code>\newline</code> command is
+equivalent to double-backslash (see <a href="#g_t_005c_005c">\\</a>).  This command is fragile
 (see <a href="#g_t_005cprotect">\protect</a>).
 </p>
 <p>However, the two commands are different inside a <code>tabular</code> or
@@ -9953,7 +9955,7 @@
 single cell of the table.
 </p>
 <div class="example">
-<pre class="example">\begin{tabular}{p{1in}{\hspace{2in}}p{1in}}
+<pre class="example">\begin{tabular}{p{1in}@{\hspace{2in}}p{1in}}
   Name: \newline Address: &Date: \\ \hline
 \end{tabular}
 </pre></div>
@@ -9973,8 +9975,9 @@
 
 <p>Tell LaTeX that it may hyphenate the word at that point.  When you
 insert <code>\-</code> commands in a word, the word will only be hyphenated at
-those points and not at any of the hyphenation points that LaTeX
-might otherwise have chosen.  This command is robust (see <a href="#g_t_005cprotect">\protect</a>).
+those points and not at any of the other hyphenation points that
+LaTeX might otherwise have chosen.  This command is robust
+(see <a href="#g_t_005cprotect">\protect</a>).
 </p>
 <p>LaTeX is good at hyphenating and usually finds most of the correct
 hyphenation points, while almost never using an incorrect one.  The
@@ -10000,9 +10003,9 @@
 better fit.
 </p>
 <p>The <code>\-</code> command only allows LaTeX to break there, it does not
-require that it break there.  You can insist on a split with something
-like <code>Hef-\linebreak feron</code>.  Of course, if you later change the
-text then this forced break may look very odd, so this approach requires
+require that it break there.  You can force a split with something like
+<code>Hef-\linebreak feron</code>.  Of course, if you later change the text
+then this forced break may look very odd, so this approach requires
 care.
 </p>
 
@@ -10027,10 +10030,10 @@
 <p>If a line break occurs at the point where <code>\discretionary</code> appears
 then TeX puts <var>pre-break</var> at the end of the current line and puts
 <var>post-break</var> at the start of the next line.  If there is no line
-break here then TeX puts <var>no-break</var>
+break here then TeX puts <var>no-break</var>.
 </p>
 <p>In ‘<samp>difficult</samp>’ the three letters <code>ffi</code> form a ligature.  But
-TeX can nonetheless break between the two f’s with this.
+TeX can nonetheless break between the two ‘<samp>f</samp>’’s with this.
 </p>
 <div class="example">
 <pre class="example">di\discretionary{f-}{fi}{ffi}cult
@@ -10040,6 +10043,7 @@
 automatically by TeX’s hyphenation algorithm.
 </p>
 
+
 <hr>
 <span id="g_t_005cfussy-_0026-_005csloppy"></span><div class="header">
 <p>
@@ -10058,10 +10062,10 @@
 spacing.
 </p>
 <p>The default is <code>\fussy</code>.  Line breaking in a paragraph is
-controlled by whichever declaration is current at the blank line, or
-<code>\par</code>, or displayed equation ending that paragraph.  So to affect
-the line breaks, include that paragraph-ending material in the scope of
-the command.
+controlled by whichever declaration is current at the end of the
+paragraph, ie. at the blank line, or <code>\par</code>, or displayed
+equation ending that paragraph.  So to affect the line breaks, include
+that paragraph-ending material in the scope of the command.
 </p>
 <table class="menu" border="0" cellspacing="0">
 <tr><td align="left" valign="top">• <a href="#sloppypar" accesskey="1">sloppypar</a></td><td>  </td><td align="left" valign="top">Environment version of \sloppy command.
@@ -10135,9 +10139,11 @@
 </pre></div>
 
 <p>Use lowercase letters.  TeX will only hyphenate if the word matches
-exactly.  Multiple <code>\hyphenation</code> commands accumulate.
+exactly, no inflections are tried.  Multiple <code>\hyphenation</code>
+commands accumulate.
 </p>
 
+
 <hr>
 <span id="g_t_005clinebreak-_0026-_005cnolinebreak"></span><div class="header">
 <p>
@@ -10165,12 +10171,12 @@
 </pre></div>
 
 <p>Encourage or discourage a line break.  The optional <var>zero-to-four</var>
-is an integer that allows you to soften the instruction.  The default is
-4, so that without the optional argument these commands entirely force
-or prevent the break.  But for instance, <code>\nolinebreak[1]</code> is a
-suggestion that another place may be better.  The higher the number, the
-more insistent the request.  Both commands are fragile
-(see <a href="#g_t_005cprotect">\protect</a>).
+is an integer lying between 0 and 4 that allows you to soften the
+instruction.  The default is 4, so that without the optional argument
+these commands entirely force or prevent the break.  But for instance,
+<code>\nolinebreak[1]</code> is a suggestion that another place may be better.
+The higher the number, the more insistent the request.  Both commands
+are fragile (see <a href="#g_t_005cprotect">\protect</a>).
 </p>
 <p>Here we tell LaTeX that a good place to put a linebreak is after the
 standard legal text.
@@ -10182,11 +10188,10 @@
 </pre></div>
 
 <p>When you issue <code>\linebreak</code>, the spaces in the line are stretched
-out so that it extends to the right margin.  See <a href="#g_t_005c_005c">\\</a>
+out so that the break point reaches the right margin.  See <a href="#g_t_005c_005c">\\</a>
 and <a href="#g_t_005cnewline">\newline</a>, to have the spaces not stretched out.
 </p>
 
-
 <hr>
 <span id="Page-breaking"></span><div class="header">
 <p>
@@ -23223,8 +23228,6 @@
 discussion and an example of the use of <code>\printindex</code>.
 </p>
 
-
-
 <hr>
 <span id="Glossaries"></span><div class="header">
 <p>

Modified: trunk/latex2e.info
===================================================================
--- trunk/latex2e.info	2021-08-26 15:20:00 UTC (rev 1028)
+++ trunk/latex2e.info	2021-08-27 14:39:05 UTC (rev 1029)
@@ -6828,8 +6828,8 @@
 ==============
 
 In ordinary text, this ends a line in a way that does not right-justify
-the line, so the prior text is not stretched.  That is, in paragraph
-mode (*note Modes::), the '\newline' command is equivalent to
+it, so the text before the end of line is not stretched.  That is, in
+paragraph mode (*note Modes::), the '\newline' command is equivalent to
 double-backslash (*note \\::).  This command is fragile (*note
 \protect::).
 
@@ -6842,7 +6842,7 @@
    This will print 'Name:' and 'Address:' as two lines in a single cell
 of the table.
 
-     \begin{tabular}{p{1in}{\hspace{2in}}p{1in}}
+     \begin{tabular}{p{1in}@{\hspace{2in}}p{1in}}
        Name: \newline Address: &Date: \\ \hline
      \end{tabular}
 
@@ -6856,8 +6856,8 @@
 
 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
-those points and not at any of the hyphenation points that LaTeX might
-otherwise have chosen.  This command is robust (*note \protect::).
+those points and not at any of the other hyphenation points that LaTeX
+might otherwise have chosen.  This command is robust (*note \protect::).
 
    LaTeX is good at hyphenating and usually finds most of the correct
 hyphenation points, while almost never using an incorrect one.  The '\-'
@@ -6881,10 +6881,9 @@
 better fit.
 
    The '\-' command only allows LaTeX to break there, it does not
-require that it break there.  You can insist on a split with something
-like 'Hef-\linebreak feron'.  Of course, if you later change the text
-then this forced break may look very odd, so this approach requires
-care.
+require that it break there.  You can force a split with something like
+'Hef-\linebreak feron'.  Of course, if you later change the text then
+this forced break may look very odd, so this approach requires care.
 
 
 File: latex2e.info,  Node: \discretionary,  Next: \fussy & \sloppy,  Prev: \- (hyphenation),  Up: Line breaking
@@ -6902,10 +6901,10 @@
    If a line break occurs at the point where '\discretionary' appears
 then TeX puts PRE-BREAK at the end of the current line and puts
 POST-BREAK at the start of the next line.  If there is no line break
-here then TeX puts NO-BREAK
+here then TeX puts NO-BREAK.
 
    In 'difficult' the three letters 'ffi' form a ligature.  But TeX can
-nonetheless break between the two f's with this.
+nonetheless break between the two 'f''s with this.
 
      di\discretionary{f-}{fi}{ffi}cult
 
@@ -6924,9 +6923,10 @@
 overfull boxes while suffering loose interword spacing.
 
    The default is '\fussy'.  Line breaking in a paragraph is controlled
-by whichever declaration is current at the blank line, or '\par', or
-displayed equation ending that paragraph.  So to affect the line breaks,
-include that paragraph-ending material in the scope of the command.
+by whichever declaration is current at the end of the paragraph, ie. at
+the blank line, or '\par', or displayed equation ending that paragraph.
+So to affect the line breaks, include that paragraph-ending material in
+the scope of the command.
 
 * Menu:
 
@@ -6982,7 +6982,8 @@
      \hyphenation{hat-er il-lit-e-ra-ti tru-th-i-ness}
 
    Use lowercase letters.  TeX will only hyphenate if the word matches
-exactly.  Multiple '\hyphenation' commands accumulate.
+exactly, no inflections are tried.  Multiple '\hyphenation' commands
+accumulate.
 
 
 File: latex2e.info,  Node: \linebreak & \nolinebreak,  Prev: \hyphenation,  Up: Line breaking
@@ -7001,11 +7002,12 @@
      \nolinebreak[ZERO-TO-FOUR]
 
    Encourage or discourage a line break.  The optional ZERO-TO-FOUR is
-an integer that allows you to soften the instruction.  The default is 4,
-so that without the optional argument these commands entirely force or
-prevent the break.  But for instance, '\nolinebreak[1]' is a suggestion
-that another place may be better.  The higher the number, the more
-insistent the request.  Both commands are fragile (*note \protect::).
+an integer lying between 0 and 4 that allows you to soften the
+instruction.  The default is 4, so that without the optional argument
+these commands entirely force or prevent the break.  But for instance,
+'\nolinebreak[1]' is a suggestion that another place may be better.  The
+higher the number, the more insistent the request.  Both commands are
+fragile (*note \protect::).
 
    Here we tell LaTeX that a good place to put a linebreak is after the
 standard legal text.
@@ -7015,7 +7017,7 @@
      underrepresented groups.
 
    When you issue '\linebreak', the spaces in the line are stretched out
-so that it extends to the right margin.  *Note \\:: and *note
+so that the break point reaches the right margin.  *Note \\:: and *note
 \newline::, to have the spaces not stretched out.
 
 
@@ -20712,317 +20714,317 @@
 Node: \\259329
 Node: \obeycr & \restorecr261759
 Node: \newline262570
-Node: \- (hyphenation)263599
-Node: \discretionary265237
-Node: \fussy & \sloppy266125
-Node: sloppypar266908
-Node: \hyphenation268054
-Node: \linebreak & \nolinebreak268648
-Node: Page breaking269796
-Node: \clearpage & \cleardoublepage271826
-Node: \newpage273346
-Node: \enlargethispage274644
-Node: \pagebreak & \nopagebreak275600
-Node: Footnotes277571
-Node: \footnote278717
-Ref: footnote footnoterule279985
-Ref: footnote footnotesep280596
-Node: \footnotemark281662
-Node: \footnotetext284001
-Node: Footnotes in section headings284603
-Node: Footnotes in a table285436
-Node: Footnotes of footnotes288358
-Node: Definitions289062
-Node: \newcommand & \renewcommand290109
-Node: Control sequences295544
-Node: \providecommand296899
-Node: \makeatletter & \makeatother298064
-Node: \@ifstar300166
-Node: \newcounter303651
-Node: \newlength305371
-Node: \newsavebox306294
-Node: \newenvironment & \renewenvironment307273
-Node: \newtheorem312597
-Node: \newfont316169
-Node: \protect317402
-Node: \ignorespaces & \ignorespacesafterend319790
-Node: xspace package322540
-Node: Counters324749
-Node: \alph \Alph \arabic \roman \Roman \fnsymbol326450
-Node: \usecounter329075
-Node: \value329934
-Node: \setcounter330987
-Node: \addtocounter331583
-Node: \refstepcounter332037
-Node: \stepcounter332706
-Node: \day & \month & \year333259
-Node: Lengths334168
-Node: Units of length338756
-Ref: units of length pt338959
-Ref: units of length pc339059
-Ref: units of length in339082
-Ref: units of length bp339108
-Ref: units of length cm339239
-Ref: units of length mm339261
-Ref: units of length dd339283
-Ref: units of length cc339315
-Ref: units of length sp339340
-Ref: Lengths/em339371
-Ref: Lengths/en339371
-Ref: Lengths/ex339371
-Ref: units of length em339371
-Ref: units of length en339371
-Ref: units of length ex339371
-Node: \setlength340227
-Node: \addtolength341410
-Node: \settodepth342833
-Node: \settoheight343821
-Node: \settowidth344819
-Node: \stretch345824
-Node: Expressions347026
-Node: Making paragraphs351840
-Node: \par354169
-Node: \indent & \noindent356215
-Node: \parindent & \parskip357750
-Node: Marginal notes359057
-Ref: marginal notes marginparpush360453
-Ref: marginal notes marginparsep360627
-Ref: marginal notes marginparwidth360759
-Node: Math formulas361108
-Node: Subscripts & superscripts364156
-Node: Math symbols366317
-Node: Arrows390088
-Node: \boldmath & \unboldmath391276
-Node: Blackboard bold392795
-Node: Calligraphic393597
-Node: Delimiters394128
-Node: \left & \right396316
-Node: \bigl & \bigr etc.400324
-Node: Dots403077
-Ref: ellipses cdots403508
-Ref: ellipses ddots403653
-Ref: ellipses ldots403734
-Ref: ellipses vdots404151
-Node: Greek letters405335
-Node: Math functions407014
-Node: Math accents408658
-Node: Over- and Underlining409557
-Node: Spacing in math mode411384
-Ref: spacing in math mode thickspace412315
-Ref: spacing in math mode medspace412766
-Ref: Spacing in math mode/\thinspace413222
-Ref: spacing in math mode thinspace413222
-Ref: spacing in math mode negthinspace413703
-Ref: spacing in math mode quad414076
-Ref: spacing in math mode qquad414332
-Node: \smash414670
-Node: \phantom & \vphantom & \hphantom416887
-Node: \mathstrut419461
-Node: Math styles420423
-Node: Math miscellany423163
-Node: Colon character & \colon423660
-Node: \*424353
-Node: \frac424933
-Node: \sqrt425304
-Node: \stackrel425890
-Node: Modes426163
-Ref: modes paragraph mode426613
-Ref: modes lr mode426925
-Ref: modes math mode427531
-Ref: modes vertical mode427866
-Ref: modes internal vertical mode428084
-Ref: modes inner paragraph mode428607
-Ref: modes outer paragraph mode428607
-Node: \ensuremath429021
-Node: Page styles429726
-Node: \maketitle430489
-Node: \pagenumbering433507
-Node: \pagestyle435495
-Node: \thispagestyle438997
-Node: Spaces439951
-Node: \enspace & \quad & \qquad441271
-Node: \hspace442186
-Node: \hfill444043
-Node: \hss445107
-Node: \spacefactor445801
-Node: \@449208
-Ref: \AT449328
-Node: \frenchspacing & \nonfrenchspacing451268
-Ref: \frenchspacing451386
-Node: \normalsfcodes452188
-Node: \(SPACE)452456
-Ref: Leading blanks454396
-Node: ~454709
-Node: \thinspace & \negthinspace457500
-Node: \/458698
-Node: \hrulefill & \dotfill460656
-Node: \bigskip & \medskip & \smallskip462012
-Ref: bigskip462830
-Ref: medskip463034
-Ref: smallskip463243
-Node: \bigbreak & \medbreak & \smallbreak463904
-Node: \strut464890
-Node: \vspace468127
-Node: \vfill469688
-Node: \addvspace470616
-Node: Boxes472662
-Node: \mbox & \makebox473368
-Ref: mbox makebox depth474636
-Ref: mbox makebox height474636
-Ref: mbox makebox width474636
-Ref: mbox makebox totalheight474636
-Node: \fbox & \framebox476731
-Ref: fbox framebox fboxrule478038
-Ref: fbox framebox fboxsep478228
-Node: \parbox479330
-Node: \raisebox481636
-Ref: raisebox depth482609
-Ref: raisebox height482609
-Ref: raisebox width482609
-Ref: raisebox totalheight482609
-Node: \sbox & \savebox483310
-Node: lrbox486372
-Node: \usebox487258
-Node: Color487697
-Node: Color package options488496
-Node: Color models490142
-Ref: color models cmyk490939
-Ref: color models gray491302
-Ref: color models rgb491451
-Ref: color models RGB491788
-Ref: color models named492163
-Node: Commands for color492451
-Node: Define colors492866
-Node: Colored text493591
-Node: Colored boxes495988
-Node: Colored pages497377
-Node: Graphics498070
-Node: Graphics package options500196
-Node: Graphics package configuration502949
-Node: \graphicspath503751
-Node: \DeclareGraphicsExtensions506709
-Node: \DeclareGraphicsRule508527
-Node: Commands for graphics511708
-Node: \includegraphics512213
-Ref: includegraphics width517276
-Ref: includegraphics height517809
-Ref: includegraphics totalheight518215
-Ref: includegraphics keepaspectratio518479
-Ref: includegraphics viewport520165
-Ref: includegraphics trim520560
-Ref: includegraphics clip521016
-Ref: includegraphics page521276
-Ref: includegraphics pagebox521367
-Ref: includegraphics interpolate522232
-Ref: includegraphics quiet522437
-Ref: includegraphics draft522598
-Ref: includegraphics bb523403
-Ref: includegraphics bbllx523801
-Ref: includegraphics bblly523801
-Ref: includegraphics bburx523801
-Ref: includegraphics bbury523801
-Ref: includegraphics natwidth523943
-Ref: includegraphics natheight523943
-Ref: includegraphics hiresbb524129
-Ref: includegraphics type524891
-Ref: includegraphics ext524931
-Ref: includegraphics read525034
-Ref: includegraphics command525151
-Node: \rotatebox525397
-Node: \scalebox528251
-Node: \resizebox529307
-Node: Special insertions530499
-Node: Reserved characters531367
-Node: Upper and lower case532627
-Node: Symbols by font position535013
-Node: Text symbols535692
-Node: Accents540676
-Node: \accent542961
-Node: Additional Latin letters544723
-Ref: Non-English characters544905
-Node: inputenc package545924
-Ref: \inputencoding548140
-Node: \rule548476
-Node: \today549664
-Node: Splitting the input550600
-Node: \endinput552342
-Node: \include & \includeonly553645
-Node: \input557942
-Node: Front/back matter559157
-Node: Table of contents etc.559490
-Node: \@dottedtocline565195
-Node: \addcontentsline566782
-Node: \addtocontents569845
-Node: \contentsline572062
-Node: \nofiles573840
-Node: \numberline574591
-Node: Indexes575755
-Node: Produce the index manually578549
-Node: \index579711
-Node: makeindex584922
-Ref: makeindex preamble586590
-Ref: makeindex postamble586736
-Ref: makeindex group skip586832
-Ref: makeindex letheadflag587172
-Ref: makeindex lethead prefix587633
-Ref: makeindex lethead suffix587785
-Ref: makeindex item 0587933
-Ref: makeindex item 1588013
-Ref: makeindex item 2588088
-Ref: makeindex item 01588166
-Ref: makeindex item x1588271
-Ref: makeindex item 12588476
-Ref: makeindex item x2588584
-Ref: makeindex delim 0588744
-Ref: makeindex delim 1588874
-Ref: makeindex delim 2589004
-Ref: makeindex delim n589130
-Ref: makeindex delim r589265
-Ref: makeindex line max589373
-Ref: makeindex indent space589508
-Ref: makeindex indent length589603
-Ref: makeindex page precedence589788
-Node: \printindex590825
-Node: Glossaries591298
-Node: \newglossaryentry593265
-Node: \gls594732
-Node: Letters595526
-Node: \address599144
-Node: \cc599955
-Node: \closing600397
-Node: \encl600711
-Node: \location601125
-Node: \makelabels601389
-Node: \name603706
-Node: \opening603947
-Node: \ps604228
-Node: \signature604517
-Node: \telephone605745
-Node: Input/output606110
-Node: \openin & \openout606840
-Node: \read609583
-Node: \typein610770
-Node: \typeout612030
-Node: \write613070
-Node: \write and security617797
-Node: \message618741
-Node: \wlog620570
-Node: \write18621071
-Node: Command line interface624562
-Ref: Command line624726
-Node: Command line options626879
-Ref: interaction modes627882
-Ref: output directory628836
-Node: Command line input630535
-Node: Jobname632652
-Node: Recovering from errors635895
-Node: Document templates637323
-Node: beamer template637757
-Node: article template638399
-Node: book template638862
-Node: Larger book template639341
-Node: Index640883
-Ref: Command Index640969
+Node: \- (hyphenation)263611
+Node: \discretionary265251
+Node: \fussy & \sloppy266142
+Node: sloppypar266957
+Node: \hyphenation268103
+Node: \linebreak & \nolinebreak268723
+Node: Page breaking269903
+Node: \clearpage & \cleardoublepage271933
+Node: \newpage273453
+Node: \enlargethispage274751
+Node: \pagebreak & \nopagebreak275707
+Node: Footnotes277678
+Node: \footnote278824
+Ref: footnote footnoterule280092
+Ref: footnote footnotesep280703
+Node: \footnotemark281769
+Node: \footnotetext284108
+Node: Footnotes in section headings284710
+Node: Footnotes in a table285543
+Node: Footnotes of footnotes288465
+Node: Definitions289169
+Node: \newcommand & \renewcommand290216
+Node: Control sequences295651
+Node: \providecommand297006
+Node: \makeatletter & \makeatother298171
+Node: \@ifstar300273
+Node: \newcounter303758
+Node: \newlength305478
+Node: \newsavebox306401
+Node: \newenvironment & \renewenvironment307380
+Node: \newtheorem312704
+Node: \newfont316276
+Node: \protect317509
+Node: \ignorespaces & \ignorespacesafterend319897
+Node: xspace package322647
+Node: Counters324856
+Node: \alph \Alph \arabic \roman \Roman \fnsymbol326557
+Node: \usecounter329182
+Node: \value330041
+Node: \setcounter331094
+Node: \addtocounter331690
+Node: \refstepcounter332144
+Node: \stepcounter332813
+Node: \day & \month & \year333366
+Node: Lengths334275
+Node: Units of length338863
+Ref: units of length pt339066
+Ref: units of length pc339166
+Ref: units of length in339189
+Ref: units of length bp339215
+Ref: units of length cm339346
+Ref: units of length mm339368
+Ref: units of length dd339390
+Ref: units of length cc339422
+Ref: units of length sp339447
+Ref: Lengths/em339478
+Ref: Lengths/en339478
+Ref: Lengths/ex339478
+Ref: units of length em339478
+Ref: units of length en339478
+Ref: units of length ex339478
+Node: \setlength340334
+Node: \addtolength341517
+Node: \settodepth342940
+Node: \settoheight343928
+Node: \settowidth344926
+Node: \stretch345931
+Node: Expressions347133
+Node: Making paragraphs351947
+Node: \par354276
+Node: \indent & \noindent356322
+Node: \parindent & \parskip357857
+Node: Marginal notes359164
+Ref: marginal notes marginparpush360560
+Ref: marginal notes marginparsep360734
+Ref: marginal notes marginparwidth360866
+Node: Math formulas361215
+Node: Subscripts & superscripts364263
+Node: Math symbols366424
+Node: Arrows390195
+Node: \boldmath & \unboldmath391383
+Node: Blackboard bold392902
+Node: Calligraphic393704
+Node: Delimiters394235
+Node: \left & \right396423
+Node: \bigl & \bigr etc.400431
+Node: Dots403184
+Ref: ellipses cdots403615
+Ref: ellipses ddots403760
+Ref: ellipses ldots403841
+Ref: ellipses vdots404258
+Node: Greek letters405442
+Node: Math functions407121
+Node: Math accents408765
+Node: Over- and Underlining409664
+Node: Spacing in math mode411491
+Ref: spacing in math mode thickspace412422
+Ref: spacing in math mode medspace412873
+Ref: Spacing in math mode/\thinspace413329
+Ref: spacing in math mode thinspace413329
+Ref: spacing in math mode negthinspace413810
+Ref: spacing in math mode quad414183
+Ref: spacing in math mode qquad414439
+Node: \smash414777
+Node: \phantom & \vphantom & \hphantom416994
+Node: \mathstrut419568
+Node: Math styles420530
+Node: Math miscellany423270
+Node: Colon character & \colon423767
+Node: \*424460
+Node: \frac425040
+Node: \sqrt425411
+Node: \stackrel425997
+Node: Modes426270
+Ref: modes paragraph mode426720
+Ref: modes lr mode427032
+Ref: modes math mode427638
+Ref: modes vertical mode427973
+Ref: modes internal vertical mode428191
+Ref: modes inner paragraph mode428714
+Ref: modes outer paragraph mode428714
+Node: \ensuremath429128
+Node: Page styles429833
+Node: \maketitle430596
+Node: \pagenumbering433614
+Node: \pagestyle435602
+Node: \thispagestyle439104
+Node: Spaces440058
+Node: \enspace & \quad & \qquad441378
+Node: \hspace442293
+Node: \hfill444150
+Node: \hss445214
+Node: \spacefactor445908
+Node: \@449315
+Ref: \AT449435
+Node: \frenchspacing & \nonfrenchspacing451375
+Ref: \frenchspacing451493
+Node: \normalsfcodes452295
+Node: \(SPACE)452563
+Ref: Leading blanks454503
+Node: ~454816
+Node: \thinspace & \negthinspace457607
+Node: \/458805
+Node: \hrulefill & \dotfill460763
+Node: \bigskip & \medskip & \smallskip462119
+Ref: bigskip462937
+Ref: medskip463141
+Ref: smallskip463350
+Node: \bigbreak & \medbreak & \smallbreak464011
+Node: \strut464997
+Node: \vspace468234
+Node: \vfill469795
+Node: \addvspace470723
+Node: Boxes472769
+Node: \mbox & \makebox473475
+Ref: mbox makebox depth474743
+Ref: mbox makebox height474743
+Ref: mbox makebox width474743
+Ref: mbox makebox totalheight474743
+Node: \fbox & \framebox476838
+Ref: fbox framebox fboxrule478145
+Ref: fbox framebox fboxsep478335
+Node: \parbox479437
+Node: \raisebox481743
+Ref: raisebox depth482716
+Ref: raisebox height482716
+Ref: raisebox width482716
+Ref: raisebox totalheight482716
+Node: \sbox & \savebox483417
+Node: lrbox486479
+Node: \usebox487365
+Node: Color487804
+Node: Color package options488603
+Node: Color models490249
+Ref: color models cmyk491046
+Ref: color models gray491409
+Ref: color models rgb491558
+Ref: color models RGB491895
+Ref: color models named492270
+Node: Commands for color492558
+Node: Define colors492973
+Node: Colored text493698
+Node: Colored boxes496095
+Node: Colored pages497484
+Node: Graphics498177
+Node: Graphics package options500303
+Node: Graphics package configuration503056
+Node: \graphicspath503858
+Node: \DeclareGraphicsExtensions506816
+Node: \DeclareGraphicsRule508634
+Node: Commands for graphics511815
+Node: \includegraphics512320
+Ref: includegraphics width517383
+Ref: includegraphics height517916
+Ref: includegraphics totalheight518322
+Ref: includegraphics keepaspectratio518586
+Ref: includegraphics viewport520272
+Ref: includegraphics trim520667
+Ref: includegraphics clip521123
+Ref: includegraphics page521383
+Ref: includegraphics pagebox521474
+Ref: includegraphics interpolate522339
+Ref: includegraphics quiet522544
+Ref: includegraphics draft522705
+Ref: includegraphics bb523510
+Ref: includegraphics bbllx523908
+Ref: includegraphics bblly523908
+Ref: includegraphics bburx523908
+Ref: includegraphics bbury523908
+Ref: includegraphics natwidth524050
+Ref: includegraphics natheight524050
+Ref: includegraphics hiresbb524236
+Ref: includegraphics type524998
+Ref: includegraphics ext525038
+Ref: includegraphics read525141
+Ref: includegraphics command525258
+Node: \rotatebox525504
+Node: \scalebox528358
+Node: \resizebox529414
+Node: Special insertions530606
+Node: Reserved characters531474
+Node: Upper and lower case532734
+Node: Symbols by font position535120
+Node: Text symbols535799
+Node: Accents540783
+Node: \accent543068
+Node: Additional Latin letters544830
+Ref: Non-English characters545012
+Node: inputenc package546031
+Ref: \inputencoding548247
+Node: \rule548583
+Node: \today549771
+Node: Splitting the input550707
+Node: \endinput552449
+Node: \include & \includeonly553752
+Node: \input558049
+Node: Front/back matter559264
+Node: Table of contents etc.559597
+Node: \@dottedtocline565302
+Node: \addcontentsline566889
+Node: \addtocontents569952
+Node: \contentsline572169
+Node: \nofiles573947
+Node: \numberline574698
+Node: Indexes575862
+Node: Produce the index manually578656
+Node: \index579818
+Node: makeindex585029
+Ref: makeindex preamble586697
+Ref: makeindex postamble586843
+Ref: makeindex group skip586939
+Ref: makeindex letheadflag587279
+Ref: makeindex lethead prefix587740
+Ref: makeindex lethead suffix587892
+Ref: makeindex item 0588040
+Ref: makeindex item 1588120
+Ref: makeindex item 2588195
+Ref: makeindex item 01588273
+Ref: makeindex item x1588378
+Ref: makeindex item 12588583
+Ref: makeindex item x2588691
+Ref: makeindex delim 0588851
+Ref: makeindex delim 1588981
+Ref: makeindex delim 2589111
+Ref: makeindex delim n589237
+Ref: makeindex delim r589372
+Ref: makeindex line max589480
+Ref: makeindex indent space589615
+Ref: makeindex indent length589710
+Ref: makeindex page precedence589895
+Node: \printindex590932
+Node: Glossaries591405
+Node: \newglossaryentry593372
+Node: \gls594839
+Node: Letters595633
+Node: \address599251
+Node: \cc600062
+Node: \closing600504
+Node: \encl600818
+Node: \location601232
+Node: \makelabels601496
+Node: \name603813
+Node: \opening604054
+Node: \ps604335
+Node: \signature604624
+Node: \telephone605852
+Node: Input/output606217
+Node: \openin & \openout606947
+Node: \read609690
+Node: \typein610877
+Node: \typeout612137
+Node: \write613177
+Node: \write and security617904
+Node: \message618848
+Node: \wlog620677
+Node: \write18621178
+Node: Command line interface624669
+Ref: Command line624833
+Node: Command line options626986
+Ref: interaction modes627989
+Ref: output directory628943
+Node: Command line input630642
+Node: Jobname632759
+Node: Recovering from errors636002
+Node: Document templates637430
+Node: beamer template637864
+Node: article template638506
+Node: book template638969
+Node: Larger book template639448
+Node: Index640990
+Ref: Command Index641076
 
 End Tag Table
 

Modified: trunk/latex2e.pdf
===================================================================
(Binary files differ)

Modified: trunk/latex2e.texi
===================================================================
--- trunk/latex2e.texi	2021-08-26 15:20:00 UTC (rev 1028)
+++ trunk/latex2e.texi	2021-08-27 14:39:05 UTC (rev 1029)
@@ -100,8 +100,10 @@
 <p>This manual has two versions.  One has <a
 href="https://latexref.xyz/">separate web pages for each section or
 subsection</a>.  It's also available as a <a
-href="https://latexref.xyz/dev/latex2e.html">single web page</a> and
-as a <a href="https://latexref.xyz/dev/latex2e.pdf">pdf</a>.</p>
+href="https://latexref.xyz/dev/latex2e.html">single web page</a> and as
+a <a href="https://latexref.xyz/dev/latex2e.pdf">pdf</a>.  Note that
+there is also a separately-maintained <a
+href="https://latexref.xyz/fr/">French edition</a>.</p>
 
 <p> This document is not official.  It has not been reviewed by the
 LaTeX maintainers.  Our goal is to cover all (non-private) LaTeX



More information about the latexrefman-commits mailing list.