public inbox for [email protected]help / color / mirror / Atom feed
pdf/ps docs for 7.4? 11+ messages / 6 participants [nested] [flat]
* pdf/ps docs for 7.4? @ 2003-11-17 19:00 Bruno Wolff III <[email protected]> 0 siblings, 1 reply; 11+ messages in thread From: Bruno Wolff III @ 2003-11-17 19:00 UTC (permalink / raw) To: pgsql-docs Are there going to be postscript or pdf versions of the 7.4 documentation available for download? I would like to make a paper copy of the new manual and I have not been able to build a postscript version of the document from source. ^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: pdf/ps docs for 7.4? @ 2003-11-17 20:06 Peter Eisentraut <[email protected]> parent: Bruno Wolff III <[email protected]> 0 siblings, 2 replies; 11+ messages in thread From: Peter Eisentraut @ 2003-11-17 20:06 UTC (permalink / raw) To: Bruno Wolff III <[email protected]>; +Cc: pgsql-docs Bruno Wolff III writes: > Are there going to be postscript or pdf versions of the 7.4 documentation > available for download? We would first need someone to volunteer to make them. > I would like to make a paper copy of the new manual and I have not been > able to build a postscript version of the document from source. It's about 1100 pages. Good luck stapling that together. :-) -- Peter Eisentraut [email protected] ^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: pdf/ps docs for 7.4? @ 2003-11-18 02:00 Bruce Momjian <[email protected]> parent: Peter Eisentraut <[email protected]> 1 sibling, 1 reply; 11+ messages in thread From: Bruce Momjian @ 2003-11-18 02:00 UTC (permalink / raw) To: Peter Eisentraut <[email protected]>; +Cc: Bruno Wolff III <[email protected]>; pgsql-docs Peter Eisentraut wrote: > Bruno Wolff III writes: > > > Are there going to be postscript or pdf versions of the 7.4 documentation > > available for download? > > We would first need someone to volunteer to make them. What is the gmake command to generate PDF docs? I can give it a try but I don't see the rule in the makefile. -- Bruce Momjian | http://candle.pha.pa.us [email protected] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: pdf/ps docs for 7.4? @ 2003-11-18 02:18 Oliver Elphick <[email protected]> parent: Bruce Momjian <[email protected]> 0 siblings, 2 replies; 11+ messages in thread From: Oliver Elphick @ 2003-11-18 02:18 UTC (permalink / raw) To: Bruce Momjian <[email protected]>; +Cc: Peter Eisentraut <[email protected]>; Bruno Wolff III <[email protected]>; pgsql-docs On Tue, 2003-11-18 at 02:00, Bruce Momjian wrote: > What is the gmake command to generate PDF docs? I can give it a try but > I don't see the rule in the makefile. cd doc/src/sgml make postgres.pdf but openjade falls over: openjade -D . -c /usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -d \ stylesheet.dsl -t tex -V tex-backend -i output-print -V \ texpdf-output -o postgres.tex-pdf postgres.sgml openjade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/print/dbdivis.dsl:100:3:E: flow object not accepted by port; only display flow objects accepted make: *** [postgres.tex-pdf] Segmentation fault make: *** Deleting file `postgres.tex-pdf' I've asked Debian's openjade maintainer for assistance, so I'll let you know if I get any. -- Oliver Elphick [email protected] Isle of Wight, UK http://www.lfix.co.uk/oliver GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C ======================================== "A Song for the sabbath day. It is a good thing to give thanks unto the LORD, and to sing praises unto thy name, O most High." Psalms 92:1 ^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: pdf/ps docs for 7.4? @ 2003-11-18 02:48 Bruce Momjian <[email protected]> parent: Oliver Elphick <[email protected]> 1 sibling, 0 replies; 11+ messages in thread From: Bruce Momjian @ 2003-11-18 02:48 UTC (permalink / raw) To: Oliver Elphick <[email protected]>; +Cc: Peter Eisentraut <[email protected]>; Bruno Wolff III <[email protected]>; pgsql-docs I found I could build them if I do a make html first, then a make postgres.pdf. Once run, I am seeing these failures: pdfjadetex postgres.tex-pdf This is pdfTeX, Version 3.14159-13d (Web2C 7.3.1) (postgres.tex-pdf[/usr/contrib/teTeX/share/texmf/pdftex/config/pdftex.cfg] JadeTeX 1999/06/29: 2.7 (/usr/contrib/teTeX/share/texmf/tex/latex/psnfss/t1ptm.fd) (/usr/contrib/teTeX/share/texmf/tex/jadetex/isoents.tex) Elements will be labelled Jade begin document sequence at 19 No file postgres.aux. (/usr/contrib/teTeX/share/texmf/tex/latex/ot2cyr/ot2wncyr.fd) (/usr/contrib/teTeX/share/texmf/tex/latex/base/ts1cmr.fd) (/usr/contrib/teTeX/share/texmf/tex/latex/lucidabr/lmrhlcm.fd) (/usr/contrib/teTeX/share/texmf/tex/context/base/supp-pdf.tex (/usr/contrib/teTeX/share/texmf/tex/context/base/supp-mis.tex loading : Context Support Macros / Missing ) loading : Context Support Macros / PDF ) (/usr/contrib/teTeX/share/texmf/tex/latex/psnfss/t1phv.fd) [1.0.18[/usr/contr ib/teTeX/share/texmf/dvips/config/pdftex.map]] (/usr/contrib/teTeX/share/texmf/tex/latex/psnfss/ts1ptm.fd) [2.0.18] LaTeX Warning: Reference `PREFACE' on page 3 undefined on input line 494. LaTeX Warning: Reference `INTRO-WHATIS' on page 3 undefined on input line 525. --------------------------------------------------------------------------- Oliver Elphick wrote: > On Tue, 2003-11-18 at 02:00, Bruce Momjian wrote: > > What is the gmake command to generate PDF docs? I can give it a try but > > I don't see the rule in the makefile. > > cd doc/src/sgml > make postgres.pdf > > but openjade falls over: > openjade -D . -c > /usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -d \ > stylesheet.dsl -t tex -V tex-backend -i output-print -V \ > texpdf-output -o postgres.tex-pdf postgres.sgml > openjade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/print/dbdivis.dsl:100:3:E: flow object not accepted by port; only display flow objects accepted > make: *** [postgres.tex-pdf] Segmentation fault > make: *** Deleting file `postgres.tex-pdf' > > I've asked Debian's openjade maintainer for assistance, so I'll let you > know if I get any. > > -- > Oliver Elphick [email protected] > Isle of Wight, UK http://www.lfix.co.uk/oliver > GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C > ======================================== > "A Song for the sabbath day. It is a good thing to > give thanks unto the LORD, and to sing praises unto > thy name, O most High." Psalms 92:1 > > > ---------------------------(end of broadcast)--------------------------- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere" to [email protected]) > -- Bruce Momjian | http://candle.pha.pa.us [email protected] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: pdf/ps docs for 7.4? @ 2003-11-18 02:54 Christopher Browne <[email protected]> parent: Oliver Elphick <[email protected]> 1 sibling, 1 reply; 11+ messages in thread From: Christopher Browne @ 2003-11-18 02:54 UTC (permalink / raw) To: pgsql-docs After a long battle with technology, [email protected] (Oliver Elphick), an earthling, wrote: > On Tue, 2003-11-18 at 02:00, Bruce Momjian wrote: >> What is the gmake command to generate PDF docs? I can give it a try but >> I don't see the rule in the makefile. > > cd doc/src/sgml > make postgres.pdf > > but openjade falls over: > openjade -D . -c > /usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -d \ > stylesheet.dsl -t tex -V tex-backend -i output-print -V \ > texpdf-output -o postgres.tex-pdf postgres.sgml > openjade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/print/dbdivis.dsl:100:3:E: flow object not accepted by port; only display flow objects accepted > make: *** [postgres.tex-pdf] Segmentation fault > make: *** Deleting file `postgres.tex-pdf' > > I've asked Debian's openjade maintainer for assistance, so I'll let you > know if I get any. If it can wait 'til next week, I can take a look at it, as I'm fairly familiar with the tools. Sadly, a week today's the earliest I can conceivably touch it. -- let name="cbbrowne" and tld="cbbrowne.com" in String.concat "@" [name;tld];; http://cbbrowne.com/info/multiplexor.html "Language shapes the way we think and determines what we can think about." -- Benjamin Whorf ^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: pdf/ps docs for 7.4? @ 2003-11-18 12:34 Bruno Wolff III <[email protected]> parent: Peter Eisentraut <[email protected]> 1 sibling, 0 replies; 11+ messages in thread From: Bruno Wolff III @ 2003-11-18 12:34 UTC (permalink / raw) To: Peter Eisentraut <[email protected]>; +Cc: pgsql-docs On Mon, Nov 17, 2003 at 21:06:05 +0100, Peter Eisentraut <[email protected]> wrote: > Bruno Wolff III writes: > > > I would like to make a paper copy of the new manual and I have not been > > able to build a postscript version of the document from source. > > It's about 1100 pages. Good luck stapling that together. :-) I was planning on using a three hole binder and printing on both sides of the paper. I did print out a copy of the documentation in the past (7.1 I think) and it wasn't too bad. There was some redundancy in the documents when there were separate manuals instead of one big manual, so I am thinking the current manual should take less paper to print. ^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: pdf/ps docs for 7.4? @ 2003-11-18 22:13 Oliver Elphick <[email protected]> parent: Christopher Browne <[email protected]> 0 siblings, 1 reply; 11+ messages in thread From: Oliver Elphick @ 2003-11-18 22:13 UTC (permalink / raw) To: Christopher Browne <[email protected]>; +Cc: pgsql-docs On Tue, 2003-11-18 at 02:54, Christopher Browne wrote: ... > > cd doc/src/sgml > > make postgres.pdf > > > > but openjade falls over: ... > > I've asked Debian's openjade maintainer for assistance, so I'll let you > > know if I get any. > > If it can wait 'til next week, I can take a look at it, as I'm fairly > familiar with the tools. Sadly, a week today's the earliest I can > conceivably touch it. The Debian maintainer is looking. Bruce said he managed to build it by building postgres.html first, but that didn't work for me. -- Oliver Elphick [email protected] Isle of Wight, UK http://www.lfix.co.uk/oliver GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839 932A 614D 4C34 3E1D 0C1C ======================================== "A Song for the sabbath day. It is a good thing to give thanks unto the LORD, and to sing praises unto thy name, O most High." Psalms 92:1 ^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: pdf/ps docs for 7.4? @ 2003-11-18 22:17 Bruce Momjian <[email protected]> parent: Oliver Elphick <[email protected]> 0 siblings, 1 reply; 11+ messages in thread From: Bruce Momjian @ 2003-11-18 22:17 UTC (permalink / raw) To: Oliver Elphick <[email protected]>; +Cc: Christopher Browne <[email protected]>; pgsql-docs Oliver Elphick wrote: > On Tue, 2003-11-18 at 02:54, Christopher Browne wrote: > ... > > > cd doc/src/sgml > > > make postgres.pdf > > > > > > but openjade falls over: > ... > > > I've asked Debian's openjade maintainer for assistance, so I'll let you > > > know if I get any. > > > > If it can wait 'til next week, I can take a look at it, as I'm fairly > > familiar with the tools. Sadly, a week today's the earliest I can > > conceivably touch it. > > The Debian maintainer is looking. > > Bruce said he managed to build it by building postgres.html first, but > that didn't work for me. It built much farther, but failed with unreferenced sections errors. -- Bruce Momjian | http://candle.pha.pa.us [email protected] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: pdf/ps docs for 7.4? @ 2003-11-19 16:05 Robert Treat <[email protected]> parent: Bruce Momjian <[email protected]> 0 siblings, 1 reply; 11+ messages in thread From: Robert Treat @ 2003-11-19 16:05 UTC (permalink / raw) To: Bruce Momjian <[email protected]>; +Cc: Oliver Elphick <[email protected]>; Christopher Browne <[email protected]>; pgsql-docs Can we add some kind of regression test, or at least a note in the release process somewhere, to ensure that *someone* can build html/pdf copies of the docs. I'm not even too concerned if it requires a narrow toolset, but it's something we ought to have ready for 7.5 when it goes out the door. Robert Treat On Tue, 2003-11-18 at 17:17, Bruce Momjian wrote: > Oliver Elphick wrote: > > On Tue, 2003-11-18 at 02:54, Christopher Browne wrote: > > ... > > > > cd doc/src/sgml > > > > make postgres.pdf > > > > > > > > but openjade falls over: > > ... > > > > I've asked Debian's openjade maintainer for assistance, so I'll let you > > > > know if I get any. > > > > > > If it can wait 'til next week, I can take a look at it, as I'm fairly > > > familiar with the tools. Sadly, a week today's the earliest I can > > > conceivably touch it. > > > > The Debian maintainer is looking. > > > > Bruce said he managed to build it by building postgres.html first, but > > that didn't work for me. > > It built much farther, but failed with unreferenced sections errors. > > -- > Bruce Momjian | http://candle.pha.pa.us > [email protected] | (610) 359-1001 > + If your life is a hard drive, | 13 Roberts Road > + Christ can be your backup. | Newtown Square, Pennsylvania 19073 > > ---------------------------(end of broadcast)--------------------------- > TIP 8: explain analyze is your friend -- Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL ^ permalink raw reply [nested|flat] 11+ messages in thread
* Re: pdf/ps docs for 7.4? @ 2003-11-19 16:51 Bruce Momjian <[email protected]> parent: Robert Treat <[email protected]> 0 siblings, 0 replies; 11+ messages in thread From: Bruce Momjian @ 2003-11-19 16:51 UTC (permalink / raw) To: Robert Treat <[email protected]>; +Cc: Oliver Elphick <[email protected]>; Christopher Browne <[email protected]>; pgsql-docs Robert Treat wrote: > Can we add some kind of regression test, or at least a note in the > release process somewhere, to ensure that *someone* can build html/pdf > copies of the docs. I'm not even too concerned if it requires a narrow > toolset, but it's something we ought to have ready for 7.5 when it goes > out the door. Agreed. I think I have the toolset working, but the build is failing and I can't figure out why. -- Bruce Momjian | http://candle.pha.pa.us [email protected] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ^ permalink raw reply [nested|flat] 11+ messages in thread
end of thread, other threads:[~2003-11-19 16:51 UTC | newest] Thread overview: 11+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2003-11-17 19:00 pdf/ps docs for 7.4? Bruno Wolff III <[email protected]> 2003-11-17 20:06 ` Peter Eisentraut <[email protected]> 2003-11-18 02:00 ` Bruce Momjian <[email protected]> 2003-11-18 02:18 ` Oliver Elphick <[email protected]> 2003-11-18 02:48 ` Bruce Momjian <[email protected]> 2003-11-18 02:54 ` Christopher Browne <[email protected]> 2003-11-18 22:13 ` Oliver Elphick <[email protected]> 2003-11-18 22:17 ` Bruce Momjian <[email protected]> 2003-11-19 16:05 ` Robert Treat <[email protected]> 2003-11-19 16:51 ` Bruce Momjian <[email protected]> 2003-11-18 12:34 ` Bruno Wolff III <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox