Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I can't find a lot of informations about LaTeXML here but I hope somebody can help me.

In a LaTeX document, I use a \includepdf with the option pages. I have created a mystyle.sty.ltxml in which I use the following macro :

RequirePackage('graphics');
DefMacro('\includepdf[]{}','\includegraphics[#1]{#2}');

When I want to compile with :

latexmlpost --dest=mypage.xhtml mydoc.xml, latexmlpost

the script transforms my pdf to a png. But every page is print above the previous, so we can't read the file. (by example, this png was generated from a "3 pages document")

Does someone have a solution ?

Sorry for my bad english

share|improve this question

closed as off topic by percusse, lockstep, Qrrbrbirlbel, Alan Munn, Joseph Wright Oct 7 '12 at 7:24

Questions on TeX - LaTeX Stack Exchange are expected to relate to TeX, LaTeX or related typesetting systems within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

The best place for asking LaTeXML questions is probably the LaTeXML mailing list (http://lists.jacobs-university.de/mailman/listinfo/project-latexml). There is also a bug tracker at https://trac.mathweb.org/LaTeXML/ if you think your question is more a bug.

The two main developers of LaTeXML are present (and active) the list and TRAC.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.