emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ANN/RFC: ox-epub
@ 2017-04-16 15:18 Mark Meyer
  2017-04-16 20:39 ` Adam Porter
  2017-04-16 23:25 ` Eric Abrahamsen
  0 siblings, 2 replies; 8+ messages in thread
From: Mark Meyer @ 2017-04-16 15:18 UTC (permalink / raw)
  To: emacs-orgmode

Hi,
this is to announce that ox-epub is now in a somewhat working state and
pretty much aligned with the rest of the ox framework.

https://github.com/ofosos/ox-epub

The current release is 0.2.1 which is right now syncing to MELPA stable.

If you want to generate EPUB directly from org mode, please give it a
spin. The output should always be reasonable and readable in an ebook
reader, but I'm also interested in a more formal way of checking
correctsness. So if you're at it, you may try
https://github.com/IDPF/epubcheck which will give you a detailed listing
of problems with the generated epub.

If you or epubcheck find any reason to complain, please don't hesitate
to open a bug on github, or by directly mailing to me. Please attach any
relevant data, in general the output of epubcheck might be sufficient. I
will try to solve any issues without requesting your data.

Hope you like it.

Cheers, Mark

-- 
   Mark Meyer
   mark@ofosos.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ANN/RFC: ox-epub
  2017-04-16 15:18 Mark Meyer
@ 2017-04-16 20:39 ` Adam Porter
  2017-04-16 23:25 ` Eric Abrahamsen
  1 sibling, 0 replies; 8+ messages in thread
From: Adam Porter @ 2017-04-16 20:39 UTC (permalink / raw)
  To: emacs-orgmode

Hi Mark,

I can't say I have much need for ePub exporting right now myself, but
congratulations on putting this together, looks like great work!

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ANN/RFC: ox-epub
  2017-04-16 15:18 Mark Meyer
  2017-04-16 20:39 ` Adam Porter
@ 2017-04-16 23:25 ` Eric Abrahamsen
  1 sibling, 0 replies; 8+ messages in thread
From: Eric Abrahamsen @ 2017-04-16 23:25 UTC (permalink / raw)
  To: emacs-orgmode

Mark Meyer <mark@ofosos.org> writes:

> Hi,
> this is to announce that ox-epub is now in a somewhat working state and
> pretty much aligned with the rest of the ox framework.
>
> https://github.com/ofosos/ox-epub

This is great! I don't have time to test-drive it right now, but I definitely
will before too long.

Thanks

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ANN/RFC: ox-epub
       [not found] <26cf53d15bad49a3ad26366c4fb2c503@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
@ 2017-04-17 12:33 ` Eric S Fraga
  2017-04-18  4:25   ` Mark Meyer
  2017-04-18  5:18   ` Mark Meyer
  0 siblings, 2 replies; 8+ messages in thread
From: Eric S Fraga @ 2017-04-17 12:33 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 508 bytes --]

On Sunday, 16 Apr 2017 at 15:18, Mark Meyer wrote:
> Hi,
> this is to announce that ox-epub is now in a somewhat working state and
> pretty much aligned with the rest of the ox framework.
>
> https://github.com/ofosos/ox-epub

Hi Mark,

this sounds potentially very useful (to me, at least).  Will it export
equations and tables, even if as images?  I guess I could simply try
it... which I'll aim to do this week.

thanks,
eric

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 26.0.50, Org release_9.0.5-444-g998576

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 194 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ANN/RFC: ox-epub
  2017-04-17 12:33 ` ANN/RFC: ox-epub Eric S Fraga
@ 2017-04-18  4:25   ` Mark Meyer
  2017-04-18  5:18   ` Mark Meyer
  1 sibling, 0 replies; 8+ messages in thread
From: Mark Meyer @ 2017-04-18  4:25 UTC (permalink / raw)
  To: emacs-orgmode

Hi Eric,

>>>>> "Eric" == Eric S Fraga <e.fraga@ucl.ac.uk> writes:

    Eric> this sounds potentially very useful (to me, at least).  Will
    Eric> it export equations and tables, even if as images?  I guess I
    Eric> could simply try it... which I'll aim to do this week.

Tables should be no problem. Equations I'll say are not supported. I'd
assume you want MathML support, this was delivered with EPUB 3.0.1,
while we're currently targeting EPUB 2.0.1.

