latex 插入图片
\usepackage{graphicx}% Include figure files
调用了graphicx 宏包以后,就可以使用\includegraphics 命令加载图片
\includegraphics[⟨options⟩]
其中⟨filename⟩ 为图片文件名,与使用\include 命令类似,文件名有时需要使用相对路径 或绝对路径。图片文件的扩展名可写可不写。
\includegraphics 命令的可选参数:
width=⟨width⟩ 将图片缩放到宽度为⟨width⟩
height=⟨height⟩ 将图片缩放到高度为⟨height⟩
scale=⟨scale⟩ 将图片相对于原尺寸缩放⟨scale⟩ 倍
angle=⟨angle⟩ 令图片逆时针旋转⟨angle⟩ 度
\includegraphics[width=7cm]{xxx.pdf}
The purview of science grows rapidly with time. It is the responsibility of each generation to join new insights to old wisdom, and to distill the key ideas for the next generation --James P. Sethna