update: makefile and vscode latex recipy
This commit is contained in:
Vendored
+20
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"latex-workshop.view.pdf.trim": 0,
|
||||
"latex-workshop.latex.recipes": [
|
||||
{
|
||||
"name": "make",
|
||||
"tools": ["make"]
|
||||
}
|
||||
],
|
||||
"latex-workshop.latex.tools": [
|
||||
{
|
||||
"name": "make",
|
||||
"command": "make",
|
||||
"args": [
|
||||
"autopush"
|
||||
],
|
||||
"env": {}
|
||||
}
|
||||
],
|
||||
"latex-workshop.view.pdf.zoom": "page-fit"
|
||||
}
|
||||
Reference in New Issue
Block a user