博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
LaTex:图片排版
阅读量:7042 次
发布时间:2019-06-28

本文共 812 字,大约阅读时间需要 2 分钟。

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

%% 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/

转载地址:http://mpxal.baihongyu.com/

你可能感兴趣的文章
关于科技趋势和未来机会,这8本书告诉你答案
查看>>
ios创建可拖动的视图
查看>>
Python介绍与特点(自学python知识整理)
查看>>
加一度分享:解决竞价推广跳出率太高的方法
查看>>
Pixelmator Pro比肩Photoshop,专业的图像处理软件,是真的吗?
查看>>
Maven 项目中依赖的搜索顺序
查看>>
程序员的福利:Android_JNI整套视频分享
查看>>
windows server 2008 R2 AD 域之---组策略软件分发
查看>>
我的友情链接
查看>>
AS的Cookie
查看>>
JPA GeneratedValue 主键 GenerationType.TABLE ORA-00933
查看>>
C++对const做的升级
查看>>
用xfire调用.net的webservice
查看>>
Linux操作系统开机自行启动项目详细解析(主要针对启动脚本)
查看>>
C++难点解析之const修饰符
查看>>
戴尔咨询携手SAP,助力企业价值提升
查看>>
默认字体设置
查看>>
TCP/IP详解卷1:第六章(ICMP:internet控制报文协议)
查看>>
Duplicate数据库 RMAN-05001 RMAN-06026
查看>>
如何让你mac osx的eclipse中debug JDK1.7时显示本地变量
查看>>