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

karl at gnu.org.ua karl at gnu.org.ua
Fri May 18 23:26:01 CEST 2018


Author: karl
Date: 2018-05-19 00:26:01 +0300 (Sat, 19 May 2018)
New Revision: 622

Modified:
   trunk/ChangeLog
   trunk/latex2e.texi
Log:
text tweaks

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2018-05-18 18:08:28 UTC (rev 621)
+++ trunk/ChangeLog	2018-05-18 21:26:01 UTC (rev 622)
@@ -1,3 +1,7 @@
+2018-05-18  Karl Berry  <karl at freefriends.org>
+
+	* text: "GNU/Linux", @TeX{} Live, MiK at TeX{}, just @samp.
+
 2018-05-17  Jim Hefferon  <jhefferon at smcvt.edu>
 
 	* latex2e.texi Going through http://ctan.org/pkg/latex-info
@@ -7,7 +11,7 @@
 
 2018-05-17  Jim Hefferon  <jhefferon at smcvt.edu>
 
-	* latex2e.texi (\include & \incluldeonly)  Combine the two.  Include
+	* latex2e.texi (\include & \includeonly)  Combine the two.  Include
 	discussion of many edge cases, with examples.
 	(Splitting the input)  Add typical case example.
 	(\endinput)  Added.
@@ -15,8 +19,8 @@
 
 2018-05-04  Vincent Belaïche  <vincent.belaiche at biosency.com>
 
-		* latex2e-fr.texi (Color): Translate node Color from Jim's r609 —
-		subnodes need further translation work.
+	* latex2e-fr.texi (Color): Translate node Color from Jim's r609 —
+	subnodes need further translation work.
 
 2018-04-30  Jim Hefferon  <jhefferon at smcvt.edu>
 

Modified: trunk/latex2e.texi
===================================================================
--- trunk/latex2e.texi	2018-05-18 18:08:28 UTC (rev 621)
+++ trunk/latex2e.texi	2018-05-18 21:26:01 UTC (rev 622)
@@ -10668,13 +10668,13 @@
 the graphic.
 
 The behavior of file system search code is necessarily platform
-dependent.  In this document we cover Linux, Macintosh, and Windows, as
+dependent.  In this document we cover GNU/Linux, Macintosh, and Windows, as
 those systems are typically configured.  For other situations consult
 the documentation in @file{grfguide.pdf}, or the @LaTeX{} source, or your
 @TeX{} distribution's documentation.
 
 @menu
-* \graphicspath::         Directories to search.
+* \graphicspath::                Directories to search.
 * \DeclareGraphicsExtensions::   File types, such as JPG or EPS.
 * \DeclareGraphicsRule::         How to handle file types.
 @end menu
@@ -10788,7 +10788,7 @@
 not found}.  Note that you must include the periods at the start of the
 extensions.
 
-Because Linux and Macintosh filenames are case sensitive, the list of
+Because GNU/Linux and Macintosh filenames are case sensitive, the list of
 file extensions is case sensitive on those platforms.  The Windows
 platform is not case sensitive.
 
@@ -12355,9 +12355,9 @@
 @end example
 
 To make your document portable across distributions and platforms you
-should avoid spaces in the file names.  The tradition is to instead use
-underscores.  That said, for the name @samp{@file{amo amas amat}}, this
-works under TeX Live on Linux
+should avoid spaces in the file names. The tradition is to instead use
+dashes or underscores.  Nevertheless, for the name @samp{amo amas amat},
+this works under @TeX{} Live on GNU/Linux:
 
 @example
 \documentclass@{book@}
@@ -12369,7 +12369,7 @@
 \end@{document@}
 @end example
 
-and this works under MiKTeX on Windows.
+and this works under MiK at TeX{} on Windows:
 
 @example
 \documentclass@{book@}
@@ -12414,13 +12414,13 @@
 current file.  For a more sophisticated inclusion mechanism see
 @ref{\include & \includeonly}.
 
-If @var{file} end with @samp{.tex} then @LaTeX{} looks for the filename
-as it is.  If @var{file} does not end in @samp{.tex} then @LaTeX{} first
-tries the filename with that extension, so @code{\include@{macros@}}
-will cause @LaTeX{} to first look for @file{macros.tex}; this is the
-usual case.  If there is no such file then the system tries the original
-file name, here @samp{@file{macros}}, without an extension.  (This may
-vary by distribution.)
+If @var{file} end with @samp{.tex} then @LaTeX{} looks for the
+filename as it is. If @var{file} does not end in @samp{.tex} then
+ at LaTeX{} first tries the filename with that extension, so
+ at code{\include@{macros@}} will cause @LaTeX{} to first look for
+ at file{macros.tex}; this is the usual case. If there is no such file
+then the system tries the original file name, here @samp{macros},
+without an extension. (This may vary by distribution.)
 
 
 @node Front/back matter



More information about the latexrefman-commits mailing list