View Single Post
Old 12-16-2017, 08:36 PM   #2563
cryzed
Evangelist
cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.cryzed ought to be getting tired of karma fortunes by now.
 
cryzed's Avatar
 
Posts: 408
Karma: 1050547
Join Date: Mar 2011
Device: Kindle Oasis 2
Jimm, I only recently noticed, but I think it has been the case for quite a while: I don't think the "titlepage_start" for the EPUB section works anymore. I used to override it like this:

Code:
titlepage_start:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>${title} by ${author}</title>
    <link href="stylesheet.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
    </head>
    <body>
    <h1 align="center">${title}</h1>
    <div>

tocpage_start:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>${title} by ${author}</title>
    <link href="stylesheet.css" type="text/css" charset="UTF-8" rel="stylesheet"/>
    </head>
    <body>
    <div>
    <h2>Table of Contents</h2><br/>
But in newly downloaded stories these values seem to be ignored. Any ideas what might have changed? The default output format is of course still epub.

Last edited by cryzed; 12-16-2017 at 08:42 PM.
cryzed is offline   Reply With Quote