texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[7700] set hfuzz to 1pt


From: gavinsmith0123
Subject: [7700] set hfuzz to 1pt
Date: Sat, 25 Mar 2017 10:51:24 -0400 (EDT)

Revision: 7700
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7700
Author:   gavin
Date:     2017-03-25 10:51:23 -0400 (Sat, 25 Mar 2017)
Log Message:
-----------
set hfuzz to 1pt

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/texinfo.tex

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-03-21 21:06:18 UTC (rev 7699)
+++ trunk/ChangeLog     2017-03-25 14:51:23 UTC (rev 7700)
@@ -1,3 +1,11 @@
+2017-03-25  Gavin Smith  <address@hidden>
+
+       * doc/texinfo.tex (\smallbook, \smallerbook, \afourpaper)
+       \afivepaper): Remove paper-size-specific values of \hfuzz.  Set 
+       \hfuzz at top-level to 1pt.  Suggestion from Karl Berry.
+
+
+
 2017-03-21  Gavin Smith  <address@hidden>
 
        * info/search.c (at_end_of_matches): Avoid calling 

Modified: trunk/doc/texinfo.tex
===================================================================
--- trunk/doc/texinfo.tex       2017-03-21 21:06:18 UTC (rev 7699)
+++ trunk/doc/texinfo.tex       2017-03-25 14:51:23 UTC (rev 7700)
@@ -3,11 +3,11 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2017-03-07.20}
+\def\texinfoversion{2017-03-25.14}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-% 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016
+% 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
 % Free Software Foundation, Inc.
 %
 % This texinfo.tex file is free software: you can redistribute it and/or
@@ -11312,7 +11312,6 @@
   %
   \lispnarrowing = 0.3in
   \tolerance = 700
-  \hfuzz = 1pt
   \contentsrightmargin = 0pt
   \defbodyindent = .5cm
 }}
@@ -11330,7 +11329,6 @@
   %
   \lispnarrowing = 0.25in
   \tolerance = 700
-  \hfuzz = 1pt
   \contentsrightmargin = 0pt
   \defbodyindent = .4cm
 }}
@@ -11356,7 +11354,6 @@
                     {297mm}{210mm}%
   %
   \tolerance = 700
-  \hfuzz = 1pt
   \contentsrightmargin = 0pt
   \defbodyindent = 5mm
 }}
@@ -11375,7 +11372,6 @@
   %
   \lispnarrowing = 0.2in
   \tolerance = 800
-  \hfuzz = 1.2pt
   \contentsrightmargin = 0pt
   \defbodyindent = 2mm
   \tableindent = 12mm
@@ -11431,7 +11427,10 @@
 %
 \letterpaper
 
+% Default value of \hfuzz, for suppressing warnings about overfull hboxes.
+\hfuzz = 1pt
 
+
 \message{and turning on texinfo input format.}
 
 \def^^L{\par} % remove \outer, so ^L can appear in an @comment




reply via email to

[Prev in Thread] Current Thread [Next in Thread]