LaTex:图片排版

Posted

tags:

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

一般支持三种格式的图片排版

%% if you use PostScript figures in your article

%% use the graphics package for simple commands

%% usepackage{graphics}

%% or use the graphicx package for more complicated commands

%% usepackage{graphicx}

%% or use the epsfig package if you prefer to use the old commands

%% usepackage{epsfig}

eps格式图片的排版举例:

首先需要在导言部分引入相关包:usepackage{epsfig}

排版效果图:

技术分享

 

排版代码:

%Latex排版之图片排版

begin{figure*}[!htbp]

centering

psfig{file=pic/Ex4-20ga.eps,width=1.5in,origin=br,angle=-90}

psfig{file=pic/Ex4-20gb.eps,width=1.5in,origin=br,angle=-90}

%psfig{file=pic/Ex4-20gc.eps,width=1.5in,origin=br,angle=-90}

caption {Experiment result for uneven data distribution.}

label{fig:ex4}

end{figure*}

需要注意的:在论文中排版eps图片后,编译tex文件的顺序为:先运行编译TeXify 技术分享,再运行dvi2pdf技术分享 得到pdf文件。

 

from: http://www.binghe.org/2010/03/typeset-graphics-in-latex/

以上是关于LaTex:图片排版的主要内容,如果未能解决你的问题,请参考以下文章

latex jpg图片排版

LaTeX的图片插入及排版[转]

latex排版的时候不显示图片是怎么回事

latex 插图排版

LaTex排版操作教程---生成tex标准eps图的技巧

latex如何插入图片