我在这里碰到过这个代码(如何在 LateX 中操作外部生成的 pdf 图形?) 允许我向 pdf 文件中的图像发送一些标签/注释。pdf 文件已被裁剪,但当我编译它时,我看到 pdf 文件是一张完整的 A4 纸,底部有一个数字。
以下是代码:
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{picture}(0,0)%
\put(0,0){\includegraphics[width=.4\textwidth]{Telescope_Lens.pdf}}%
\end{picture}%
\end{document}
知道这里发生了什么吗?非常感谢