Quote:
Originally Posted by Karellen
No, nothing to do with page numbers and TOC.
The pdf conversion did not do a good job at maintaining the format, so I recoded the epub after conversion. This also meant I removed font references, so there is no forced reference to use Courier New / Monospace fonts in the epub. The conversion specifies this because that is what is used in the pdf.
If you open the stylesheet.css file in the conversion by @BetterRed, scroll to the bottom of the page, and you can see that Courier New and Calibri fonts are specified.
|
Looking at the two files' stylesheet.css, I can see they're both quite different in more than just the font.
Is there by any chance a template I can use for all my future screenplay conversions, or specific parts of the code I should either delete or paste each time, to get the same effect as your conversion?
I assume the way the code works is much too complicated for me to simply copy/paste the entire code and expect the same result.