Skip to content

Instantly share code, notes, and snippets.

@lengshuiyulangcn
Created November 13, 2014 12:51
Show Gist options
  • Save lengshuiyulangcn/e37eb913b8bb72d12ff9 to your computer and use it in GitHub Desktop.
Save lengshuiyulangcn/e37eb913b8bb72d12ff9 to your computer and use it in GitHub Desktop.
quick compile&show preview of uplatex
#!bin/sh
uplatex $1 && dvipdfmx -f cid-x.map $1 && open -a Preview "$1.pdf"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment