Skip to content

Instantly share code, notes, and snippets.

@K-atc
Created March 19, 2015 12:29
Show Gist options
  • Save K-atc/b84ab7d96e23500c86db to your computer and use it in GitHub Desktop.
Save K-atc/b84ab7d96e23500c86db to your computer and use it in GitHub Desktop.
TeXファイルをBATでPDFにする
cd report\image
ebb *.png
ebb *.jpg
cd ..
"C:/w32tex/bin/platex.exe" -kanji=utf8 -src -interaction=nonstopmode report-master.tex
rm *.pbm
cd ..
cd report
dvipdfmx *.dvi
cd ..
@echo off
start "" "C:\w32tex\dviout\dviout.exe" report/report-master.dvi
start "" "C:\Program Files (x86)\SumatraPDF\SumatraPDF.exe" report/report-master.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment