latex_4

Posted hkkeryu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了latex_4相关的知识,希望对你有一定的参考价值。

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

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

usepackage{graphicx}
graphicspath{{figures/},{pics/}}%图片在当前目录下的figures目录,以及pics文件夹
%正文区
egin{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	extheight]{22_78.jpg} % 文本高度0.1 倍的高度
    includegraphics[width=0.2	extheight]{22_78.jpg}
    includegraphics[angle=-45,width=0.2	extheight height=0.1	extheight]{22_78.jpg}

end{document}
% texdoc graphicx

  

以上是关于latex_4的主要内容,如果未能解决你的问题,请参考以下文章

latex数学公式

latex_4

LATEX中的数学使用Python

LaTex语法

Latex 入门教程

latex 伪代码 algorithm2e方式