-
-
Save sudodo/c5e8b02c928de10c7f00ed935b02dbcb to your computer and use it in GitHub Desktop.
Revisions
-
Ikuyadeu revised this gist
Feb 18, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 `⌘` + `,`)の`{ }`内に以下を追加(設定ファイルの変更方法: https://qiita.com/y-w/items/614843b259c04bb91495) ```json "latex-workshop.latex.tools": [ { -
Ikuyadeu revised this gist
Feb 18, 2020 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -55,8 +55,8 @@ ] } ], "latex-workshop.view.pdf.viewer": "tab", "editor.renderControlCharacters": true ``` * `"editor.renderControlCharacters": true`はMacのSierraを利用している場合に見えない記号を表示するために必要, そうでなければ消しても大丈夫 -
Ikuyadeu revised this gist
Sep 18, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>) 2. settings.json(Windows: `ファイル > 基本設定 > 設定` or `Ctrl` + `,`, Mac: `Code > 基本設定 > 設定` or `⌘` + `,`)の`{ }`内に以下を追加 ```json "latex-workshop.latex.tools": [ -
Ikuyadeu revised this gist
Sep 18, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 `⌘` + `,`)の`{ }`内に以下を追加 ```json "latex-workshop.latex.tools": [ { -
Ikuyadeu revised this gist
Sep 17, 2019 . 1 changed file with 5 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,7 @@ "-l", "-ot", "-kanji=utf8 -synctex=1", "%DOCFILE%.tex" ], "name": "Step 1: ptex2pdf" }, @@ -29,7 +29,7 @@ "-l", "-ot", "-kanji=utf8 -synctex=1", "%DOCFILE%.tex" ], "name": "Step 3: ptex2pdf" }, @@ -39,7 +39,7 @@ "-l", "-ot", "-kanji=utf8 -synctex=1", "%DOCFILE%.tex" ], "name": "Step 4: ptex2pdf" } @@ -69,7 +69,7 @@ "-l", "-ot", "-kanji=utf8 -synctex=1", "%DOCFILE%.tex" ] } ], @@ -78,8 +78,7 @@ "name": "toolchain", "tools": [ "Step 1: ptex2pdf" ] }], "latex-workshop.view.pdf.viewer": "tab", "editor.renderControlCharacters": true -
Ikuyadeu revised this gist
Sep 17, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 `⌘` + `,`)の[ ]の間に以下を追加 ```json "latex-workshop.latex.tools": [ { -
Ikuyadeu revised this gist
Sep 17, 2019 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ <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: `ファイル > 基本設定 > 設定` or Ctrl + ,, Mac: `Code > 基本設定 > 設定` or ⌘ + ,)の[ ]の間に以下を追加 ```json "latex-workshop.latex.tools": [ { -
Ikuyadeu revised this gist
Sep 17, 2019 . 1 changed file with 1 addition and 9 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -80,15 +80,7 @@ "Step 1: ptex2pdf" ], "name": "Step 1: ptex2pdf" }], "latex-workshop.view.pdf.viewer": "tab", "editor.renderControlCharacters": true ``` -
Ikuyadeu revised this gist
Mar 28, 2019 . 1 changed file with 11 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ``` -
Ikuyadeu revised this gist
Mar 28, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ <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) -
Ikuyadeu revised this gist
Mar 25, 2018 . 1 changed file with 31 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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.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" ] } ], "latex-workshop.view.pdf.viewer": "tab", "editor.renderControlCharacters": true ``` * `"editor.renderControlCharacters": true`はMacのSierraを利用している場合に見えない記号を表示するために必要, そうでなければ消しても大丈夫 * もしbibファイルがないなら ```json "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 ``` だけで十分 -
Ikuyadeu revised this gist
Jul 9, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. エラーが出た場合は `表示-> 統合ターミナル`で下に端末が出るのでその中の`出力`を確認 -
Ikuyadeu revised this gist
Jul 9, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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を利用している場合に見えない記号を表示するために必要, そうでなければ消しても大丈夫 * もしbibファイルがないなら ```json "latex-workshop.latex.toolchain": [ { -
Ikuyadeu revised this gist
Jul 9, 2017 . 1 changed file with 14 additions and 14 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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ファイルがないなら ```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を見れる. -
Ikuyadeu revised this gist
Jul 9, 2017 . 1 changed file with 17 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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を利用している場合に見えない記号を表示するために必要, そうでなければ消しても大丈夫 * もし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. エラーが出た場合は `表示-> 統合ターミナル`で下に端末が出るのでその中の`出力`を確認 -
Ikuyadeu revised this gist
Jun 25, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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", -
Ikuyadeu revised this gist
Jun 8, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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を利用して場合に見えない記号を表示するために必要, そうでなければ消しても大丈夫 3. ファイルを保存または`F1`キーを押して`Build Latex Project`を入力,実行するとコンパイルされる. 4. `F1`キーの後, `View PDF File in new tab`でPDFを見れる. 5. エラーが出た場合は `表示-> 統合ターミナル`で下に端末が出るのでその中の`出力`を確認 -
Ikuyadeu revised this gist
Jun 8, 2017 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. エラーが出た場合は `表示-> 統合ターミナル`で下に端末が出るのでその中の`出力`を確認 -
Ikuyadeu revised this gist
May 20, 2017 . No changes.There are no files selected for viewing
-
Ikuyadeu revised this gist
May 20, 2017 . 1 changed file with 6 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/) 1. Latex-Workshopをインストール(https://marketplace.visualstudio.com/items?itemName=James-Yu.latex-workshop) 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を見れる. 5. エラーが出た場合は `表示-> 統合ターミナル`で下に端末が出るのでその中の`出力`を確認 -
Ikuyadeu revised this gist
May 15, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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を見れる. -
Ikuyadeu revised this gist
May 14, 2017 . 1 changed file with 7 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,7 @@ 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を見れる. -
Ikuyadeu revised this gist
May 14, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. settings.json(Windows: File > Preferences > Settings または `Ctrl+,` Mac: Code > Preferences > Settings)に以下を追加 ``` "latex-workshop.latex.toolchain": [ { -
Ikuyadeu revised this gist
May 14, 2017 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -36,4 +36,5 @@ "%DOC%" ] } ], ``` -
Ikuyadeu revised this gist
May 14, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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%" ] } ``` -
Ikuyadeu created this gist
May 14, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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%" ] } `