Re: [fossil-users] PDF as embedded documentation

2012-01-29 Thread Matt Welland
On Fri, Jan 20, 2012 at 5:40 PM, Tomek Kott wrote: > Hi Matt, > > Would you mind sharing that make file? I'm starting a project with Lyx > myself, and that solution seems pretty great! > Well there isn't much to it, it may well not work for more complex documents: all : html/megatest.html megat

Re: [fossil-users] PDF as embedded documentation

2012-01-21 Thread Guilherme P. de Freitas
On Fri, Jan 20, 2012 at 11:46 PM, Bill Burdick wrote: > My guess is that you will be better off generating a non-compressed PDF to > reduce repository bloat, if you think that you will be changing it a lot, > because Fossil can do better diff compression that way.  The downside would > be that the

Re: [fossil-users] PDF as embedded documentation

2012-01-20 Thread Bill Burdick
My guess is that you will be better off generating a non-compressed PDF to reduce repository bloat, if you think that you will be changing it a lot, because Fossil can do better diff compression that way. The downside would be that the PDFs will be bigger (of course). Bill On Sat, Jan 21, 2012

Re: [fossil-users] PDF as embedded documentation

2012-01-20 Thread Tomek Kott
Sorry, I think the answer to that is "it depends". For example do you care about having a small repository? Are you worried about corruption? For me, I wouldn't think twice about it. Even a thousand commits, each with their own pdf of even 1MB is still only 1GB. Unless these are big PDF's, I wouldn

Re: [fossil-users] PDF as embedded documentation

2012-01-20 Thread Guilherme P. de Freitas
Hi everyone, Thanks for your answers, but the question is: won't that bloat the repository too much? -- Guilherme P. de Freitas http://www.gpfreitas.com ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cg

Re: [fossil-users] PDF as embedded documentation

2012-01-20 Thread Tomek Kott
Hi Matt, Would you mind sharing that make file? I'm starting a project with Lyx myself, and that solution seems pretty great! I thought the embedded docs do preserve the fossil header (such as the landing page of fossil-scm.org, which is an 'embedded' doc, at least how I understood the term.) Are

Re: [fossil-users] PDF as embedded documentation

2012-01-20 Thread Matt Welland
I have been doing exactly the same thing. A LaTeX (lyx) document plus a make file that writes out html and a pdf and it seems to work great. I suppose it may depend on just how much in the way of hard to compress pictures comprise your document. I do wish there was a way with the embedded document

[fossil-users] PDF as embedded documentation

2012-01-20 Thread Guilherme P. de Freitas
Hi everyone, First, thanks to everyone that has worked on Fossil. It is very, very useful to me. I'd like to keep a PDF as embedded documentation (this is a LaTeX project). Is it possible to do so without bloating the repository too much? Thanks, Guilherme -- Guilherme P. de Freitas http://w