提问于:
浏览数:
3668
![](https://pics.latexstudio.net/data/images/202003/9f4b4d88bcf2500.png)
![](https://pics.latexstudio.net/data/images/202003/6a90636fbc52d65.png)
```json
{
"name": "pdflatex2",
"tools": [
"pdflatex",
"pdflatex"
]
}
```
latex魔法注释可以使用自定以的名字吗?
4 回答
1
没试过,具体要看编辑器的设置。
我通常是做好快捷键,复杂编译过程自己写 `latexmkrc` 用 `latexmk`
0
好像不行。
魔法注释虽好,但官方手册还是推荐你用 recipe:
```
However, it is advised to use the recipe system instead of magic program to define the building process, since the latter is only implemented for backward compatibility.
```
0
如果你在使用 vscode 的插件 latex-workshop,那么就该插件目前的实现,答案是**不可以**。
魔法注释 `% !TeX programe = <program>` 中的 `<program>` 必须是在命令行下可执行的程序名。
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。