New version
pielrf 2.1.1.
See the first post to download.
- On Windows, the executable is now named PIELRF.PY after running setup.
- Added "--parskip=" setting, to allow added spacing between paragraphs
- Any "* * *" on its own line is converted to a section break, unless suppressed with the "--no-starbreak" switch
- Books without <chapter> tags now render without a TOC
- Little bit of extra stripping of CLIT output.
- Added back in one vertical space at beginning of chapter, to offset the chapter title slightly, suppressed with "--no-chapterspace"
By default, the parskip setting is 0, and an increase to about 10 or 20 starts to give visible results.
In the United States, a lot of books use the "* * *" to delimit section breaks within a chapter. These are now automatically found, centered, and given a vertical break, just as in a book.
In terms of vertical space at the chapter heading, this disappeared with version 2.1, so I added it back. If you prefer no additional vertical space, you can turn it off with the "--no-chapterpsace" option.
-Pie