
我正在尝试编写我的章节论文使用 texmaker。当我按 F6 时,控制台日志文件返回:
日志文件很大,我粘贴一部分:
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2015/dev/Debian) (preloaded format=pdflatex 2017.5.25) 26 MAY 2017 00:46
entering extended mode
restricted \write18 enabled.
%&-line parsing enabled.
**intro.tex
(./intro.tex
LaTeX2e <2014/05/01>
Babel <3.9l> and hyphenation patterns for 5 languages loaded.
! LaTeX Error: Missing \begin{document}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.1 L
as computadoras han permitido la expansión de diversos campos cientÃf...
You're in trouble here. Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
Missing character: There is no L in font nullfont!
Missing character: There is no a in font nullfont!
感谢您的帮助。欢迎提出任何建议
答案1
编译了错误的文件intro.tex
。它以文本 开头Las computadoras
。查找以 开头的文件\documentclass
并使用 LaTeX 编译此文件。