Re: [DOCS] code example wrapping

2010-05-31 Thread Bruce Momjian
Alvaro Herrera wrote: > 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

Re: [DOCS] code example wrapping

2010-04-27 Thread Tom Lane
Alvaro Herrera writes: > Just applied it. I checked the HTML output and it looks good. I > couldn't generate the PDF now; it died like this: > ---! /var/lib/texmf/web2c/pdftex/pdfjadetex.fmt doesn't match pdftex.pool > (Fatal format file error; I'm stymied) That's an installation problem... I

Re: [DOCS] code example wrapping

2010-04-27 Thread Alvaro Herrera
Erik Rijkers wrote: > On Mon, April 5, 2010 19:29, Peter Eisentraut wrote: > > On mån, 2010-04-05 at 18:30 +0200, Erik Rijkers wrote: > >> On Mon, April 5, 2010 18:18, Tom Lane wrote: > >> > "Erik Rijkers" writes: > >> > > >> >> I would like to reformat (only) those cases so that the text is > >

Re: [DOCS] code example wrapping

2010-04-14 Thread Alvaro Herrera
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

Re: [DOCS] code example wrapping

2010-04-14 Thread Alvaro Herrera
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

Re: [DOCS] code example wrapping

2010-04-14 Thread Bruce Momjian
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

Re: [DOCS] code example wrapping

2010-04-13 Thread Tom Lane
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 ... regards, tom lane -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.po

Re: [DOCS] code example wrapping

2010-04-13 Thread Bruce Momjian
Erik Rijkers wrote: > On Mon, April 5, 2010 19:29, Peter Eisentraut wrote: > > On m??n, 2010-04-05 at 18:30 +0200, Erik Rijkers wrote: > >> On Mon, April 5, 2010 18:18, Tom Lane wrote: > >> > "Erik Rijkers" writes: > >> > > >> >> I would like to reformat (only) those cases so that the text is > >

Re: [DOCS] code example wrapping

2010-04-05 Thread Erik Rijkers
On Mon, April 5, 2010 19:29, Peter Eisentraut wrote: > On mån, 2010-04-05 at 18:30 +0200, Erik Rijkers wrote: >> On Mon, April 5, 2010 18:18, Tom Lane wrote: >> > "Erik Rijkers" writes: >> > >> >> I would like to reformat (only) those cases so that the text is >> >> completely readable on the H

Re: [DOCS] code example wrapping

2010-04-05 Thread Peter Eisentraut
On mån, 2010-04-05 at 18:30 +0200, Erik Rijkers wrote: > On Mon, April 5, 2010 18:18, Tom Lane wrote: > > "Erik Rijkers" writes: > >> The manual has quite a few cases in the code-examples where, in the pdf > >> version, there isn't > >> enough width to show the whole line. Unfortunately, the res

Re: [DOCS] code example wrapping

2010-04-05 Thread Erik Rijkers
On Mon, April 5, 2010 18:18, Tom Lane wrote: > "Erik Rijkers" writes: >> The manual has quite a few cases in the code-examples where, in the pdf >> version, there isn't >> enough width to show the whole line. Unfortunately, the rest of the line is >> then simply cut >> off, >> making the exampl

Re: [DOCS] code example wrapping

2010-04-05 Thread Tom Lane
"Erik Rijkers" writes: > The manual has quite a few cases in the code-examples where, in the pdf > version, there isn't > enough width to show the whole line. Unfortunately, the rest of the line is > then simply cut off, > making the example 'invalid' (while reading, but also for copy-paste).

[DOCS] code example wrapping

2010-04-05 Thread Erik Rijkers
The manual has quite a few cases in the code-examples where, in the pdf version, there isn't enough width to show the whole line. Unfortunately, the rest of the line is then simply cut off, making the example 'invalid' (while reading, but also for copy-paste). I would like to reformat (only) th