latex 插入图片
Posted jun-phy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了latex 插入图片相关的知识,希望对你有一定的参考价值。
usepackage{graphicx}% Include figure files
调用了graphicx 宏包以后,就可以使用includegraphics 命令加载图片
includegraphics[?options?]{?filename?}
其中?filename? 为图片文件名,与使用include 命令类似,文件名有时需要使用相对路径 或绝对路径。图片文件的扩展名可写可不写。
includegraphics 命令的可选参数:
width=?width? 将图片缩放到宽度为?width?
height=?height? 将图片缩放到高度为?height?
scale=?scale? 将图片相对于原尺寸缩放?scale? 倍
angle=?angle? 令图片逆时针旋转?angle? 度
includegraphics[width=7cm]{xxx.pdf}
以上是关于latex 插入图片的主要内容,如果未能解决你的问题,请参考以下文章