First time here? Check out the FAQ!

Ask Your Question
1

pdfTeX warning: multiple pdfs with page group included in a single page

asked 8 years ago

Eugene gravatar image

Hello!

I try to add two PDF plots made in Sage on a single page and pdflatex gives me the following warning:

pdfTeX warning: pdflatex (file ./sage2.pdf): PDF inclusion: multiple pdfs with 
page group included in a single page

The plots are produced with:

plot(sin, 0, 4 * pi).save(r'/tmp/sage1.pdf', figsize=(2, 2))
plot(cos, 0, 4 * pi).save(r'/tmp/sage2.pdf', figsize=(2, 2))

And the LaTeX document is:

\documentclass[12pt]{article}

\usepackage{graphicx}

\begin{document}

\includegraphics{sage1}
\includegraphics{sage2}

\end{document}

The resulting document is OK, but the warning is pretty annoying. Is there any way to get rid of this warning? (Except putting plots on a separate pages)

Preview: (hide)

Comments

I get this quite a bit with SageTeX as well. It never seems to cause problems.

kcrisman gravatar imagekcrisman ( 8 years ago )

1 Answer

Sort by » oldest newest most voted
0

answered 8 years ago

kcrisman gravatar image

See this tex.SX question and answer, perhaps?

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 8 years ago

Seen: 4,829 times

Last updated: Jul 23 '16