public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Cesar Romani <cesar.romani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Problem when converting epub to mobi
Date: Thu, 29 Jan 2015 17:04:37 -0500	[thread overview]
Message-ID: <maeapp$62g$1@ger.gmane.org> (raw)

On 01/12/2014 12:47 a.m., John MacFarlane wrote:
 > Thanks! I think this has already been fixed, in this commit to
 > pandoc-types:
 >
 > commit 4425dfc894761cc6cdff8e67d3e5ba78df2d5d4e
 > Author: John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org>
 > Date: Tue Jul 8 00:23:51 2014 -0600
 >
 > Added `type="text/css"` to link tags in epub3 template.
 >
 >
 > I suppose we should get a new release together before the year's
 > end.

Was it added? Because I'm having the same behavior as before, i.e. all
xhtml files have
<link rel="stylesheet" href="stylesheet.css" />

and not
<link rel="stylesheet" href="stylesheet.css" type="text/css" />

which has the effect that all style customizations on stylesheet aren't
recognized when converting the epub to mobi.

Moreover, on nav.xhtml it was added:

<nav epub:type="landmarks" hidden="hidden">
   <ol>
     <li>
       <a href="cover.xhtml" epub:type="cover">Cover</a>
     </li>
     <li>
       <a href="#toc" epub:type="toc">Table of contents</a>
     </li>
   </ol>
</nav>

which has the effect, that when converting the epub to mobi, it doesn't
contain any Table of Contents.


Many thanks in advance,

-- 
Cesar


             reply	other threads:[~2015-01-29 22:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-29 22:04 Cesar Romani [this message]
2015-01-30  6:09 ` Pablo Rodríguez
     [not found]   ` <54CB201D.6060408-S0/GAf8tV78@public.gmane.org>
2015-01-30 15:32     ` Cesar Romani
     [not found]       ` <54CBA422.9060108-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-01-30 21:49         ` John MacFarlane
     [not found]           ` <20150130214949.GA1805-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
2015-01-31  1:56             ` Cesar Romani
2015-01-31  2:21 ` John MacFarlane
     [not found]   ` <20150131022105.GA5231-bi+AKbBUZKbivNSvqvJHCtPlBySK3R6THiGdP5j34PU@public.gmane.org>
2015-01-31  3:14     ` Cesar Romani
  -- strict thread matches above, loose matches on Subject: below --
2014-12-01  3:09 Cesar Romani
2014-12-01  5:47 ` John MacFarlane

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='maeapp$62g$1@ger.gmane.org' \
    --to=cesar.romani-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).