From 66dd05056085cc836929830b4d5dd148bf59d412 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 31 May 2010 22:14:20 +0000 Subject: [PATCH] Document how to find TeX overflow boxes in our documentation build, per details from Alvaro Herrera. --- doc/src/sgml/docguide.sgml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/docguide.sgml b/doc/src/sgml/docguide.sgml index 55a0e764d6..4181cde465 100644 --- a/doc/src/sgml/docguide.sgml +++ b/doc/src/sgml/docguide.sgml @@ -1,4 +1,4 @@ - + Documentation @@ -643,6 +643,26 @@ save_size.jadetex = 15000 save_size.pdfjadetex = 15000 + + + + + Overflow Text + + + Occasionally text is too wide for the printed margins, and in + extreme cases, too wide for the printed page, e.g. non-wrapped + text, wide tables. Overly wide text generates Overfull + hbox messages in the TeX log output file, e.g. + postgres-US.log or postgres-A4.log. + There are 72 points in an inch so anything reported as over 72 + points too wide will probably not fit on the printed page (assuming + one inch margins). To find the SGML text + causing the overflow, find the first page number mentioned above + the overflow message, e.g. [50 XXX] (page 50), and look + at that page in the PDF file to see the overflow + text and adjust the SGML accordingly. + -- 2.40.0