我怎样才能消除以下错误?
! I can't write on file `thesis.dvi'.
Please type another file name for output
! Emergency stop.
答案1
让我猜一下:您使用的是 Windows,对吧?Windows 具有特殊的文件锁定机制,阻止写入打开以供读取的文件。TeX 想要写入 dvi 文件,但您的查看器不允许这样做。关闭查看器并重试。
我怎样才能消除以下错误?
! I can't write on file `thesis.dvi'.
Please type another file name for output
! Emergency stop.
让我猜一下:您使用的是 Windows,对吧?Windows 具有特殊的文件锁定机制,阻止写入打开以供读取的文件。TeX 想要写入 dvi 文件,但您的查看器不允许这样做。关闭查看器并重试。