Skip to content

Instantly share code, notes, and snippets.

@CUEICHI
Created December 6, 2019 06:51
Show Gist options
  • Select an option

  • Save CUEICHI/3ec96cacde4174d925dd04813eb001fc to your computer and use it in GitHub Desktop.

Select an option

Save CUEICHI/3ec96cacde4174d925dd04813eb001fc to your computer and use it in GitHub Desktop.
#!/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