Re: [DOCS] code example wrapping
Tom Lane wrote: > Bruce Momjian writes: > > Also, is there any way to get a report of the lines that are too long? > > grep "Overfull hbox" from the tex log ... Can someone who can build the PDF docs post the output showing these lines? I can't build the PDF docs here. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
Re: [DOCS] code example wrapping
Bruce Momjian wrote: > Tom Lane wrote: > > Bruce Momjian writes: > > > Also, is there any way to get a report of the lines that are too long? > > > > grep "Overfull hbox" from the tex log ... > > Can someone who can build the PDF docs post the output showing these > lines? I can't build the PDF docs here. There are 1853 such reports in the output I have for a US run, but they reference a line number in the TeX source not SGML, so it's not easy to see what they are referring to. For example Overfull \hbox (141.59937pt too wide) in paragraph at lines 65564--65564 Overfull \hbox (28.1995pt too wide) in paragraph at lines 65612--65612 Overfull \hbox (11.99951pt too wide) in paragraph at lines 65702--65702 Overfull \hbox (17.3995pt too wide) in paragraph at lines 68738--68738 Overfull \hbox (28.1995pt too wide) in paragraph at lines 68739--68739 I think we could script extracting the TeX source that it refers to with some scripting. For now, the reports that are 4 digits or more points overfull are in paragraph at lines 268934 and following, which is just after this text: view is restricted to show only rows about tables that the current user can read.) For example, we might do: This is a very wide table in perform.sgml, lines 556ff. Maybe it can be displayed in \x for better formatting ... but then, the widest column is already too wide so maybe there's no point. -- Alvaro Herrerahttp://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
Re: [DOCS] code example wrapping
Alvaro Herrera wrote: > For now, the reports that are 4 digits or more points overfull are in > paragraph at lines 268934 and following, which is just after this text: There are 105 reports of overfull hboxes of 3-digit number of points, 788 of 2-digit, and 957 of single-digit (these can probably be ignored). -- Alvaro Herrerahttp://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
Re: [DOCS] docs cleanup patch
Magnus Hagander wrote: > On Wed, Apr 14, 2010 at 12:15 AM, Alvaro Herrera > wrote: > > Magnus Hagander escribi?: > >> On Fri, Mar 26, 2010 at 04:43, Josh Kupershmidt wrote: > > > >> > Didn't change: > >> > ?* be-secure.c: the URL http://www.skip-vpn.org/spec/numbers.html is > >> > down, and I can't find an active copy anywhere else, so I didn't try > >> > to change this. archive.org still has it though ( > >> > http://web.archive.org/web/20011212141438/http://www.skip-vpn.org/spec/numbers.html > >> > ) > >> > >> The page in archive.org also refers to skip.org, which has expired and > >> been eaten. Perhaps we should just remove that comment completely? > > > > Eh? ?The above link works for me (and contains suggested DH parameters, > > though not in the format expected by be-secure.c). > > Interesting - must be a routing issue or something then, because I > still can't get to it. I've tried from machines in several different > countries, though... Does the content of what you get on the site > actually match what you get on the site itself? I cannot access it. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
