我是 LaTeX 的新手,我肯定我遗漏了一些显而易见的东西。我将以下内容放入test.tex
:
\documentclass{article}
\author{Me}
\title{My Test}
\begin{document}
Test.
\end{document}
然后我pdflatex test.tex
从命令行运行(我在 Arch Linux 上使用 TeX Live)。
我在标准输出上得到以下内容:
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014/Arch Linux) (preloaded f
ormat=pdflatex)
restricted \write18 enabled.
entering extended mode
(./test.tex
LaTeX2e <2014/05/01>
Babel <3.9k> and hyphenation patterns for 79 languages loaded.
(/usr/share/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texmf-dist/tex/latex/base/size10.clo))
No file test.aux.
[1] (./test.aux) )
Output written on test.dvi (1 page, 224 bytes).
Transcript written on test.log.
我没有看到任何相关信息test.log
。
我该去哪里调试它?