由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - how to import graphs into latex?
相关主题
关于Latex插入图表之我见请教图片排版问题
metapost画图在miktex中显示问题。如何在table里面插入图?
询问在scientific workplace里面用beamer插入图片导入图形的时候, 那个图形文件应该要放在什么目录下
question on natbib and round parentheses怎么在foils里插入eps图片?
如何用(2.3)之类的编号来控制方程编号?unkown graphics extension:.eps
向大牛紧急求助:新版latex里面怎么弄hyperref???请问怎么把两幅图并排放?用不同的标题?
tex问题如何插入.eps 图片?
Latex figure: can not find figure【如何用latex给图片加上公式或者文字】
相关话题的讨论汇总
话题: import话题: graphs话题: latex话题: miktex话题: could
进入TeX版参与讨论
1 (共1页)
g********d
发帖数: 4174
1
I am using MikTex with graphics package installed using the following way:
In preamble put:
\usepackage{graphics}
To import graphic (jpg) use:
\begin{center}
\resizebox{!}{300pt} % resize the image automatic width and 100pt height
{\includegraphics{figure1}}
\end{center}
But I got the error message" File 'graphics.sty' not found". Could somebody
please help me? Thanks.
a**e
发帖数: 5794
2
\usepackage{graphicx}

height
somebody

【在 g********d 的大作中提到】
: I am using MikTex with graphics package installed using the following way:
: In preamble put:
: \usepackage{graphics}
: To import graphic (jpg) use:
: \begin{center}
: \resizebox{!}{300pt} % resize the image automatic width and 100pt height
: {\includegraphics{figure1}}
: \end{center}
: But I got the error message" File 'graphics.sty' not found". Could somebody
: please help me? Thanks.

g********d
发帖数: 4174
3
Thanks. Could you please tell me how to download the package? I can't find
it in the package manager.

【在 a**e 的大作中提到】
: \usepackage{graphicx}
:
: height
: somebody

a**e
发帖数: 5794
4
我用MikTeX 2.8,它在编译时会自动下载所需的包。

【在 g********d 的大作中提到】
: Thanks. Could you please tell me how to download the package? I can't find
: it in the package manager.

g********d
发帖数: 4174
5
Thanks. I am now downloading MikTex 2.8.
Can I still use the code I used before in 2.8?

【在 a**e 的大作中提到】
: 我用MikTeX 2.8,它在编译时会自动下载所需的包。
a****9
发帖数: 418
6
这个是很基本的一个包阿
你看看你安装的全不全?

【在 g********d 的大作中提到】
: Thanks. Could you please tell me how to download the package? I can't find
: it in the package manager.

D****r
发帖数: 309
7
Use TexinicCenter 1.o stable...
1 (共1页)
进入TeX版参与讨论
相关主题
【如何用latex给图片加上公式或者文字】如何用(2.3)之类的编号来控制方程编号?
几个关于WinEdt, MikTex, Revtex4的问题向大牛紧急求助:新版latex里面怎么弄hyperref???
texnicCenter问题求助tex问题
latex 插图出现的问题Latex figure: can not find figure
关于Latex插入图表之我见请教图片排版问题
metapost画图在miktex中显示问题。如何在table里面插入图?
询问在scientific workplace里面用beamer插入图片导入图形的时候, 那个图形文件应该要放在什么目录下
question on natbib and round parentheses怎么在foils里插入eps图片?
相关话题的讨论汇总
话题: import话题: graphs话题: latex话题: miktex话题: could