TeXShop 无法打印 hello world

TeXShop 无法打印 hello world

我在 Mac 上运行 TeXShop。我的 latex 环境不知何故停止工作,甚至无法再打印 hello world。这是我的完整 latex 文档:

\documentclass{article}
\begin{document}
   Hello world!
\end{document}

出现以下错误:

This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7)
 \write18 enabled.
 %&-line parsing enabled.
entering extended mode
(./MyThesis.tex
! Undefined control sequence.
l.1 \documentclass
                  {article}
? 
! Undefined control sequence.
l.2 \begin
          {document}
? 
[1{/usr/local/texlive/2008basic/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] 
)</usr/local/texlive/2008basic/texmf-dist/fonts/type1/bluesky/cm/cmr10.pfb>
Output written on MyThesis.pdf (1 page, 6895 bytes).
SyncTeX written on MyThesis.synctex.gz
Transcript written on MyThesis.log.

我该如何开始调试这个?

答案1

TeXShop 会让您选择使用 LaTeX 排版还是使用纯 TeX:错误提示您选择后者。TeXshop 主窗口的“排版”按钮旁边有一个下拉菜单,上面应该写着“LaTeX”(或类似内容),而不是“纯 TeX”。更改设置并重试。

相关内容