由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - graph question
相关主题
插图问题加载多幅图片出现的问题,无法显示
如何在table里面插入图?如何让一个table和picture永远在一起
请看代码,如何调整上下两个图的距离?请教高手:subfig 排三个图
插图问题how to import graphs into latex?
latex单栏文档中如何双栏显示图片how to indent all lines in a paragraph
图表混排的问题怎么给每个minipage加上caption??
怎么让minipage里的多图竖排列并居中?请问在latex能不能插入被文字环绕的图片?
subfigure的问题。a bulleted list in a table?
相关话题的讨论汇总
话题: minipage话题: graph话题: hehe话题: linewidth话题: mode
进入TeX版参与讨论
1 (共1页)
n*s
发帖数: 752
1
how to put a graph on the right, and a paragraph on the left, the 2 aligned
with the same top line? like:
here is the normal text mode, hehe. hehe.
adsfas asdf asd fa dfasd fa |-----------|
asdfa asdfads adfas adsfaf | ^_^ |
| _ OO |
adf dfasfd adff | o^o .) |
dsfadf afddadf |-----------|
now, normal text mode again, hehe. that's
it
J*******r
发帖数: 379
2
如果你知道,文字和图的长度,可以简单的用minipage完成这个功能.
如果你希望更灵活一些,可以用wrapfig package.好像还有一两个其他的
工具包也能实现相同的功能.

【在 n*s 的大作中提到】
: how to put a graph on the right, and a paragraph on the left, the 2 aligned
: with the same top line? like:
: here is the normal text mode, hehe. hehe.
: adsfas asdf asd fa dfasd fa |-----------|
: asdfa asdfads adfas adsfaf | ^_^ |
: | _ OO |
: adf dfasfd adff | o^o .) |
: dsfadf afddadf |-----------|
: now, normal text mode again, hehe. that's
: it

n*s
发帖数: 752
3
i tried this, seems to work:
\begin{minipage}[t]{\linewidth}
\parbox[t]{0.6\linewidth}{what i want to say........... }
\hfill
\begin{minipage}[t]{0.3\linewidth}
\mbox{\includegraphics[width=3cm]{mpe.eps}}
\end{minipage}
\end{minipage}

【在 J*******r 的大作中提到】
: 如果你知道,文字和图的长度,可以简单的用minipage完成这个功能.
: 如果你希望更灵活一些,可以用wrapfig package.好像还有一两个其他的
: 工具包也能实现相同的功能.

1 (共1页)
进入TeX版参与讨论
相关主题
a bulleted list in a table?latex单栏文档中如何双栏显示图片
请教如何写出这样的作者署名?图表混排的问题
如何让minipage横跨两页怎么让minipage里的多图竖排列并居中?
怎样创建一个这样的environment用来做示例subfigure的问题。
插图问题加载多幅图片出现的问题,无法显示
如何在table里面插入图?如何让一个table和picture永远在一起
请看代码,如何调整上下两个图的距离?请教高手:subfig 排三个图
插图问题how to import graphs into latex?
相关话题的讨论汇总
话题: minipage话题: graph话题: hehe话题: linewidth话题: mode