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

karl at gnu.org.ua karl at gnu.org.ua
Fri Mar 16 15:47:29 CET 2018


Author: karl
Date: 2018-03-16 16:47:28 +0200 (Fri, 16 Mar 2018)
New Revision: 612

Modified:
   trunk/aspell.en.pws
   trunk/latex2e.texi
Log:
typos

Modified: trunk/aspell.en.pws
===================================================================
--- trunk/aspell.en.pws	2018-03-14 15:19:29 UTC (rev 611)
+++ trunk/aspell.en.pws	2018-03-16 14:47:28 UTC (rev 612)
@@ -105,3 +105,13 @@
 mfirstuc
 texi
 outdent
+ArtBox
+BleedBox
+builtin
+CropBox
+MediaBox
+pixelation
+radians
+rescale
+subregion
+TrimBox

Modified: trunk/latex2e.texi
===================================================================
--- trunk/latex2e.texi	2018-03-14 15:19:29 UTC (rev 611)
+++ trunk/latex2e.texi	2018-03-16 14:47:28 UTC (rev 612)
@@ -1645,7 +1645,7 @@
 Finally, the command @code{\oldstylenums@{@var{numerals}@}} will typeset
 so-called ``old-style'' numerals, which have differing heights and
 depths (and sometimes widths) from the standard ``lining'' numerals,
-which all have the same height as upper-case letters.  @LaTeX{}'s
+which all have the same height as uppercase letters.  @LaTeX{}'s
 default fonts support this, and will respect @code{\textbf} (but not
 other styles; there are no italic old-style numerals in Computer
 Modern).  Many other fonts have old-style numerals also; sometimes the
@@ -7102,7 +7102,7 @@
 @code{\newcommand@{\points@}[1]@{\makebox[0pt]@{\makebox[10em][l]@{#1~pts@}@}\ignorespaces@}}.
 
 A second example shows spaces being removed from the front of text.  The
-commands below allow a user to uniformily attach a title to names.  But,
+commands below allow a user to uniformly attach a title to names.  But,
 as given, if a title accidentally starts with a space then
 @code{\fullname} will reproduce that.
 
@@ -8105,7 +8105,7 @@
 arrow at tie{}@code{\downarrow}.
 
 @item \ell
- at BES{2113,\ell} Lower-case cursive letter l (ordinary).
+ at BES{2113,\ell} Lowercase cursive letter l (ordinary).
 
 @item \emptyset
 @BES{2205,\emptyset} Empty set symbol (ordinary).  The variant form is
@@ -9559,7 +9559,7 @@
 shrink value is multiplied by @math{1000/f} (for Computer Modern Roman
 10 point these are 1.66666 and 1.11111 at tie{}points).  In short, compared
 to a normal space, such as the space following a word ending in a
-lower-case letter, intersentence spacing has a fixed extra space added
+lowercase letter, inter-sentence spacing has a fixed extra space added
 and then the space can stretch 3 times as much and shrink 1/3 as much.
 
 The rules for how @TeX{} uses space factors are even more complex
@@ -10497,7 +10497,7 @@
 list of instructions such as @samp{draw a circle with this radius and
 that center}.  An example is a line drawing produced by the Asymptote
 program, in PDF format.  Generally vector graphics are more useful
-because you can rescale their size without pixellation or other
+because you can rescale their size without pixelation or other
 problems, and because they often have a smaller size.
 
 There are systems particularly well-suited to make graphics for a
@@ -10616,7 +10616,7 @@
 The behavior of file system search code is necessarily platform
 dependent.  In this document we cover Linux, Macintosh, and Windows, as
 those systems are typically configured.  For other situations consult
-the documention in @file{grfguide.pdf}, or the @LaTeX{} source, or your
+the documentation in @file{grfguide.pdf}, or the @LaTeX{} source, or your
 @TeX{} distribution's documentation.
 
 @menu
@@ -10685,7 +10685,7 @@
 @code{\graphicspath@{@{/home/jim/logos/@}@}} or
 @code{\graphicspath@{@{C:/Users/Albert/Pictures/@}@}}.  However, using
 these means that the document is not portable.  (You could preserve
-protability by adjusting your @TeX{} system settings configuration file
+portability by adjusting your @TeX{} system settings configuration file
 parameter @code{TEXINPUTS}; see the documentation of your system.)
 
 You can use @code{\graphicspath} in the preamble or in the document
@@ -11142,7 +11142,7 @@
 Specify the bounding box of the displayed region.  The argument is four
 dimensions separated by spaces, as with @code{\includegraphics[.., bb=
 0in 0in 1in 0.618in]@{...@}}.  Usually @code{\includegraphics} reads the
-BouindingBox numbers from the EPS file automatically, so this option is
+BoundingBox numbers from the EPS file automatically, so this option is
 only useful if the bounding box is missing from that file or if you want
 to change it.
 
@@ -11244,7 +11244,7 @@
 bounding box, in its new position, is what @LaTeX{} uses as the box when
 typesetting this material.
 
-If you use the @file{graphics} package then the roatation is about the
+If you use the @file{graphics} package then the rotation is about the
 reference point of the box.  If you use @file{graphicx} then these are
 the options that can go in the @var{key-value list}.
 



More information about the latexrefman-commits mailing list