Ask Your Question
1

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

asked 2016-07-22 11:54:24 +0200

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)

edit retag flag offensive close merge delete

Comments

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

kcrisman gravatar imagekcrisman ( 2016-07-23 19:48:53 +0200 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-07-23 19:49:37 +0200

kcrisman gravatar image

See this tex.SX question and answer, perhaps?

edit flag offensive delete link more

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: 2016-07-22 11:54:24 +0200

Seen: 4,430 times

Last updated: Jul 23 '16