由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - [转载] LaTeX里插入图片?
相关主题
Re: [转载] eps多图问题Re: help me on latex
找到咯Re: LaTeX如何插入中文Re: latex
Re: LaTex插图问题请教Re: A small queation in LaTeX
Re: latex求救Re: [转载] any good book or site to learn TeX
Latex 顺序乱了 (转载)Latex中的一个符号
[转载]Mathematica函数及使用方法(10)Re: 请问那个h bar怎么输入
Re: MATLAB求教!!!帽子的颜色
Re: figure in pdf questionRe: matlab 有直接画散点的命令么?
相关话题的讨论汇总
话题: latex话题: gif话题: 图片话题: jpg话题: eps
进入Science版参与讨论
1 (共1页)
h**t
发帖数: 54
1
【 以下文字转载自 Programming 讨论区,原文如下 】
发信人: host (小金蛇@天天向上), 信区: Programming
标 题: LaTeX里插入图片?
发信站: The unknown SPACE (Wed May 24 21:28:18 2000) WWW-POST
如果只有*.gif或*.jpg等普通格式的图片,如何加入到
LaTeX文件中去?偶用
\begin{figure}
\includegraphics{test1.gif}
\caption{test1}
\end{figure}
不能显示出图片。据说有个eps的东西有用。
那位大侠给教一下,最好详细一点。
大家有简单的办法也请教一下。
l*****g
发帖数: 8
2
Suggestion:
- Open *.gif/jpg with netscape
- print to ps file
- \includegraphics{test1.ps}
Hope this help.

【在 h**t 的大作中提到】
: 【 以下文字转载自 Programming 讨论区,原文如下 】
: 发信人: host (小金蛇@天天向上), 信区: Programming
: 标 题: LaTeX里插入图片?
: 发信站: The unknown SPACE (Wed May 24 21:28:18 2000) WWW-POST
: 如果只有*.gif或*.jpg等普通格式的图片,如何加入到
: LaTeX文件中去?偶用
: \begin{figure}
: \includegraphics{test1.gif}
: \caption{test1}
: \end{figure}

r****y
发帖数: 1437
3

Do not bother netscape, just xv will do a good job to convert
graphic format.

【在 l*****g 的大作中提到】
: Suggestion:
: - Open *.gif/jpg with netscape
: - print to ps file
: - \includegraphics{test1.ps}
: Hope this help.

p***a
发帖数: 20
4
yes, in "xv" you can crop the picture and just take what you want.
Anyway, it is not good idea to put jpg/gif in latex because after
the change from jpg/gif, the resolution is getting low.
Usually, generate "eps" file first, now I think many software support
generating "eps".

【在 r****y 的大作中提到】
:
: Do not bother netscape, just xv will do a good job to convert
: graphic format.

1 (共1页)
进入Science版参与讨论
相关主题
Re: matlab 有直接画散点的命令么?Latex 顺序乱了 (转载)
Re: 各位老大问个问题.....it is about latex..[转载]Mathematica函数及使用方法(10)
Re: LaTeX如何插入中文Re: MATLAB求教!!!
MiKTeX2.1支持中文Re: figure in pdf question
Re: [转载] eps多图问题Re: help me on latex
找到咯Re: LaTeX如何插入中文Re: latex
Re: LaTex插图问题请教Re: A small queation in LaTeX
Re: latex求救Re: [转载] any good book or site to learn TeX
相关话题的讨论汇总
话题: latex话题: gif话题: 图片话题: jpg话题: eps