View Single Post
Old 01-29-2008, 06:53 PM   #12
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,983
Karma: 147448039
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by shousa View Post
Hey JSWolf, have you tried using a .bat file rather than typing it in?

I call it ExplodedLit2Lrf (ExLit2Lrf.bat)

No need to use commandline - just right-click attached .bat file to choose edit then save.

Can double-click from Windows to run.

(finally I have done something worth a tiny bit of karma?)
Actually, I think it should be....

Code:
html2lrf --use-spine --left-margin=0 --right-margin=0 --top-margin=0 --bottom-margin=0 --base-font-size=10 --wordspace=1 %1
That way, you can put in the name of the file given that it can be different. Now, that would work very well if in fact it actually worked. The problem is that I don't get paragraph indents. But, your idea for the bat file is a good one to use for lit2lrf especially since I do tent to use the same options.

In this case, the code would be...

Code:
lit2lrf --left-margin=0 --right-margin=0 --top-margin=0 --bottom-margin=0 --base-font-size=10 --wordspace=1 %1
JSWolf is offline   Reply With Quote