Conversion Toolspdfpages | Use with LaTeXML

Information and discussion about output converters related to LaTeX (e.g. dvips, ps2pdf, ...)
Post Reply
neitsab
Posts: 1
Joined: Wed Jul 25, 2012 6:06 pm

pdfpages | Use with LaTeXML

Post by neitsab »

Hi,

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}');
When I want to compile with :

Code: Select all

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.

Does someone have a solution ?

Sorry for my bad English

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Post Reply