码迷,mamicode.com
首页 > 其他好文 > 详细

latex_4

时间:2019-12-31 21:39:30      阅读:67      评论:0      收藏:0      [点我收藏+]

标签:phi   tcl   path   目录   pre   include   mat   png   pack   

%导言区
\documentclass{article}
\usepackage{ctex} %引入中文宏包

%导言区:\usepackage{graphicx}
%语法: \includegraphics[<选项>] {<文件名>}
%格式: EPS,PDF,PNG,JPEG,BMP

\usepackage{graphicx}
\graphicspath{{figures/},{pics/}}%图片在当前目录下的figures目录,以及pics文件夹
%正文区
\begin{document}
    \LaTeX{}中的插图

    \includegraphics{22_78.jpg}
    \includegraphics[scale=0.3]{22_78.jpg}
    \includegraphics[height=2cm]{22_78.jpg}
    \includegraphics[width=2cm]{22_78.jpg}
    \includegraphics[height=0.1\textheight]{22_78.jpg} % 文本高度0.1 倍的高度
    \includegraphics[width=0.2\textheight]{22_78.jpg}
    \includegraphics[angle=-45,width=0.2\textheight height=0.1\textheight]{22_78.jpg}

\end{document}
% texdoc graphicx

  

latex_4

标签:phi   tcl   path   目录   pre   include   mat   png   pack   

原文地址:https://www.cnblogs.com/hkkeryu/p/12127402.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!