Created
August 8, 2012 07:27
-
-
Save nagae/3293112 to your computer and use it in GitHub Desktop.
latexmk
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 = '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 |
Author
Author
platex→pbibtex→platex→dvipdfmx
{{{latexmk sample.tex}}}
Author
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
'''latexmk sample.tex'''