由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - one question about latex figure
相关主题
请教两个插图的问题问一个pdfpages package 的问题
Latex figure: can not find figure双栏的时候如何让图片独占双栏?
how to include equations in tgif/xfig figures求教一个tex中插入eps图片的问题
latex 插图出现的问题请教如何摆一个大图
新手请问插图问题关于figure placement 最重要的,很多新手不明白
[合集] Latex 插入figure的一个问题Beamer: resizing figure and table
导入一大堆figures,说“pdflatex.exe: Too many open files”urgent help with latex figures
2列文章里面跨列图片请教关于subfigure的问题
相关话题的讨论汇总
话题: figure话题: latex话题: figures话题: question
进入TeX版参与讨论
1 (共1页)
x****y
发帖数: 30
1
hi,
I know how to use latex to put two figures side by side (left and right),
but how to make two figures top and bottom?
any template code?
Thanks
S*********g
发帖数: 5298
2
\begin{figure
\includegraphics{top.eps}\\
\includegraphics{bottom.eps}
\end{figure}

【在 x****y 的大作中提到】
: hi,
: I know how to use latex to put two figures side by side (left and right),
: but how to make two figures top and bottom?
: any template code?
: Thanks

x****y
发帖数: 30
3
Thanks. it works.
But the space between top and bottom figure is kind of large. based on your
template, how can I reduce their inter-space?
Thanks again!
S*********g
发帖数: 5298
4
\vspace{-.2in}

your

【在 x****y 的大作中提到】
: Thanks. it works.
: But the space between top and bottom figure is kind of large. based on your
: template, how can I reduce their inter-space?
: Thanks again!

T*******n
发帖数: 493
5
\begin{figure}
\includegraphics{top.eps}\\[-6pt] % <== here
\includegraphics{bottom.eps}
\end{figure}

your

【在 x****y 的大作中提到】
: Thanks. it works.
: But the space between top and bottom figure is kind of large. based on your
: template, how can I reduce their inter-space?
: Thanks again!

1 (共1页)
进入TeX版参与讨论
相关主题
请教关于subfigure的问题新手请问插图问题
如何把figure的caption放在下一页?[合集] Latex 插入figure的一个问题
[合集] 插入图片路径不对导入一大堆figures,说“pdflatex.exe: Too many open files”
latex里面如果禁止eps图片浮动啊?2列文章里面跨列图片
请教两个插图的问题问一个pdfpages package 的问题
Latex figure: can not find figure双栏的时候如何让图片独占双栏?
how to include equations in tgif/xfig figures求教一个tex中插入eps图片的问题
latex 插图出现的问题请教如何摆一个大图
相关话题的讨论汇总
话题: figure话题: latex话题: figures话题: question