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 file "mystyle.sty.ltxml" in which I use the following macro :
Code: Select all
RequirePackage('graphics');
DefMacro('\includepdf[]{}','\includegraphics[#1]{#2}');
Code: Select all
latexmlpost --dest=mypage.xhtml mydoc.xml
latexmlpost
Does someone have a solution ?
Sorry for my bad English