Quote:
Originally Posted by fireproof
The "headerfontsize" switch is very good news -- will that work with <h1> type header tags?
|
Now it will.
New version,
pielrf-1.1 (see first post in thread to download).
+Added support for <h1>|<h2>|<h3> tags.
These tags provide
only one level of header size (same as chapter header). These are uncentered, but you can use them with the <center> tag. See "h1-test.txt" in the examples directory for usage.
+ Added "--without-toc" switch
This switch keeps
pielrf from generating the Table of Conents
Menu for the Reader. The separate Table of Contents
Page is still generated.
EDIT: Issue discussed below is FIXED as of version 1.7, and now TOC Menus load INSTANTLY! I still left in the "--without-toc" flag.
I added this flag because I had
extremely slow performance with one book I generated using about ~30 TOC entries. Don't know why this happened, because I have several other books generated with at least the same amount of TOC entries, and they work fine. (I have a suspicion as to the cause, and it's not related to the lrf itself, but I need to explore this further.)
Bugs
There is an outstanding bug with Unicode in the input file. This causes
pielrf to crash with a message like the following:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 0:
ordinal not in range(128)
The workaround is to remove Unicode characters from your input text file. I hope to fix this in my next update.
-Pie