I used LaTeXML (version 0.8.5) as a part of generating an ebook, as follows:
latexml --dest ../book.xml main.tex
It leaves a message at the end of the book:
How do I remove this message?
I used LaTeXML (version 0.8.5) as a part of generating an ebook, as follows:
latexml --dest ../book.xml main.tex
It leaves a message at the end of the book:
How do I remove this message?
I'll first say that line looks like a citation/logo, so removing it seems to be deceptive, if it's not explicitly forbidden (for example, Google Maps explicitly does not allow you to hide their logo).
But if you want to do this anyway, there's two approaches. The easier is to use css to hide it with: footer.ltx_page_footer { display: none; }. This technically hides the message, not removes it.
If you really want to remove it, you can supply a custom xslt that extends the xslt that you're using for latexmlpost.