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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply