Thread: LRF output
View Single Post
Old 03-16-2008, 01:02 PM   #649
Deputy-Dawg
Groupie
Deputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-booksDeputy-Dawg has learned how to read e-books
 
Deputy-Dawg's Avatar
 
Posts: 153
Karma: 799
Join Date: Dec 2007
Device: sony prs505
Kovid,
I have found an anomaly in html2lrf that is somewhat troublesome for me. I create a large number of files in some of my projects, like the bible projects. I then will produce from them some specialized PDF files because of the need for hierarchical TOCs which are not suppoted in the BBeB format. I will also produce "single" books in the BBeB format from the same files.

In order to use the "tags" feature in Acrobat I will frequently use the following in my style declaration or in my style sheet:

Code:
H3
	{font-size:0.1pt;
	color:white;}
So that when I want, for example, an invisible chapter mark i insert into the data stream

Code:
<h3>Chapter 1</h3>
html2lrf ignores the declared style of the h3 tag and actually inserts the chapter mark. This means that I have to do a re-edit for it. Have I missed something? Can it be fixed? Would you like for me to open a ticket on this?
Deputy-Dawg is offline   Reply With Quote