[latexrefman-commits] [SCM] latexrefman updated: r1031 - trunk
Vincent Belaiche
INVALID.NOREPLY at gnu.org.ua
Wed Sep 1 19:02:05 CEST 2021
Author: vincentb1
Date: 2021-09-01 17:02:05 +0000 (Wed, 01 Sep 2021)
New Revision: 1031
Modified:
trunk/ChangeLog
trunk/common.texi
trunk/latex2e.texi
Log:
[en] Fix some PDF output Math symbols, and more.
* latex2e.texi (\DeclareTextSymbol): Fix \guillemotleft TeX output.
(\parindent & \parskip): Use @dmn, plus some rewording, classes
not styles.
(Blackboard bold): Use new math symbol \mathbbN defined in
common.texi.
(Delimiters): ``starred version'' -> ``starred form''.
(\left & \right): Add linke to node ``Reserved
characters''. ``contained'' -> ``enclosed'' for consistency.
(\bigl & \bigr etc.): Insert a space for the info output. Reword
``be the same'' -> ``match together'', ``and'' -> ``or''.
(Produce the index manually): @command{...}-ify ``makeindex''.
* common.texi (\mathbbN): New math symbol.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2021-08-31 21:55:54 UTC (rev 1030)
+++ trunk/ChangeLog 2021-09-01 17:02:05 UTC (rev 1031)
@@ -1,3 +1,19 @@
+2021-09-01 Vincent Bela\"iche <vincentb1 at users.sourceforge.net>
+
+ * common.texi (\mathbbN): New math symbol.
+
+ * latex2e.texi (\DeclareTextSymbol): Fix \guillemotleft TeX output.
+ (\parindent & \parskip): Use @dmn, plus some rewording, classes
+ not styles.
+ (Blackboard bold): Use new math symbol \mathbbN defined in
+ common.texi.
+ (Delimiters): ``starred version'' -> ``starred form''.
+ (\left & \right): Add linke to node ``Reserved
+ characters''. ``contained'' -> ``enclosed'' for consistency.
+ (\bigl & \bigr etc.): Insert a space for the info output. Reword
+ ``be the same'' -> ``match together'', ``and'' -> ``or''.
+ (Produce the index manually): @command{...}-ify ``makeindex''.
+
2021-08-26 Vincent Bela\"iche <vincentb1 at users.sourceforge.net>
* latex2e.texi (\newline): Clarify phrase ``prior text''. Fix
Modified: trunk/common.texi
===================================================================
--- trunk/common.texi 2021-08-31 21:55:54 UTC (rev 1030)
+++ trunk/common.texi 2021-09-01 17:02:05 UTC (rev 1031)
@@ -55,6 +55,9 @@
\lasymathchardef{2003}{\rhd}
\lasymathchardef{2002}{\unlhd}
\lasymathchardef{2004}{\unrhd}
+\font\tenmathbb = msbm10
+% use \hbox to force horizontal mode, as \mathbbN is to be called from Math mode.
+\def\mathbbN{{\hbox{\tenmathbb N}}}
%
% must explicitly reset before the (at)end tex, not let the (at)end group
% reset it; else internal Texinfo variables get messed up.
Modified: trunk/latex2e.texi
===================================================================
--- trunk/latex2e.texi 2021-08-31 21:55:54 UTC (rev 1030)
+++ trunk/latex2e.texi 2021-09-01 17:02:05 UTC (rev 1031)
@@ -1933,7 +1933,7 @@
mathematics.
For example, this line from @file{t1enc.def} declares the number of the
-glyph to use for @BES{00AB}, the left guillemet.
+glyph to use for @BES{00AB,\hbox{\guillemotleft}}, the left guillemet.
@example
\DeclareTextSymbol@{\guillemotleft@}@{T1@}@{19@}
@@ -11786,17 +11786,19 @@
The document will have paragraphs that are not indented, but instead
are vertically separated by about the height of a lowercase @samp{x}.
-In standard @LaTeX{} documents, the default value for @code{\parindent}
-in one-column documents is @code{15pt} when the default text size is
- at code{10pt}, @code{17pt} for @code{11pt}, and @code{1.5em} for
- at code{12pt}. In two-column documents it is @code{1em}. (These values
-are set before @LaTeX{} calls @code{\normalfont} so @code{em} is derived
-from the default font, Computer Modern. If you use a different font
-then to set @code{\parindent} in units matching that font, do
- at code{\AtBeginDocument@{\setlength@{\parindent@}@{1em@}@}}.)
+In @LaTeX{} standard class documents, the default value for
+ at code{\parindent} in one-column documents is @code{15pt} when the
+default text size is @code{10pt}, @code{17pt} for @code{11pt}, and
+ at code{1.5em} for @code{12pt}. In two-column documents it is @code{1em}.
+(These values are set before @LaTeX{} calls @code{\normalfont} so
+ at code{em} is derived from the default font, Computer Modern. If you use
+a different font then to set @code{\parindent} to 1 at dmn{em} matching
+that font, put
+ at code{\AtBeginDocument@{\setlength@{\parindent@}@{1em@}@}} in the
+preamble.)
The default value for @code{\parskip} in @LaTeX{}'s standard document
-styles is @code{0pt plus1pt}.
+classes is @code{0pt plus1pt}.
@node Marginal notes
@@ -13139,7 +13141,7 @@
@end example
@noindent
-the @code{\mathbb@{N@}} gives blackboard bold symbol @BES{2115},
+the @code{\mathbb@{N@}} gives blackboard bold symbol @BES{2115,\mathbbN},
representing the natural numbers.
If you use other than an uppercase letter then you do not get an error
@@ -13238,15 +13240,15 @@
delimiters. For instance, if you put
@code{\DeclarePairedDelimiter\abs@{\lvert@}@{\rvert@}} in your preamble
then you get two commands for single-line vertical bars (they only work
-in math mode). The starred version, such as
+in math mode). The starred form, such as
@code{\abs*@{\frac@{22@}@{7@}@}}, has the height of the vertical bars
-match the height of the argument. The unstarred version, such as
+match the height of the argument. The unstarred form, such as
@code{\abs@{\frac@{22@}@{7@}@}}, has the bars fixed at a default height.
-This version accepts an optional argument, as in @code{\abs[@var{size
+This form accepts an optional argument, as in @code{\abs[@var{size
command}]@{\frac@{22@}@{7@}@}}, where the height of the bars is given in
- at var{size command}, such as @code{\Bigg}. Using @code{\lVert} and
- at code{\rVert} as the symbols will give you a norm symbol with the same
-behavior.
+ at var{size command}, such as @code{\Bigg}. Using instead @code{\lVert}
+and @code{\rVert} as the symbols will give you a norm symbol with the
+same behavior.
@menu
* \left & \right:: Automatically sized delimiters.
@@ -13313,9 +13315,9 @@
@noindent
Note that to get a curly brace as a delimiter you must prefix it with a
-backslash, @code{\@{}. (The packages @package{amsmath} and
- at package{mathtools} allow you to get the above construct through in a
- at code{cases} environment.)
+backslash, @code{\@{} (@pxref{Reserved characters}). (The packages
+ at package{amsmath} and @package{mathtools} allow you to get the above
+construct through in a @code{cases} environment.)
The @code{\left ... \right} pair make a group. One consequence is that
the formula enclosed in the @code{\left ... \right} pair cannot have
@@ -13362,7 +13364,7 @@
width, with no stretching or shrinking to make the line fit better.
@TeX{} scales the delimiters according to the height and depth of the
-contained formula. Here @LaTeX{} grows the brackets to extend the full
+enclosed formula. Here @LaTeX{} grows the brackets to extend the full
height of the integral.
@example
@@ -13407,10 +13409,10 @@
Synopsis, one of:
@example
-\bigl at var{delimiter1} ... \bigr at var{delimiter2}
-\Bigl at var{delimiter1} ... \bigr at var{delimiter2}
-\biggl at var{delimiter1} ... \biggr at var{delimiter2}
-\Biggl at var{delimiter1} ... \Biggr at var{delimiter2}
+\bigl at inlinefmt{info, at tie{}}@var{delimiter1} ... \bigr at inlinefmt{info, at tie{}}@var{delimiter2}
+\Bigl at inlinefmt{info, at tie{}}@var{delimiter1} ... \bigr at inlinefmt{info, at tie{}}@var{delimiter2}
+\biggl at inlinefmt{info, at tie{}}@var{delimiter1} ... \biggr at inlinefmt{info, at tie{}}@var{delimiter2}
+\Biggl at inlinefmt{info, at tie{}}@var{delimiter1} ... \Biggr at inlinefmt{info, at tie{}}@var{delimiter2}
@end example
@noindent
@@ -13418,20 +13420,20 @@
paired, see below), or one of:
@example
-\bigm at var{delimiter}
-\Bigm at var{delimiter}
-\biggm at var{delimiter}
-\Biggm at var{delimiter}
+\bigm at inlinefmt{info, at tie{}}@var{delimiter}
+\Bigm at inlinefmt{info, at tie{}}@var{delimiter}
+\biggm at inlinefmt{info, at tie{}}@var{delimiter}
+\Biggm at inlinefmt{info, at tie{}}@var{delimiter}
@end example
@noindent
(as with @code{\bigm|}), or one of:
@example
-\big at var{delimiter}
-\Big at var{delimiter}
-\bigg at var{delimiter}
-\Bigg at var{delimiter}
+\big at inlinefmt{info, at tie{}}@var{delimiter}
+\Big at inlinefmt{info, at tie{}}@var{delimiter}
+\bigg at inlinefmt{info, at tie{}}@var{delimiter}
+\Bigg at inlinefmt{info, at tie{}}@var{delimiter}
@end example
@noindent
@@ -13452,8 +13454,8 @@
for displayed equations.
@xref{Delimiters}, for a list of the common delimiters. In the family of
-commands with @samp{l} and @samp{r}, @var{delimiter1} and
- at var{delimiter2} need not be the same.
+commands with @samp{l} or at tie{}@samp{r}, @var{delimiter1} and
+ at var{delimiter2} need not match together.
The @samp{l} and @samp{r} commands produce open and close delimiters
that insert no horizontal space between a preceding atom and the
@@ -13495,7 +13497,7 @@
@end example
Unlike the @code{\left...\right} pair (@pxref{\left & \right}), the
-commands here with @samp{l} and at tie{}@samp{r} do not make a group.
+commands here with @samp{l} or at tie{}@samp{r} do not make a group.
Strictly speaking they need not be matched so you can write something
like this.
@@ -19930,7 +19932,7 @@
Note that the author must enter the page numbers, which is tedious and
which will result in wrong numbers if the document changes. This is why
-in most cases automated methods such as makeindex are best.
+in most cases automated methods such as @command{makeindex} are best.
@xref{Indexes}.
@findex \item
More information about the latexrefman-commits
mailing list.