whiredj 在 VScode 插件 自用 中发帖
1.latex-workshop
不会占用PDF文件,方便cursor聊天
[CleanShot 2024-12-12 at 15.17.40@2x]
mac教程1
"latex-workshop.latex.recipes": [
{
"name": "xelatex",
"tools": [
"xelatex"
]
},
{
"name": "xe*2",
"tools": [
"xelatex",
"xelatex"
]
},
{
"name": "xelatex -> bibtex -> xelatex*2",
"tools": [
"xelatex",
"bibtex",
"xelatex",
"xelat...