Last active
January 13, 2022 05:59
-
-
Save serihiro/c0adb5e32752cd7f5fda8b7f0877ac24 to your computer and use it in GitHub Desktop.
情報処理学会用latex設定 for latex-workshop
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 characters
{ | |
"latex-workshop.view.pdf.viewer": "tab", | |
"latex-workshop.latex.tools": [ | |
{ | |
"name": "latexmk", | |
"command": "latexmk", | |
"args": [ | |
"-e", | |
"$latex=q/platex %O -synctex=1 -interaction=nonstopmode -file-line-error %S/", | |
"-e", | |
"$bibtex=q/upbibtex %O %B/", | |
"-e", | |
"$biber=q/biber %O --bblencoding=utf8 -u -U --output_safechars %B/", | |
"-e", | |
"$makeindex=q/upmendex %O -o %D %S/", | |
"-e", | |
"$dvipdf=q/dvipdfmx %O -o %D %S -f msembed.map/", | |
"-norc", | |
"-pdfdvi", | |
"%DOC%" | |
] | |
} | |
], | |
"latex-workshop.message.update.show": false, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
latex=q/platex
はIPSJのテンプレがplatex用なので$dvipdf=q/dvipdfmx %O -o %D %S -f msembed.map/
の末尾の-f msembed.map
はフォント埋め込み用のオプション