Quote:
Originally Posted by KevinH
... So long as you used the correct file names it should work.
For epub2:
user-template2.xhtml
user-template2.css
and for epub3:
user-template3.xhtml
user-template3.css
|

Ha! I knew I was doing something stupid.
From the ChangeLog ("add ability for a user-template*.xhtml and user-template*.css") I thought the * was a true wildcard and you could append anything to "user-template". I didn't realize you had to use 2 and 3 specifically and exclusively, and 2 and 3 referred to epub2 and epub3. So I was testing with user-template2.css and user-template2.xhtml, so of course it only worked with epub2.
Now that I've changed it to user-template3.css/xhtml, it works
I'll do a pull request to add this to the User Guide in the next few days.
As always, thank you @KevinH and @DiapDealer for the new release. Sigil is awesome