cpp_nn_in_a_weekend icon indicating copy to clipboard operation
cpp_nn_in_a_weekend copied to clipboard

Epub

Open RicoP opened this issue 5 years ago • 1 comments

Would be great if you could also export the doc to epub so I can throw it on my e-reader.

I would do it myself, but pandoc gives me trouble.

RicoP avatar Sep 01 '20 11:09 RicoP

I added an attempt at an epub conversion here

Because the LaTeX I'm using isn't renderable with MathML (which doesn't support equation alignment, etc), my approach was to convert the math to images. Unfortunately a few of the equations were not able to render. Also, the pictorial diagrams drawn with TikZ failed to render properly as well so I'll have to investigate why that is. The last issue I noticed is that some of the code lines/comments in the verbatim environments are truncated. I'll leave this issue open as I would say the conversion is ~70% of the way there.

jeremyong avatar Sep 01 '20 15:09 jeremyong