I am trying to scale a PDF in a document. But I can't make it small enough. Is there a limit to how small a PDF can be scaled down to?
Code: Select all
\begin{table}[h]
\begin{tabular}{ccc}
a & \includegraphics[scale=0.1]{graph-positiveslope.pdf} & c\\
d & e & f
\end{tabular}
\end{table}
Any help would be greatly appreciated,
Thanks,
Shane