我尝试开始使用 Visual Studio Code 作为 Windows 的 LaTeX 编辑器,如下所示这教程。
我完成了所有步骤:安装了带有 LaTeX Workshop 扩展的 VS Code、安装了 MikTeX 和 Perl(虽然我不明白为什么我需要它)。最后,我尝试构建一个简单的项目:
\documentclass{article}
\begin{document}
$$
e^{i \varphi} = \cos\varphi + i \sin\varphi.
$$
\end{document}
但是,我收到了这个奇怪的错误信息:
Reverting Windows console CPs to (in,out) = (437,65001)
Win CP console initial and current in/out Win: (437, 65001), (1252, 1252)
Coding system for system and terminal: 'CP1252'
---
Rc files read:
NONE
Latexmk: This is Latexmk, John Collins, 17 Mar. 2022. Version 4.77, version: 4.77.
Latexmk: Wildcards in file names didn't match any files
Use
latexmk -help
to get usage information
那么,我该怎么做才能让它发挥作用呢?
编辑:还有一些 LaTeX Workshop 的调试输出(上面的标记为 LaTeX Compiler 的输出):
Recipe returns with error: 10/null. PID: 10668. message: Reverting Windows console CPs to (in,out) = (437,65001)
我不知道这是否有帮助。
答案1
TeX 文件的路径必须仅包含英文字符、空格、破折号和下划线。否则每次都会出现此错误