Skip to content

Instantly share code, notes, and snippets.

@YTakahashii
Last active February 3, 2020 14:02
Show Gist options
  • Save YTakahashii/3c2168692a2397c635cc42a2fe94d2b1 to your computer and use it in GitHub Desktop.
Save YTakahashii/3c2168692a2397c635cc42a2fe94d2b1 to your computer and use it in GitHub Desktop.
bibtex無し用
[
"latex-workshop.latex.tools": [
{
"name": "ptex2pdf",
"command": "ptex2pdf",
"args": [
"-l",
"-ot",
"-kanji=utf8",
"-synctex=1",
"%DOCFILE%.tex"
]
},
],
"latex-workshop.latex.recipes": [
{
"name": "toolchain",
"tools": [
"ptex2pdf"
]
}
],
"latex-workshop.view.pdf.viewer": "tab",
"editor.renderControlCharacters": true,
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment