In the hope of putting an end to any more carping...
- Old patch Custom new header/footer font will be renamed to Custom header/footer captions. A new section, Part 3, will be added for the new (optional) 'increase caption width' feature.
- I found a simple trick to mitigate the potential "dogear problem" by changing the caption background to transparent rather than its default of opaque white.
To this end, I'll be including a detailed 'Hint' in the help notes for Part 1 (optional custom font-family for captions)
Old Part 1:
Code:
#- {Find: "font-family: Avenir;", Replace: "font-family:Avenir;"}
New Part 1:
Code:
#- {Find: "font-family: Avenir;", Replace: "font-family:Avenir; background:transparent;"}