Skip to content

Instantly share code, notes, and snippets.

@yasufumy
Last active January 8, 2020 05:51
Show Gist options
  • Save yasufumy/3c0eb36b6a437451e1c223ba6d5a60da to your computer and use it in GitHub Desktop.
Save yasufumy/3c0eb36b6a437451e1c223ba6d5a60da to your computer and use it in GitHub Desktop.
$latex = 'platex';
$bibtex = 'pbibtex';
$dvipdf = 'dvipdfmx %O -o %D %S';
$makeindex = 'mendex %O -o %D %S';
$pdf_mode = 3;
$ENV{TZ} = 'Asia/Tokyo';
$ENV{OPENTYPEFONTS} = '/usr/share/fonts//:';
$ENV{TTFONTS} = '/usr/share/fonts//:';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment