View Single Post
Old 12-11-2015, 08:17 PM   #805
edeniz
Zealot
edeniz began at the beginning.
 
Posts: 132
Karma: 10
Join Date: Oct 2015
Device: Sony Reader, Tolino Shine, Samsung Galaxy S3
Quote:
Originally Posted by JimmXinu View Post
I've run http://archiveofourown.org/works/2132694 with HTML output on the latest code in both plugin and CLI and I don't see that effect.

Your posted HTML has a bunch of extra <body> tags in it. Like in every paragraph. I'm not sure what might cause that.

I see you've customized output_css, have you also customized chapter_start and/or file_start?
Yes, actually. Like this:

Spoiler:
Code:
# metadata
tocpage_start:
 <a name="TOCTOP"><h2>Table of Contents</h2>
 <p align="center">

# ${number}, ${index}("%04d"%${number}), ${chapter}
tocpage_entry:
 <a href="#section${index}">${chapter}</a><br />

# metadata
tocpage_end:
 </p>

## ${number}, ${index}("%04d"%${number}), ${chapter}
chapter_start:
 <a name="section${index}"><h2>${number}. ${chapter}</h2></a>

## ${number}, ${index}("%04d"%${number}), ${chapter}
chapter_end:


titlepage_start:
 <table class="full">

# ${id}, ${label}, ${value}
titlepage_entry:
 <tr><td width="200px"><b>${label}:</b></td><td>${value}</td></tr>
# metadata
titlepage_end:
 </table>
edeniz is offline   Reply With Quote