由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - 如何用tex导入ps图片?
相关主题
几个关于WinEdt, MikTex, Revtex4的问题求助,毕业论文格式
A quick question about page marginxfig上面如何输入数学公式
how to write copyleft character ???参考文献格式
谁知道latex怎么把连着的文献用‘-’联起来metapost画图在miktex中显示问题。
新手请教棘手问题-关于headerRe: latex equation editor
beamer里面的字是白色的?texnicCenter问题求助
请问怎么把两幅图并排放?用不同的标题?如何插入.eps 图片?
请教 bibliography 字体和正文不同的问题 紧急求助,标题空白无法设置
相关话题的讨论汇总
话题: psfig话题: 路径话题: begin话题: figure
进入TeX版参与讨论
1 (共1页)
f*******2
发帖数: 2
1
在winedt里面:输入
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\psfig{file=/picname.ps,height=2in,width=3in}
\end{figure}
\end{document}
command pr.框会说can't find the file
这是说要改我文件的路径吗?怎么改?这个file后面的路径到底改填什么路径?
我试着改了一下更详细的路径,\documentclass{article}
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\psfig{file=/other/picname.ps,height=2in,width=3in}
\end{figure}
command pr.框说:missing $
这几天彻底被tex搞疯了!
T*******n
发帖数: 493
2
Don't use psfig/epsfig. It's out of date and doesn't work with many
newer packages. Use graphics or graphicx.

【在 f*******2 的大作中提到】
: 在winedt里面:输入
: \documentclass{article}
: \usepackage{graphicx}
: \begin{document}
: \begin{figure}
: \psfig{file=/picname.ps,height=2in,width=3in}
: \end{figure}
: \end{document}
: command pr.框会说can't find the file
: 这是说要改我文件的路径吗?怎么改?这个file后面的路径到底改填什么路径?

1 (共1页)
进入TeX版参与讨论
相关主题
紧急求助,标题空白无法设置新手请教棘手问题-关于header
请教图片排版问题beamer里面的字是白色的?
pdflatex下的图形一问请问怎么把两幅图并排放?用不同的标题?
LaTeX 2.09 question请教 bibliography 字体和正文不同的问题
几个关于WinEdt, MikTex, Revtex4的问题求助,毕业论文格式
A quick question about page marginxfig上面如何输入数学公式
how to write copyleft character ???参考文献格式
谁知道latex怎么把连着的文献用‘-’联起来metapost画图在miktex中显示问题。
相关话题的讨论汇总
话题: psfig话题: 路径话题: begin话题: figure