作者wxy (我)
看板LaTeX
标题[问题] 有关 \usepackage{graphicx} 的问题
时间Mon Sep 24 15:01:17 2007
我的问题是这样的:
有一个可以编译的 tex 档案
这是原本的档案开头:
\documentclass{article}
\usepackage{amssymb}
\begin{document}
当我多加了一行 \usepackage{graphicx} 後就出现了 error
这是之後的档案开头:
\documentclass{article}
\usepackage{amssymb}
\usepackage{graphicx}
\begin{document}
以下是编译後出现的讯息:
C:\xtemp>latex "Sec3.1~Sec3.4.tex"
This is pdfeTeX, Version 3.141592-1.30.6-2.2 (MiKTeX 2.5)
entering extended mode
(Sec3.1~Sec3.4.tex
LaTeX2e <2005/12/01>
Babel <v3.8g> and hyphenation patterns for english, dumylang, nohyphenation,
german, ngerman, french, loaded.
(cinput.tex) ("C:\Program Files\MiKTeX 2.5\tex\latex\base\article.cls"
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
("C:\Program Files\MiKTeX 2.5\tex\latex\base\size10.clo"))
("C:\Program Files\MiKTeX 2.5\tex\latex\amsfonts\amssymb.sty"
("C:\Program Files\MiKTeX 2.5\tex\latex\amsfonts\amsfonts.sty"))
("C:\Program Files\MiKTeX 2.5\tex\latex\graphics\graphicx.sty"
("C:\Program Files\MiKTeX 2.5\tex\latex\graphics\keyval.sty")
("C:\Program Files\MiKTeX 2.5\tex\latex\graphics\graphics.sty"
("C:\Program Files\MiKTeX 2.5\tex\latex\graphics\trig.sty")
("C:\Program Files\MiKTeX 2.5\tex\latex\00miktex\graphics.cfg")
("C:\Program Files\MiKTeX 2.5\tex\latex\graphics\dvips.def")))latex: Windows
API error 23: 资料错误(检查多余的循环)。
===========================================================================
请问该如何解决,或是哪里有这问题的相关资料,谢谢!
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.166.101.216
1F:推 zxvc:从"(检查多余的循环)"大概可猜出是某个档案坏掉了。 09/24 21:15
2F:→ zxvc:不知道重装能不能解决问题。 09/24 21:17
3F:→ zxvc:我在MiKTeX 2.6可以正常使用graphicx。 09/24 21:18
4F:推 wxy:谢谢你,不过我重灌以後连原本的也不能编了...囧 09/26 20:54