作者Volodos (Volodos)
看板LaTeX
标题[问题] 请教关於 Windows 的 TeXlive 安装问题
时间Thu Sep 11 15:46:59 2008
想请教一下
我在 Windows 上安装 TexLive
(2007/2008 似乎都没办法顺利安装
perl 在建立 开始功能表 时, 那里会有问题
不过改掉那似乎就可以了)
但装好後 (2008) 又有一个新的问题...
举例来说, 文件放在 c:\tmp 下, 有个档案 c:\tmp\test.tex
如果我打 latex (或任何可以编的)
变成
cd c:\tmp
latex test.tex (或 latex test)
会说找不到路径
C:\tmp>latex test.tex
This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7)
%&-line parsing enabled.
entering extended mode
kpathsea: Running mktextex test.tex
! I can't find file `test.tex'.
<*> test.tex
(Press Enter to retry, or Control-Z to exit)
Please type another input file name:
如果我打 latex c:\tmp\test.tex
会变成
C:\tmp>latex c:\tmp\test.tex
This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7)
%&-line parsing enabled.
entering extended mode
(c:/tmp/test.tex
LaTeX2e <2005/12/01>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang,
nohyphenation, german-x-2008-06-18, ngerman-x-2008-06-18, ancientgreek,
ibycus, arabic, basque, bulgarian, catalan, pinyin, coptic, croatian,
czech, danish, dutch, esperanto, estonian, farsi, finnish, french,
galician, german, ngerman, monogreek, greek, hungarian, icelandic,
indonesian, interlingua, irish, italian, latin, mongolian, mongolian2a,
bokmal, nynorsk, polish, portuguese, romanian, russian, sanskrit, serbian,
slovak, slovenian, spanish, swedish, turkish, ukenglish, ukrainian,
uppersorbian, welsh, loaded.
! LaTeX Error: File `article.cls' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: cls)
Enter file name:
文件只有最简单的
\documentclass[12pt]{article}
\begin{document}
This is a test.
\end{document}
看来像是 .cls 的路径也全部没找到 @@
请问一下, 这是要改那个档案呢?
谢谢
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 122.116.235.51