
: 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.
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. The final epub file is missing Title, Author and Date information.
$ pandoc -S -o mybook.epub --epub-cover-image=images/my_cover.png title.txt mybook.tex
I've tried a second book where the source is in markdown (not LaTeX) format. The title page works correctly.
$ pandoc -S -o guide.epub title.txt part1.markdown part2.markdown
Is there a setting I am missing to get the YAML file (the title.txt file) correct when LaTeX is the source to pandoc?
I used LaTeX rather than markdown for the first book so I could use the sffms LaTeX document class.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Surya

: 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,

: Web service that sends html pages with code to kindle I have a kindle and I am trying several web/cloud services that send a web page converted to kindle format to my kindle using myname@free.kindle.com.
1 Comments
Sorted by latest first Latest Oldest Best
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