Created
December 6, 2019 06:51
-
-
Save CUEICHI/3ec96cacde4174d925dd04813eb001fc to your computer and use it in GitHub Desktop.
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
| #!/usr/bin/perl | |
| $latex = 'platex %O -src-specials -shell-escape -interaction=nonstopmode -synctex=1 -kanji=utf8 %S'; | |
| $bibtex = 'pbibtex %O %B -kanji=utf8'; | |
| $dvipdf = 'dvipdfmx %O -o %D %S'; | |
| $pdf_mode = 3; # use dvipdfmx | |
| # Use SumatraPDF and atom inverse search | |
| # please replace maruta by your username | |
| #$pdf_previewer = '"C:\Program Files\SumatraPDF\SumatraPDF.exe" -reuse-instance -inverse-search "\"C:\Users\maruta\AppData\Local\atom\bin\atom.cmd\" \"%f:%l\"" %O %S'; | |
| # if you do not need to preview in -pvc option (preview document and countinuously update mode) | |
| $pdf_previewer = 'exit'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment