View Single Post
Old 11-27-2012, 10:05 AM   #1
rrt
Member
rrt began at the beginning.
 
Posts: 10
Karma: 10
Join Date: Nov 2012
Device: none
Converting to EPUB without making a TOC

I would like to make short documents into EPUB files. They do not need a TOC: I am thinking about individual short stories, poems &c.

I can find lots of hints on how to generate a TOC, but I can't find out how NOT to generate one! I'm starting from LaTeX, and going via LaTeXML quite successfully:

latexml --dest="$book.xml" "$book.tex"
latexmlpost --nodefaultcss --dest="$book.html" "$book.xml"
ebook-convert "$book.html" "$book.epub" --language en --no-default-epub-cover "$@"

Is there some way to make ebook-convert not make a TOC?
rrt is offline   Reply With Quote