Skip to content

Instantly share code, notes, and snippets.

@nagae
Created August 8, 2012 07:27
Show Gist options
  • Select an option

  • Save nagae/3293112 to your computer and use it in GitHub Desktop.

Select an option

Save nagae/3293112 to your computer and use it in GitHub Desktop.
latexmk
$latex = 'platex -kanji=utf8';
$bibtex = 'pbibtex -kanji=utf8';
$dvipdf = 'dvipdfmx %O -o %D %S';
$pdf_previewer = 'open -a /Applications/Preview.app';
$pdf_mode = 3; # 3 = create pdf file by dvipdf
$pdf_update_method = 0; # 0 = auto update
@nagae
Copy link
Copy Markdown
Author

nagae commented Aug 8, 2012

  1. platex→pbibtex→platex→dvipdfmx
    '''latexmk sample.tex'''

@nagae
Copy link
Copy Markdown
Author

nagae commented Aug 8, 2012

platex→pbibtex→platex→dvipdfmx
{{{latexmk sample.tex}}}

@nagae
Copy link
Copy Markdown
Author

nagae commented Aug 8, 2012

I do not know how to delete my comments...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment