Code: Select all
pdf inclusion page group detected which pdftex can't handle. ignoring it.
Thanks,
David
Code: Select all
pdf inclusion page group detected which pdftex can't handle. ignoring it.
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\listfiles
\documentclass{memoir}
\usepackage{graphicx}
\begin{document}
\includegraphics{Consistency}
\end{document}
Code: Select all
*File List*
memoir.cls 2009/02/06 v1.6180339e configurable book, report, article docum
ent class
ifpdf.sty 2007/12/12 v1.6 Provides the ifpdf switch (HO)
ifxetex.sty 2009/01/23 v0.5 Provides ifxetex conditional
ifluatex.sty 2007/12/12 v1.0 Provides the ifluatex switch (HO)
mem10.clo 2008/01/30 v0.3 memoir class 10pt size option
mempatch.sty 2008/07/23 v6.0 Patches for memoir class v1.6180339
graphicx.sty 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
keyval.sty 1999/03/16 v1.13 key=value parser (DPC)
graphics.sty 2006/02/20 v1.0o Standard LaTeX Graphics (DPC,SPQR)
trig.sty 1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
pdftex.def 2008/09/08 v0.04l Graphics/color for pdfTeX
supp-pdf.tex
Consistency.pdf Graphic file (type pdf)
Code: Select all
\documentclass[a4paper,10pt]{article}
\usepackage{graphicx}
\begin{document}
\section{Sec 1}
\begin{figure}[ht!]
\label{fig:ConsistencyFunction}
\begin{center}
\includegraphics[width=.8\linewidth]{images/Consistency}
\end{center}
\caption{Diagram of consistency function}
\end{figure}
\end{document}
Code: Select all
[PDFLaTeX] Test.tex => Test.pdf (pdflatex)
./Test.tex:0: pdflatex (file ./images/Consistency.pdf): PDF inclusion: Page Group detected which pdfTeX can't handle. Ignoring it.
[PDFLaTeX] 0 errors, 1 warning, 0 badboxes
[PDFLaTeX] Done!
Code: Select all
[doriad@davedesktop ConsistencyConfidence]$ pdflatex Test.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
%&-line parsing enabled.
entering extended mode
(./Test.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak, german, ng
erman, danish, esperanto, spanish, catalan, galician, estonian, farsi, finnish,
french, greek, monogreek, ancientgreek, croatian, hungarian, interlingua, ibyc
us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk, polish, por
tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian, swedish,
turkish, ukenglish, ukrainian, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size10.clo))
(/usr/share/texmf/tex/latex/graphics/graphicx.sty
(/usr/share/texmf/tex/latex/graphics/keyval.sty)
(/usr/share/texmf/tex/latex/graphics/graphics.sty
(/usr/share/texmf/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf/tex/latex/pdftex-def/pdftex.def))) (./Test.aux)
<images/Consistency.pdf, id=1, 548.44902pt x 399.894pt>
<use images/Consistency.pdf> [1{/usr/share/texmf/fonts/map/pdftex/updmap/pdftex
.map} <./images/Consistency.pdf
pdfTeX warning: pdflatex (file ./images/Consistency.pdf): PDF inclusion: Page G
roup detected which pdfTeX can't handle. Ignoring it.
>] (./Test.aux)
*File List*
article.cls 2005/09/16 v1.4f Standard LaTeX document class
size10.clo 2005/09/16 v1.4f Standard LaTeX file (size option)
graphicx.sty 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
keyval.sty 1999/03/16 v1.13 key=value parser (DPC)
graphics.sty 2006/02/20 v1.0o Standard LaTeX Graphics (DPC,SPQR)
trig.sty 1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg 2007/01/18 v1.5 graphics configuration of teTeX/TeXLive
pdftex.def 2007/01/08 v0.04d Graphics/color for pdfTeX
images/Consistency.pdf
***********
)</usr/share/texmf/fonts/type1/bluesky/cm/cmbx12.pfb></usr/share/texmf/fonts/t
ype1/bluesky/cm/cmr10.pfb>
Output written on Test.pdf (1 page, 15863 bytes).
Transcript written on Test.log.
NEW: TikZ book now 40% off at Amazon.com for a short time.