首页 > 其他 > 详细

latex 插入图片

时间:2020-07-12 18:58:25      阅读:62      评论:0      收藏:0      [点我收藏+]

\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 插入图片

原文:https://www.cnblogs.com/jun-phy/p/13289190.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!