Initial commit: 开题报告 LaTeX 源码

This commit is contained in:
2026-06-23 15:26:53 +08:00
commit aba43b9e9b
33 changed files with 7650 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"editor.wordWrap": "on",
"latex-workshop.latex.tools": [
{
"name": "xelatex",
"command": "xelatex",
"args": [
"-synctex=1",
"-interaction=nonstopmode",
"-file-line-error",
"%DOC%"
]
}
],
"latex-workshop.latex.recipes": [
{
"name": "xelatex",
"tools": [
"xelatex"
]
}
],
}