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

Vincent Bela?che INVALID.NOREPLY at gnu.org.ua
Wed Sep 7 21:42:46 CEST 2022


Author: vincentb1
Date: 2022-09-07 19:42:46 +0000 (Wed, 07 Sep 2022)
New Revision: 1136

Modified:
   trunk/ChangeLog
   trunk/latex2e.texi
Log:
[en] \cleardooublepage change affects it everywhere, not only in \chapter

* latex2e.texi (Page breaking): @dfn{...}-ize word ``badness''.
(\clearpage & \cleardoublepage): Clarifies that changing
\cleardooublepage will affect it everywhere, not only in \chapter.
(\enlargethispage): @var{...}-ize word ``size'' in synopsis.
(\pagebreak & \nopagebreak): ``this command'' -> ``these commands''.
(Colored text): ``specification'' -> ``color specification'' for
the sake of consistency.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2022-08-30 03:18:59 UTC (rev 1135)
+++ trunk/ChangeLog	2022-09-07 19:42:46 UTC (rev 1136)
@@ -1,6 +1,12 @@
-2022-08-28  Vincent Bela\"iche  <vincentb1 at users.sourceforge.net>
+2022-09-07  Vincent Bela\"iche  <vincentb1 at users.sourceforge.net>
 
-	* latex2e-fr.texi (Fonts): 
+	* latex2e.texi (Page breaking): @dfn{...}-ize word ``badness''.
+	(\clearpage & \cleardoublepage): Clarifies that changing
+	\cleardooublepage will affect it everywhere, not only in \chapter.
+	(\enlargethispage): @var{...}-ize word ``size'' in synopsis.
+	(\pagebreak & \nopagebreak): ``this command'' -> ``these commands''.
+	(Colored text): ``specification'' -> ``color specification'' for
+	the sake of consistency.
 
 2022-08-27  Vincent Bela\"iche  <vincentb1 at users.sourceforge.net>
 

Modified: trunk/latex2e.texi
===================================================================
--- trunk/latex2e.texi	2022-08-30 03:18:59 UTC (rev 1135)
+++ trunk/latex2e.texi	2022-09-07 19:42:46 UTC (rev 1136)
@@ -9035,12 +9035,13 @@
 understand how to influence its actions.
 
 @c credit: H Vogt https://tex.stackexchange.com/a/115563
+ at cindex badness
 @LaTeX{}'s algorithm for splitting a document into pages is more complex
 than just waiting until there is enough material to fill a page and
 outputting the result.  Instead, @LaTeX{} typesets more material than
 would fit on the page and then chooses a break that is optimal in some
-way (it has the smallest badness). An example of the advantage of this
-approach is that if the page has some vertical space that can be
+way (it has the smallest @dfn{badness}). An example of the advantage of
+this approach is that if the page has some vertical space that can be
 stretched or shrunk, such as with rubber lengths between paragraphs,
 then @LaTeX{} can use that to avoid widow lines (where a new page starts
 with the last line of a paragraph; @LaTeX{} can squeeze the extra line
@@ -9118,7 +9119,9 @@
 
 @noindent
 If you want @LaTeX{}'s standard @code{\chapter} command to do this then
-add the line @code{\let\cleardoublepage\clearemptydoublepage}.
+add the line @code{\let\cleardoublepage\clearemptydoublepage}. (Of
+course this affects all uses of @code{\cleardoublepage}, not just the
+one in @code{\chapter}.)
 
 The command @code{\newpage} (@pxref{\newpage}) also ends the current
 page, but without clearing pending floats.  And, if @LaTeX{} is in
@@ -9180,8 +9183,8 @@
 Synopsis, one of:
 
 @example
-\enlargethispage@{size@}
-\enlargethispage*@{size@}
+\enlargethispage@{@var{size}@}
+\enlargethispage*@{@var{size}@}
 @end example
 
 Enlarge the @code{\textheight} for the current page.  The required
@@ -9237,8 +9240,8 @@
 the more insistent the request.  Both commands are fragile
 (@pxref{\protect}).
 
- at LaTeX{}'s page endings are optimized so ordinarily you only use this
-command in a document body to polish the final version, or inside
+ at LaTeX{}'s page endings are optimized so ordinarily you only use these
+commands in a document body to polish the final version, or inside
 commands.
 
 If you use these inside a paragraph, they apply to the point following
@@ -17085,13 +17088,13 @@
 
 @example
 \color@{@var{name}@}
-\color[@var{color model}]@{@var{specification}@}
+\color[@var{color model}]@{@var{color specification}@}
 @end example
 
 The affected text gets the color.  This line
 
 @example
-\textcolor@{magenta@}@{My name is Ozymandias, king of kings:@}
+\textcolor@{magenta@}@{My name is Ozymandias, King of Kings;@}
 Look on my works, ye Mighty, and despair!
 @end example
 



More information about the latexrefman-commits mailing list.