Determine the boundary of pdf file
gs -o /dev/null -sDEVICE=bbox Input.pdf
Header:
% Inserting a pdf file in latex
\usepackage{ifpdf}
\ifpdf %%Einbindung von Grafiken mittels \includegraphics{datei}
\usepackage[pdftex]{graphicx} %%Grafiken in pdfLaTeX
\else
\usepackage[dvips]{graphicx} %%Grafiken und normales LaTeX
\fi
Body :
\begin{figure}
\centering
\includegraphics[width=1.2\textwidth,bb=18 42 594 772]{111.pdf}
\end{figure}
- !LaTeX Error: Cannot determine size of graphic in simLinkError.pdf (no Bounding Box)
- \pageref points to wrong page number
0 意見:
張貼留言