Let me look into that.

Cheers, Mark

-- 
   Mark Meyer
   mark@ofosos.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ANN/RFC: ox-epub
  2017-04-17 12:33 ` ANN/RFC: ox-epub Eric S Fraga
  2017-04-18  4:25   ` Mark Meyer
@ 2017-04-18  5:18   ` Mark Meyer
  2017-04-18 10:47     ` Rasmus
  1 sibling, 1 reply; 8+ messages in thread
From: Mark Meyer @ 2017-04-18  5:18 UTC (permalink / raw)
  To: emacs-orgmode

>>>>> "Eric" == Eric S Fraga <e.fraga@ucl.ac.uk> writes:

Hi Eric,

    Eric> this sounds potentially very useful (to me, at least).  Will
    Eric> it export equations and tables, even if as images?  I guess I
    Eric> could simply try it... which I'll aim to do this week.

epubtest.org is something aking to an exhaustive test of feature
compliance of reading
systems. http://epubtest.org/testsuite/epub3/feature/mathml/ details the
MathML support for these devices. It looks kind of discouraging.

Now most readers support some kind of JavaScript, but that support is
not clearly specified in the standard. So using MathJax may be possible
on some devices, but not on others.

I'll keep looking on how to best implement this.

Cheers, Mark

-- 
   Mark Meyer
   mark@ofosos.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ANN/RFC: ox-epub
  2017-04-18  5:18   ` Mark Meyer
@ 2017-04-18 10:47     ` Rasmus
  2017-04-18 18:56       ` Mark Meyer
  0 siblings, 1 reply; 8+ messages in thread
From: Rasmus @ 2017-04-18 10:47 UTC (permalink / raw)
  To: emacs-orgmode

Hi Mark, 

Mark Meyer <mark@ofosos.org> writes:

> I'll keep looking on how to best implement [math support].

Probably the default solution should be images.  Do you think svg images
would be an option?  From here it seems it might generally work for at
least epub-3.

    http://epubtest.org/testsuite/epub3/feature/image-embedding/

We can produce svg images with dvisvgm already, cf.

    http://orgmode.org/org.html#Math-formatting-in-HTML-export

Is it possible in epub to specify fallback rendering options like in HTML?
If so it might be possible to put in both an MathML rendering and an svg
image.

Thanks,
Rasmus

-- 
And when I’m finished thinking, I have to die a lot

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ANN/RFC: ox-epub
  2017-04-18 10:47     ` Rasmus
@ 2017-04-18 18:56       ` Mark Meyer
  0 siblings, 0 replies; 8+ messages in thread
From: Mark Meyer @ 2017-04-18 18:56 UTC (permalink / raw)
  To: Rasmus, emacs-orgmode

I will look into Image Export.

Cheers, Mark

On Tue, Apr 18, 2017, at 12:47, Rasmus wrote:
> Hi Mark, 
> 
> Mark Meyer <mark@ofosos.org> writes:
> 
> > I'll keep looking on how to best implement [math support].
> 
> Probably the default solution should be images.  Do you think svg images
> would be an option?  From here it seems it might generally work for at
> least epub-3.
> 
>     http://epubtest.org/testsuite/epub3/feature/image-embedding/
> 
> We can produce svg images with dvisvgm already, cf.
> 
>     http://orgmode.org/org.html#Math-formatting-in-HTML-export
> 
> Is it possible in epub to specify fallback rendering options like in
> HTML?
> If so it might be possible to put in both an MathML rendering and an svg
> image.
> 
> Thanks,
> Rasmus
> 
> -- 
> And when I’m finished thinking, I have to die a lot
> 
> 


-- 
  Mark Meyer
  mark@ofosos.org

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-04-18 18:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <26cf53d15bad49a3ad26366c4fb2c503@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2017-04-17 12:33 ` ANN/RFC: ox-epub Eric S Fraga
2017-04-18  4:25   ` Mark Meyer
2017-04-18  5:18   ` Mark Meyer
2017-04-18 10:47     ` Rasmus
2017-04-18 18:56       ` Mark Meyer
2017-04-16 15:18 Mark Meyer
2017-04-16 20:39 ` Adam Porter
2017-04-16 23:25 ` Eric Abrahamsen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).