Ticket #4215 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

GARBLED TITLES IN EPUB CONVERSION

Reported by: LARdT Owned by: kovidgoyal
Priority: major Milestone:
Component: EPUB Output Version: trunk
Keywords: titles Cc:

Description

I think that "h1 heading titles" is a recent feature. Perhaps it ahs something to do with this. By the way, I'm almost sure that did not happened in previous versions:

When converting from FB2 to Epub, a typical cover page with

Author

Bookname

produces this joint output:

<h1 id="calibre_toc_2" class="calibre2">INDRO MONTANELLIHISTORIA DE ROMA</h1>

INSTEAD OF something like this:

<h1 id="calibre_toc_2" class="calibre2">INDRO MONTANELLI</h1>
<h2 id="calibre_toc_2" class="calibre2">HISTORIA DE ROMA</h2>

or similar

So we have "Author Title?" instead of:

"Author" "Title"

Change History

comment:1 Changed 9 months ago by LARdT

I meant:

"Author Title?"

"Author"

"Title"

comment:2 Changed 9 months ago by kovidgoyal

attach a sample FB2 showing this problem.

comment:3 Changed 9 months ago by kovidgoyal

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in branch trunk. The fix will be in the next release.

Note: See TracTickets for help on using tickets.