sjtug / SJTUThesis

上海交通大学 LaTeX 论文模板 | Shanghai Jiao Tong University LaTeX Thesis Template
Apache License 2.0
3.34k stars 793 forks source link

请求兼容VS Code Latex Workshop #573

Closed WaiwaiTAN closed 3 years ago

WaiwaiTAN commented 3 years ago

能否提供对Visual Studio Code LaTeX Workshop Extension的兼容呢? 比方说编译方式能否写成LaTex Workshop的recipe的样子,直接为用户提供一串JSON。

AlexaraWu commented 3 years ago

模版配置了 .latexmkrc,LaTeX Workshop Extension 默认的 latexmk_rconly recipe 可以直接用。

WaiwaiTAN commented 3 years ago

感谢!