View Single Post
Old 08-22-2007, 06:53 PM   #11
LaughingVulcan
Technophile
LaughingVulcan will become famous soon enoughLaughingVulcan will become famous soon enoughLaughingVulcan will become famous soon enoughLaughingVulcan will become famous soon enoughLaughingVulcan will become famous soon enoughLaughingVulcan will become famous soon enough
 
LaughingVulcan's Avatar
 
Posts: 206
Karma: 617
Join Date: Mar 2007
Location: Land of Lincoln
Device: Kobo Sage. Ex Sony (PRS-500, -600, -650 and Nook)
Quote:
Originally Posted by kovidgoyal View Post
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!
LaughingVulcan is offline   Reply With Quote