蓝屏/系统崩溃后出现严重错误 - 论文

蓝屏/系统崩溃后出现严重错误 - 论文

我的电脑崩溃了,不知怎么的论文.tex文件是不再可编译!实际上,蓝屏之后它就直接空白了。因为它存储在 DropBox 文件夹中,所以我用一个较旧的文件(20m 左右)替换了该文件。但 Texmaker 无法再编译它了。

我遇到了严重错误,但章节和其他文件似乎没问题。有什么线索吗?

日志文件块:

("C:\Users\...\Thesis.out"
! Text line contains an invalid character.
l.1  
                                                                            ...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.1   
                                                                            ...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

[... 100+ times]                                          
                                                                            ...
A funny symbol that I can't read has just been input.
Continue, and I'll forget that it ever happened.

! Text line contains an invalid character.
l.1 ...                                           
                                                                            ...
(That makes 100 errors; please try again.) 
Here is how much of TeX's memory you used:
 8159 strings out of 493921
 121925 string characters out of 3144870
 216984 words of memory out of 3000000
 11389 multiletter control sequences out of 15000+200000
 3938 words of font info for 15 fonts, out of 3000000 for 9000
 841 hyphenation exceptions out of 8191
 38i,0n,38p,3787b,38s stack positions out of 5000i,500n,10000p,200000b,50000s

!  ==> Fatal error occurred, no output PDF file produced!

答案1

所以,约瑟夫·赖特有一个好主意。每次发生这种情况时,你应该首先尝试删除辅助文件.aux, .out.toc等(除了Bibliography.bib或您创建的其他文件/文件夹.tex)。

如果这不起作用,您可以尝试使用原始模板并集成文件和/或复制粘贴其中的内容。对我来说,这很有效。:)(确保您也阅读了问题的评论)

相关内容