如何用tex导入ps图片?# TeX - TeX电子排版系统
f*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搞疯了!
\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搞疯了!