Skip to content

Instantly share code, notes, and snippets.

@moznion
Created October 18, 2012 15:00
Show Gist options
  • Save moznion/3912390 to your computer and use it in GitHub Desktop.
Save moznion/3912390 to your computer and use it in GitHub Desktop.
Convert Japanese TeX file to PDF file
#!/bin/sh
platex $1
dvipdfmx $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment