
: Re: How to create ePub with title page from LaTeX source using pandoc I have a book written in LaTeX. I can build an epub output file using pandoc, but I cannot get the epub title page right.
0 Reactions
I was able to work around the issue as follows:
$ pandoc -S -o mybook.markdown mybook.tex
$ pandoc -S -o mybook.epub --epub-cover-image=images/my_cover.png title.txt mybook.markdown
By converting the LaTeX file to markdown, the second pandoc command was able to apply the Title, Author and Date information in title.txt to the epub file.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Surya

: How to create ePub with title page from LaTeX source using pandoc I have a book written in LaTeX. I can build an epub output file using pandoc, but I cannot get the epub title page right.
0 Reactions

: Epub 2.O: font in ul, ol lists is smaller than regular font I'm formatting an ebook that has taught me many things ... usually after a fair bit of angst, consultation of manuals, online sleuthing,
0 Reactions