Quote:
Originally Posted by JimmXinu
Dunno off hand-- titlepage_use_table is an ancient feature from ~10 years ago that I never use. 
|
For what it's worth, I appreciate the option to have uniform indentation.
Quote:
Originally Posted by JimmXinu
What personal.ini section did you set wide_titlepage_entries in? It's under [epub] in defaults.ini, which takes precedence over personal.ini [defaults] and [<site>] sections.
This worked for me:
Code:
[epub]
wide_titlepage_entries:
titlepage_use_table:true
See the INI-File wiki page for more details on the sections' precedence.
|
That did it. Brilliant, thank you! I had it set in [defaults] first, then put it in a site-specific section -- I was apparently operating under the assumption that the latter would take precedence over [epub], probably because of their order in personal.ini, but it's good to know better.