由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Windows版 - Re: Is there any software can be used to draw figure for latex?
相关主题
有没有windows里的软件做适合Latex的eps图how to insert a image in a cell of a table?
xfig上面如何输入数学公式关于Latex插入图表之我见
如何在journal文章中加入作者的bio和照片?如何在table里面插入图?
Re: 怎么让PS图形转个90度, 急!导入图形的时候, 那个图形文件应该要放在什么目录下
Re: [转载] eps figure questions.新手请教棘手问题-关于header
Latex figure: can not find figure怎么在foils里插入eps图片?
请教图片排版问题unkown graphics extension:.eps
urgent help on \includegraphics, pls.请问怎么把两幅图并排放?用不同的标题?
相关话题的讨论汇总
话题: latex话题: draw话题: end话题: figure话题: software
进入Windows版参与讨论
1 (共1页)
i**n
发帖数: 1481
1
I use xfig to draw pictures for latex, after you finish the
picture, export it as *.epi file. Later you may use standard
way to include this image in the latex, and then generate it
in the *.dvi file.
\documentclass[a4paper,12pt,twoside]{article}
\usepackage{graphicx}
\begin{document}
This is a sample.
\begin{center}
\includegraphics[width=5cm]{drawing.epi(drawing.ps)}
\end{center}
End of sample.
\end{document}
I think there must be another way of doing it, but I never
1 (共1页)
进入Windows版参与讨论
相关主题
请问怎么把两幅图并排放?用不同的标题?Re: [转载] eps figure questions.
如何插入.eps 图片?Latex figure: can not find figure
请教引用图片的 DPI 问题请教图片排版问题
插图问题urgent help on \includegraphics, pls.
有没有windows里的软件做适合Latex的eps图how to insert a image in a cell of a table?
xfig上面如何输入数学公式关于Latex插入图表之我见
如何在journal文章中加入作者的bio和照片?如何在table里面插入图?
Re: 怎么让PS图形转个90度, 急!导入图形的时候, 那个图形文件应该要放在什么目录下
相关话题的讨论汇总
话题: latex话题: draw话题: end话题: figure话题: software