Skip to content

Instantly share code, notes, and snippets.

@sudodo
Forked from Ikuyadeu/vscode-latex.md
Created November 29, 2023 23:20
Show Gist options
  • Save sudodo/c5e8b02c928de10c7f00ed935b02dbcb to your computer and use it in GitHub Desktop.
Save sudodo/c5e8b02c928de10c7f00ed935b02dbcb to your computer and use it in GitHub Desktop.

Revisions

  1. @Ikuyadeu Ikuyadeu revised this gist Feb 18, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    0. VSCodeやLatexをインストールしてなければインストール(<https://code.visualstudio.com/>
    1. Latex-Workshopをインストール(<https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop>)
    2. settings.json(Windows: `ファイル > 基本設定 > 設定` or `Ctrl` + `,`, Mac: `Code > 基本設定 > 設定` or `` + `,`)の`{ }`内に以下を追加
    2. settings.json(Windows: `ファイル > 基本設定 > 設定` or `Ctrl` + `,`, Mac: `Code > 基本設定 > 設定` or `` + `,`)の`{ }`内に以下を追加(設定ファイルの変更方法: https://qiita.com/y-w/items/614843b259c04bb91495)
    ```json
    "latex-workshop.latex.tools": [
    {
  2. @Ikuyadeu Ikuyadeu revised this gist Feb 18, 2020. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -55,8 +55,8 @@
    ]
    }
    ],
       "latex-workshop.view.pdf.viewer": "tab",
       "editor.renderControlCharacters": true
    "latex-workshop.view.pdf.viewer": "tab",
    "editor.renderControlCharacters": true
    ```
    * `"editor.renderControlCharacters": true`はMacのSierraを利用している場合に見えない記号を表示するために必要,
    そうでなければ消しても大丈夫
  3. @Ikuyadeu Ikuyadeu revised this gist Sep 18, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    <https://github.com/James-Yu/LaTeX-Workshop/wiki/Compile> に書いてあったbibのコンパイルを日本語に対応.

    0. VSCodeやLatexをインストールしてなければインストール(https://code.visualstudio.com/)
    1. Latex-Workshopをインストール(https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop)
    0. VSCodeやLatexをインストールしてなければインストール(<https://code.visualstudio.com/>
    1. Latex-Workshopをインストール(<https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop>)
    2. settings.json(Windows: `ファイル > 基本設定 > 設定` or `Ctrl` + `,`, Mac: `Code > 基本設定 > 設定` or `` + `,`)の`{ }`内に以下を追加
    ```json
    "latex-workshop.latex.tools": [
  4. @Ikuyadeu Ikuyadeu revised this gist Sep 18, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    0. VSCodeやLatexをインストールしてなければインストール(https://code.visualstudio.com/)
    1. Latex-Workshopをインストール(https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop)
    2. settings.json(Windows: `ファイル > 基本設定 > 設定` or `Ctrl` + `,`, Mac: `Code > 基本設定 > 設定` or `` + `,`)の[ ]の間に以下を追加
    2. settings.json(Windows: `ファイル > 基本設定 > 設定` or `Ctrl` + `,`, Mac: `Code > 基本設定 > 設定` or `` + `,`)の`{ }`内に以下を追加
    ```json
    "latex-workshop.latex.tools": [
    {
  5. @Ikuyadeu Ikuyadeu revised this gist Sep 17, 2019. 1 changed file with 5 additions and 6 deletions.
    11 changes: 5 additions & 6 deletions vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@
    "-l",
    "-ot",
    "-kanji=utf8 -synctex=1",
    "%DOC%"
    "%DOCFILE%.tex"
    ],
    "name": "Step 1: ptex2pdf"
    },
    @@ -29,7 +29,7 @@
    "-l",
    "-ot",
    "-kanji=utf8 -synctex=1",
    "%DOC%"
    "%DOCFILE%.tex"
    ],
    "name": "Step 3: ptex2pdf"
    },
    @@ -39,7 +39,7 @@
    "-l",
    "-ot",
    "-kanji=utf8 -synctex=1",
    "%DOC%"
    "%DOCFILE%.tex"
    ],
    "name": "Step 4: ptex2pdf"
    }
    @@ -69,7 +69,7 @@
    "-l",
    "-ot",
    "-kanji=utf8 -synctex=1",
    "%DOC%"
    "%DOCFILE%.tex"
    ]
    }
    ],
    @@ -78,8 +78,7 @@
    "name": "toolchain",
    "tools": [
    "Step 1: ptex2pdf"
    ],
    "name": "Step 1: ptex2pdf"
    ]
    }],
    "latex-workshop.view.pdf.viewer": "tab",
    "editor.renderControlCharacters": true
  6. @Ikuyadeu Ikuyadeu revised this gist Sep 17, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    0. VSCodeやLatexをインストールしてなければインストール(https://code.visualstudio.com/)
    1. Latex-Workshopをインストール(https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop)
    2. settings.json(Windows: `ファイル > 基本設定 > 設定` or Ctrl + ,, Mac: `Code > 基本設定 > 設定` or + ,)の[ ]の間に以下を追加
    2. settings.json(Windows: `ファイル > 基本設定 > 設定` or `Ctrl` + `,`, Mac: `Code > 基本設定 > 設定` or `` + `,`)の[ ]の間に以下を追加
    ```json
    "latex-workshop.latex.tools": [
    {
  7. @Ikuyadeu Ikuyadeu revised this gist Sep 17, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,8 @@
    <https://github.com/James-Yu/LaTeX-Workshop/wiki/Install> に書いてあったbibのコンパイルを日本語に対応.
    <https://github.com/James-Yu/LaTeX-Workshop/wiki/Compile> に書いてあったbibのコンパイルを日本語に対応.

    0. VSCodeやLatexをインストールしてなければインストール(https://code.visualstudio.com/)
    1. Latex-Workshopをインストール(https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop)
    2. settings.json(Windows: `ファイル > 基本設定 > 設定`, Mac: `Code > 基本設定 > 設定`)の[ ]の間に以下を追加
    2. settings.json(Windows: `ファイル > 基本設定 > 設定` or Ctrl + ,, Mac: `Code > 基本設定 > 設定` or ⌘ + ,)の[ ]の間に以下を追加
    ```json
    "latex-workshop.latex.tools": [
    {
  8. @Ikuyadeu Ikuyadeu revised this gist Sep 17, 2019. 1 changed file with 1 addition and 9 deletions.
    10 changes: 1 addition & 9 deletions vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -80,15 +80,7 @@
    "Step 1: ptex2pdf"
    ],
    "name": "Step 1: ptex2pdf"
    }],,
    "latex-workshop.latex.recipes": [
    {
    "name": "toolchain",
    "tools": [
    "Step 1: ptex2pdf"
    ]
    }
    ]
    }],
    "latex-workshop.view.pdf.viewer": "tab",
    "editor.renderControlCharacters": true
    ```
  9. @Ikuyadeu Ikuyadeu revised this gist Mar 28, 2019. 1 changed file with 11 additions and 2 deletions.
    13 changes: 11 additions & 2 deletions vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -78,8 +78,17 @@
    "name": "toolchain",
    "tools": [
    "Step 1: ptex2pdf"
    ]
    }],
    ],
    "name": "Step 1: ptex2pdf"
    }],,
    "latex-workshop.latex.recipes": [
    {
    "name": "toolchain",
    "tools": [
    "Step 1: ptex2pdf"
    ]
    }
    ]
    "latex-workshop.view.pdf.viewer": "tab",
    "editor.renderControlCharacters": true
    ```
  10. @Ikuyadeu Ikuyadeu revised this gist Mar 28, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop に書いてあったbibのコンパイルを日本語に対応.
    <https://github.com/James-Yu/LaTeX-Workshop/wiki/Install> に書いてあったbibのコンパイルを日本語に対応.

    0. VSCodeやLatexをインストールしてなければインストール(https://code.visualstudio.com/)
    1. Latex-Workshopをインストール(https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop)
  11. @Ikuyadeu Ikuyadeu revised this gist Mar 25, 2018. 1 changed file with 31 additions and 7 deletions.
    38 changes: 31 additions & 7 deletions vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -4,22 +4,24 @@ https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop に
    1. Latex-Workshopをインストール(https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop)
    2. settings.json(Windows: `ファイル > 基本設定 > 設定`, Mac: `Code > 基本設定 > 設定`)の[ ]の間に以下を追加
    ```json
    "latex-workshop.latex.toolchain": [
    "latex-workshop.latex.tools": [
    {
    "command": "ptex2pdf",
    "args": [
    "-l",
    "-ot",
    "-kanji=utf8 -synctex=1",
    "%DOC%"
    ]
    ],
    "name": "Step 1: ptex2pdf"
    },
    {
    "command": "pbibtex",
    "args": [
    "%DOCFILE%",
    "-kanji=utf8"
    ]
    ],
    "name": "Step 2: pbibtex"
    },
    {
    "command": "ptex2pdf",
    @@ -28,7 +30,8 @@ https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop に
    "-ot",
    "-kanji=utf8 -synctex=1",
    "%DOC%"
    ]
    ],
    "name": "Step 3: ptex2pdf"
    },
    {
    "command": "ptex2pdf",
    @@ -37,16 +40,29 @@ https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop に
    "-ot",
    "-kanji=utf8 -synctex=1",
    "%DOC%"
    ],
    "name": "Step 4: ptex2pdf"
    }
    ],
    "latex-workshop.latex.recipes": [
    {
    "name": "toolchain",
    "tools": [
    "Step 1: ptex2pdf",
    "Step 2: pbibtex",
    "Step 3: ptex2pdf",
    "Step 4: ptex2pdf"
    ]
    }
    ],
    "editor.renderControlCharacters": true
    ],
       "latex-workshop.view.pdf.viewer": "tab",
       "editor.renderControlCharacters": true
    ```
    * `"editor.renderControlCharacters": true`はMacのSierraを利用している場合に見えない記号を表示するために必要,
    そうでなければ消しても大丈夫
    * もしbibファイルがないなら
    ```json
    "latex-workshop.latex.toolchain": [
    "latex-workshop.latex.tools": [
    {
    "command": "ptex2pdf",
    "args": [
    @@ -57,6 +73,14 @@ https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop に
    ]
    }
    ],
    "latex-workshop.latex.recipes": [
    {
    "name": "toolchain",
    "tools": [
    "Step 1: ptex2pdf"
    ]
    }],
    "latex-workshop.view.pdf.viewer": "tab",
    "editor.renderControlCharacters": true
    ```
    だけで十分
  12. @Ikuyadeu Ikuyadeu revised this gist Jul 9, 2017. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -59,7 +59,8 @@ https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop に
    ],
    "editor.renderControlCharacters": true
    ```
           だけで十分
    だけで十分

    3. ファイルを保存または`F1`キーを押して`Build Latex Project`を入力,実行するとコンパイルされる.
    4. `F1`キーの後, `View PDF File in new tab`でPDFを見れる.
    5. エラーが出た場合は `表示-> 統合ターミナル`で下に端末が出るのでその中の`出力`を確認
  13. @Ikuyadeu Ikuyadeu revised this gist Jul 9, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -42,9 +42,9 @@ https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop に
    ],
    "editor.renderControlCharacters": true
    ```
    * `"editor.renderControlCharacters": true`はMacのSierraを利用している場合に見えない記号を表示するために必要,
    * `"editor.renderControlCharacters": true`はMacのSierraを利用している場合に見えない記号を表示するために必要,
    そうでなければ消しても大丈夫
          * もしbibファイルがないなら
    * もしbibファイルがないなら
    ```json
    "latex-workshop.latex.toolchain": [
    {
  14. @Ikuyadeu Ikuyadeu revised this gist Jul 9, 2017. 1 changed file with 14 additions and 14 deletions.
    28 changes: 14 additions & 14 deletions vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -45,20 +45,20 @@ https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop に
    * `"editor.renderControlCharacters": true`はMacのSierraを利用している場合に見えない記号を表示するために必要,
    そうでなければ消しても大丈夫
          * もしbibファイルがないなら
    ```
    "latex-workshop.latex.toolchain": [
    {
    "command": "ptex2pdf",
    "args": [
    "-l",
    "-ot",
    "-kanji=utf8 -synctex=1",
    "%DOC%"
    ]
    }
    ],
    "editor.renderControlCharacters": true
    ```
    ```json
    "latex-workshop.latex.toolchain": [
    {
    "command": "ptex2pdf",
    "args": [
    "-l",
    "-ot",
    "-kanji=utf8 -synctex=1",
    "%DOC%"
    ]
    }
    ],
    "editor.renderControlCharacters": true
    ```
           だけで十分
    3. ファイルを保存または`F1`キーを押して`Build Latex Project`を入力,実行するとコンパイルされる.
    4. `F1`キーの後, `View PDF File in new tab`でPDFを見れる.
  15. @Ikuyadeu Ikuyadeu revised this gist Jul 9, 2017. 1 changed file with 17 additions and 2 deletions.
    19 changes: 17 additions & 2 deletions vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -42,9 +42,24 @@ https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop に
    ],
    "editor.renderControlCharacters": true
    ```
    `"editor.renderControlCharacters": true`はMacのSierraを利用して場合に見えない記号を表示するために必要
    * `"editor.renderControlCharacters": true`はMacのSierraを利用している場合に見えない記号を表示するために必要
    そうでなければ消しても大丈夫

          * もしbibファイルがないなら
    ```
    "latex-workshop.latex.toolchain": [
    {
    "command": "ptex2pdf",
    "args": [
    "-l",
    "-ot",
    "-kanji=utf8 -synctex=1",
    "%DOC%"
    ]
    }
    ],
    "editor.renderControlCharacters": true
    ```
           だけで十分
    3. ファイルを保存または`F1`キーを押して`Build Latex Project`を入力,実行するとコンパイルされる.
    4. `F1`キーの後, `View PDF File in new tab`でPDFを見れる.
    5. エラーが出た場合は `表示-> 統合ターミナル`で下に端末が出るのでその中の`出力`を確認
  16. @Ikuyadeu Ikuyadeu revised this gist Jun 25, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop に
    0. VSCodeやLatexをインストールしてなければインストール(https://code.visualstudio.com/)
    1. Latex-Workshopをインストール(https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop)
    2. settings.json(Windows: `ファイル > 基本設定 > 設定`, Mac: `Code > 基本設定 > 設定`)の[ ]の間に以下を追加
    ```    
    ```json
    "latex-workshop.latex.toolchain": [
    {
    "command": "ptex2pdf",
  17. @Ikuyadeu Ikuyadeu revised this gist Jun 8, 2017. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -42,8 +42,9 @@ https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop に
    ],
    "editor.renderControlCharacters": true
    ```
    `"editor.renderControlCharacters": true~`はMacのSierraを利用して場合に見えない記号を表示するために必要,
    `"editor.renderControlCharacters": true`はMacのSierraを利用して場合に見えない記号を表示するために必要,
    そうでなければ消しても大丈夫

    3. ファイルを保存または`F1`キーを押して`Build Latex Project`を入力,実行するとコンパイルされる.
    4. `F1`キーの後, `View PDF File in new tab`でPDFを見れる.
    5. エラーが出た場合は `表示-> 統合ターミナル`で下に端末が出るのでその中の`出力`を確認
  18. @Ikuyadeu Ikuyadeu revised this gist Jun 8, 2017. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -42,6 +42,8 @@ https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop に
    ],
    "editor.renderControlCharacters": true
    ```
    `"editor.renderControlCharacters": true~`はMacのSierraを利用して場合に見えない記号を表示するために必要,
    そうでなければ消しても大丈夫
    3. ファイルを保存または`F1`キーを押して`Build Latex Project`を入力,実行するとコンパイルされる.
    4. `F1`キーの後, `View PDF File in new tab`でPDFを見れる.
    5. エラーが出た場合は `表示-> 統合ターミナル`で下に端末が出るのでその中の`出力`を確認
  19. @Ikuyadeu Ikuyadeu revised this gist May 20, 2017. No changes.
  20. @Ikuyadeu Ikuyadeu revised this gist May 20, 2017. 1 changed file with 6 additions and 5 deletions.
    11 changes: 6 additions & 5 deletions vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,9 @@
    https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop に書いてあったbibのコンパイルを日本語に対応.

    0. VSCode,Latexをインストールしてなければインストールhttps://code.visualstudio.com/)
    0. VSCodeやLatexをインストールしてなければインストールhttps://code.visualstudio.com/)
    1. Latex-Workshopをインストール(https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop)
    2. settings.json(Windows: File > Preferences > Settings または `Ctrl+,` Mac: Code > Preferences > Settings)に以下を追加
    ```
    2. settings.json(Windows: `ファイル > 基本設定 > 設定` Mac: `Code > 基本設定 > 設定`)の[ ]の間に以下を追加
    ```    
    "latex-workshop.latex.toolchain": [
    {
    "command": "ptex2pdf",
    @@ -42,5 +42,6 @@ https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop に
    ],
    "editor.renderControlCharacters": true
    ```
    3. ファイルを保存または`F1`キーを押して`Build Latex Project`を実行するとコンパイルされる.
    4. `F1` + `View PDF File in new tab`でPDFを見れる.
    3. ファイルを保存または`F1`キーを押して`Build Latex Project`を入力,実行するとコンパイルされる.
    4. `F1`キーの後, `View PDF File in new tab`でPDFを見れる.
    5. エラーが出た場合は `表示-> 統合ターミナル`で下に端末が出るのでその中の`出力`を確認
  21. @Ikuyadeu Ikuyadeu revised this gist May 15, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -40,6 +40,7 @@ https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop に
    ]
    }
    ],
    "editor.renderControlCharacters": true
    ```
    3. ファイルを保存または`F1`キーを押して`Build Latex Project`を実行するとコンパイルされる.
    4. `F1` + `View PDF File in new tab`でPDFを見れる.
  22. @Ikuyadeu Ikuyadeu revised this gist May 14, 2017. 1 changed file with 7 additions and 2 deletions.
    9 changes: 7 additions & 2 deletions vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,7 @@
    1. 拡張をインストール(https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop)
    https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop に書いてあったbibのコンパイルを日本語に対応.

    0. VSCode,Latexをインストールしてなければインストール(https://code.visualstudio.com/)
    1. Latex-Workshopをインストール(https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop)
    2. settings.json(Windows: File > Preferences > Settings または `Ctrl+,` Mac: Code > Preferences > Settings)に以下を追加
    ```
    "latex-workshop.latex.toolchain": [
    @@ -37,4 +40,6 @@
    ]
    }
    ],
    ```
    ```
    3. ファイルを保存または`F1`キーを押して`Build Latex Project`を実行するとコンパイルされる.
    4. `F1` + `View PDF File in new tab`でPDFを見れる.
  23. @Ikuyadeu Ikuyadeu revised this gist May 14, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    1. 拡張をインストール(https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop)
    2. 設定から以下を追加
    2. settings.json(Windows: File > Preferences > Settings または `Ctrl+,` Mac: Code > Preferences > Settings)に以下を追加
    ```
    "latex-workshop.latex.toolchain": [
    {
  24. @Ikuyadeu Ikuyadeu revised this gist May 14, 2017. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -36,4 +36,5 @@
    "%DOC%"
    ]
    }
    ],
    ```
  25. @Ikuyadeu Ikuyadeu revised this gist May 14, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    1. 拡張をインストール(https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop)
    2. 設定から以下を追加
    `
    ```
    "latex-workshop.latex.toolchain": [
    {
    "command": "ptex2pdf",
    @@ -36,4 +36,4 @@
    "%DOC%"
    ]
    }
    `
    ```
  26. @Ikuyadeu Ikuyadeu created this gist May 14, 2017.
    39 changes: 39 additions & 0 deletions vscode-latex.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,39 @@
    1. 拡張をインストール(https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop)
    2. 設定から以下を追加
    `
    "latex-workshop.latex.toolchain": [
    {
    "command": "ptex2pdf",
    "args": [
    "-l",
    "-ot",
    "-kanji=utf8 -synctex=1",
    "%DOC%"
    ]
    },
    {
    "command": "pbibtex",
    "args": [
    "%DOCFILE%",
    "-kanji=utf8"
    ]
    },
    {
    "command": "ptex2pdf",
    "args": [
    "-l",
    "-ot",
    "-kanji=utf8 -synctex=1",
    "%DOC%"
    ]
    },
    {
    "command": "ptex2pdf",
    "args": [
    "-l",
    "-ot",
    "-kanji=utf8 -synctex=1",
    "%DOC%"
    ]
    }
    `