cpp_nn_in_a_weekend
cpp_nn_in_a_weekend copied to clipboard
Epub
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.
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.