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

karl at gnu.org.ua karl at gnu.org.ua
Mon May 11 03:07:12 CEST 2020


Author: karl
Date: 2020-05-11 04:07:11 +0300 (Mon, 11 May 2020)
New Revision: 810

Modified:
   trunk/ChangeLog
   trunk/aspell.en.pws
   trunk/latex2e.texi
Log:
omit angle brackets around key names

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2020-05-07 10:41:19 UTC (rev 809)
+++ trunk/ChangeLog	2020-05-11 01:07:11 UTC (rev 810)
@@ -1,3 +1,9 @@
+2020-05-10  Karl Berry  <karl at freefriends.org>
+
+	* latex2e.texi: use @kbd{RETURN}, etc., throughout,
+	not <RETURN>.
+	(Sectioning) <secnumdepth>: reword to avoid bad line breaks.
+
 2020-05-07  Vincent Belaïche  <vincentb1 at users.sourceforge.net>
 
 	* latex2e-fr.texi (\subsubsection & \paragraph & \subparagraph):

Modified: trunk/aspell.en.pws
===================================================================
--- trunk/aspell.en.pws	2020-05-07 10:41:19 UTC (rev 809)
+++ trunk/aspell.en.pws	2020-05-11 01:07:11 UTC (rev 810)
@@ -263,3 +263,4 @@
 xindy
 xyz
 zet
+scrollmode

Modified: trunk/latex2e.texi
===================================================================
--- trunk/latex2e.texi	2020-05-07 10:41:19 UTC (rev 809)
+++ trunk/latex2e.texi	2020-05-11 01:07:11 UTC (rev 810)
@@ -3213,16 +3213,16 @@
 @cindex section numbers, printing
 @anchor{sectioning secnumdepth}
 @anchor{Sectioning/secnumdepth}
-Controls which sectioning commands are
-numbered.  Suppress numbering of sectioning at any depth greater than
- at var{level} with @code{\setcounter@{secnumdepth@}@{@var{level}@}}
-(@pxref{\setcounter}).  See the above table for the level numbers.  For
-instance, if the @code{secnumdepth} is 1 in an @code{article} then a
- at code{\section@{Introduction@}} command will produce output like @samp{1
-Introduction} while @code{\subsection@{Discussion@}} will produce output
-like @samp{Discussion}, without the number. @LaTeX{}'s default
- at code{secnumdepth} is at tie{}3 in @file{article} class and @tie{}2 in the
- at file{book} and @file{report} classes.
+Controls which sectioning unit are numbered.  Setting the counter with
+ at code{\setcounter@{secnumdepth@}@{@var{level}@}} will suppress
+numbering of sectioning at any depth greater than @var{level}
+(@pxref{\setcounter}).  See the above table for the level numbers.
+For instance, if the @code{secnumdepth} is 1 in an @code{article} then
+a @code{\section@{Introduction@}} command will produce output like
+ at samp{1 Introduction} while @code{\subsection@{Discussion@}} will
+produce output like @samp{Discussion}, without the number. @LaTeX{}'s
+default @code{secnumdepth} is at tie{}3 in @file{article} class and
+ at tie{}2 in the @file{book} and @file{report} classes.
 
 @item tocdepth
 @findex tocdepth @r{counter}
@@ -20146,7 +20146,7 @@
 
 If you gave no arguments or options then @command{pdflatex} prompts for
 input from the terminal. You can escape from this by entering
- at kbd{<control>-D}.
+ at kbd{CTRL-D}.
 
 If @LaTeX{} finds an error in your document then by default it stops and
 asks you about it.  @xref{Recovering from errors} for an outline of what
@@ -20187,16 +20187,20 @@
 @anchor{interaction modes}
 @findex --interaction @r{command-line option}
 @item -interaction=@var{mode}
+ at cindex batchmode
+ at cindex scrollmode
+ at cindex errorstopmode
+ at cindex nonstopmode
 @TeX{} compiles a document in one of four interaction modes:
 @code{batchmode}, @code{nonstopmode}, @code{scrollmode},
- at code{errorstopmode}. In @dfn{errorstop mode} (the default), @TeX{}
-stops at each error and asks for user intervention. In @dfn{batch
-mode} it prints nothing on the terminal, errors are scrolled as if the
-user hit @kbd{<return>} at every error, and missing files cause the
-job to abort. In @dfn{nonstop mode}, diagnostic message appear on the
-terminal but as in batch mode there is no user interaction. In
- at dfn{scroll mode}, @TeX{} only stops for missing files or keyboard
-input.
+ at code{errorstopmode}. In @dfn{errorstopmode} (the default), @TeX{}
+stops at each error and asks for user intervention. In @dfn{batchmode}
+it prints nothing on the terminal, errors are scrolled as if the user
+hit @kbd{RETURN} at every error, and missing files cause the job to
+abort. In @dfn{nonstopmode}, diagnostic message appear on the terminal
+but as in batch mode there is no user interaction. In
+ at dfn{scrollmode}, @TeX{} stops for missing files or keyboard
+input, but nothing else.
 
 For instance, starting @LaTeX{} with this command line
 
@@ -20364,8 +20368,8 @@
 @end example
 
 @noindent
-The simplest thing is to enter @samp{x} and @kbd{<return>} and fix the
-typo.  You could instead enter @samp{?} and @kbd{<return>} to see other
+The simplest thing is to enter @kbd{x} and @kbd{RETURN} and fix the
+typo.  You could instead enter @kbd{?} and @kbd{RETURN} to see other
 options.
 
 @cindex @samp{*} prompt
@@ -20374,7 +20378,7 @@
 There are two other error scenarios.  The first is that you forgot to
 include the @code{\end@{document@}} or misspelled it.  In this case
 @LaTeX{} gives you a @samp{*} prompt.  You can get back to the command
-line by typing @code{\stop} and @kbd{<return>}.
+line by typing @kbd{\stop} and @kbd{RETURN}.
 
 The last scenario is that you mistyped the filename.  For instance,
 instead of @code{pdflatex test} you might type @code{pdflatex tste}.
@@ -20388,8 +20392,8 @@
 @end example
 
 @noindent
-The simplest thing is to enter @kbd{<Control>} and @kbd{d} (holding
-them down at the same time), and then retype the correct command line.
+The simplest thing is to enter @kbd{CTRL d} (holding the Control and d
+keys down at the same time), and then retype the correct command line.
 
 
 @node Document templates
@@ -20400,7 +20404,7 @@
 
 Although not reference material, perhaps these document templates will
 be useful.  Additional template resources are listed at
- at url{http://tug.org/interest.html#latextemplates}.
+ at url{https://tug.org/interest.html#latextemplates}.
 
 @menu
 * beamer template::



More information about the latexrefman-commits mailing list.