| 查看: 4827 | 回复: 6 | |||
| 当前主题已经存档。 | |||
| 当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖 | |||
[交流]
LATEX如何连续插入多个图片
|
|||
|
在LATEX中如何连续插入多个图片呢,一个可以成功: \begin{figure} \includegraphics[width=6.5in]{Fig1.ps} \caption{11} \end{figure}连续放多个图片怎么编辑程序?谢谢 取消了 [ Last edited by xiwang6930 on 2009-7-2 at 10:50 ] |
» 猜你喜欢
一个化合物的合成路线:CAS:367929-02-0 名称:8β-乙烯基雌二醇
已经有3人回复
中国地质大学(北京)博士招生补录,数理学院材料科学与工程专业和材料与化工专业
已经有3人回复
河北省自然基金
已经有8人回复
收到国自然专家邀请后几年才会有本子送过来评
已经有3人回复
考博
已经有3人回复
有没有快的中文核心比较快录用的,纳米材料光催化
已经有4人回复
本人42,博士刚毕业,现在找不到工作,怎么办?:(
已经有21人回复
有人投过CCC中国控制会议吗?
已经有3人回复
3,4-二羟基苯乙酮如何纯化?
已经有5人回复
国基评审
已经有10人回复
snogisun
木虫 (正式写手)
- 应助: 3 (幼儿园)
- 金币: 2034.2
- 散金: 150
- 红花: 5
- 帖子: 498
- 在线: 190.9小时
- 虫号: 629008
- 注册: 2008-10-17
- 性别: GG
- 专业: 人工智能与知识工程
★ ★
xiwang6930(金币+2,VIP+0):\subfigure[],这个[]内用加什么吗,我不是做成几个子图,是图1 图2 图3 图4 这样,这么编辑对吗,很感谢你 6-30 15:33
xiwang6930(金币+2,VIP+0):\subfigure[],这个[]内用加什么吗,我不是做成几个子图,是图1 图2 图3 图4 这样,这么编辑对吗,很感谢你 6-30 15:33
|
用\usepackage{subfigure} \begin{figure}[!t] \centering \subfigure[]{\includegraphics[width=3in,height=2in]{fig4a.eps}} \subfigure[]{\includegraphics[width=3in,height=2in]{fig4b.eps}} \subfigure[]{\includegraphics[width=3in,height=2in]{fig4c.eps}} \subfigure[]{\includegraphics[width=3in,height=2in]{fig4d.eps}} \caption{ Dynamics of hysteretic neurons with different initial noise amplitudes $A(0)$. (a) Dynamics of the proposed hysteretic neuron with $A(0)=0.01$; (b) Dynamics of the proposed hysteretic neuron with $A(0)=0.003$; (c) Dynamics of the neuron using the previous hysteretic activation function with $A(0)=0.01$; (d) Dynamics of the neuron using the previous hysteretic activation function with $A(0)=0.003$.} \label{fig4} \end{figure} |
5楼2009-06-30 14:48:29
2楼2009-06-30 10:33:24
metapost868
银虫 (小有名气)
- 应助: 0 (幼儿园)
- 金币: 247.5
- 帖子: 79
- 在线: 6.3小时
- 虫号: 516593
- 注册: 2008-03-03
- 性别: GG
- 专业: 超导电工学
|
check out the package called subfig see here for a Chinese translation of rather older version document. http://www.scribd.com/doc/2289186/LaTeX2e A newer version could be found here: ftp://ftp.tex.ac.uk/tex-archive/info/epslatex.pdf |
3楼2009-06-30 10:34:40
4楼2009-06-30 10:37:37












回复此楼