Quote:
Originally Posted by kovidgoyal
html2lrf now supports hanging indents. See the demo in the html2lrf thread.
|
Boy, does it work!!! Thank you, Kovid!!
The Sony Classics version, which I just spent a classics credit on last night, is just plain word wrapped. Ugly, IMHO....
Now, here's two pages from the version that I just generated using HTML2LRF:
The key to it is saving the document as html, then including a negative text-indent value in the paragraph style, then generating it in HTML2LRF.
Code:
<STYLE>
<!--
P { font-size:10.0pt; font-family:"Times New Roman"; text-indent:-30px; padding-left:30px; color: #000000 }
H2 { font-size:14.0pt;font-family:"Times New Roman"; color: #000000 }
-->
</STYLE>
It works very nicely indeed. Any errors in my file are my formatting mistakes AFAIK.
OK, off to upload some Leaves of Grass action!