RE: [Boost-users] Manual in pdf?
You can make PDF documents in openoffice.org writer No, seriously, OO.o can import HTML, so you could save the pages locally, import them into one big OO.o doc (ironic short-hand for document), and then save that out as PDF, then share it of course so that nobody else has to spend 20 mins doing it. Are there plans to get all of the boost projects using something like Doxygen? I think that can spit out more file formats than you could ever want. Gaz -----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Daniel Lidström Sent: 17 November 2004 07:35 To: 'boost-users@lists.boost.org' Subject: SV: [Boost-users] Manual in pdf? ) ) Daniel Lidström writes: ) > Hi, ) > ) > is the manual available in pdf or postscript? Or is there a way ) > to print it? The online manual is not very printer-friendly. ) ) Daniel, ) ) I assume you are talking about Boost-wide PDF (some of the Boost ) libraries/tools provide a standalone one on their own). In that case, ) it's not available for 1.31; we are working on making it available in ) the upcoming 1.32.0, which is due in a couple of days. ) How about the Spirit manual? Will it be available in printable format with 1.32.0? Thanks! -- Daniel _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
On Wed, 17 Nov 2004 09:31:20 +0000, Foster, Gareth wrote
You can make PDF documents in openoffice.org writer
No, seriously, OO.o can import HTML, so you could save the pages locally, import them into one big OO.o doc (ironic short-hand for document), and then save that out as PDF, then share it of course so that nobody else has to spend 20 mins doing it.
I think it would take a bit more time than this. The date-time docs when printed to pdf are ~270 pages by themselves. All of boost would be much more. No one has said this yet, but I'm thinking a boost-wide pdf is going to get much too big. By library pdfs would be much more practical.
Are there plans to get all of the boost projects using something like Doxygen? I think that can spit out more file formats than you could ever want.
Some library authors have been converting boostbook (xml based) which is a variation of doc-book for C++ library documentation. There is a tool-chain which optionally includes doxygen for generation of reference manuals and for generation of pdf. This toolchain is currently somewhat complex and difficult to get setup right. And recently pdf generation has been broken. You can read more about this here: http://www.boost.org/doc/html/boostbook.html .recruiting pitch on If you have skills in writing xml/xslt and want to contribute to boost this would be a good way to get involved. Get subscribed to the boost-doc mailing list and just ask for how you can help... .recruiting pitch off In 1.32 several libraries have switched, but I wouldn't expect all of boost to switch over any time soon... Jeff
Foster, Gareth wrote:
You can make PDF documents in openoffice.org writer
No, seriously, OO.o can import HTML, so you could save the pages locally, import them into one big OO.o doc (ironic short-hand for document), and then save that out as PDF, then share it of course so that nobody else has to spend 20 mins doing it.
I'm afraid it's a bit too early for shameless free-software plug :-( OO.o can't generate bookmarks or hyperlinks in PDF, which takes away one half of PDF coolness. Boostbook does it all. - Volodya
participants (3)
-
Foster, Gareth
-
Jeff Garland
-
Vladimir Prus