Search found 1 match

by loji
Sat Mar 03, 2012 12:30 pm
Forum: General
Topic: Windows batch file for compiling report
Replies: 1
Views: 2151

Windows batch file for compiling report

I have created a Windows batch file to compile a report. The file is as follows:

latex report
dvips report
ps2pdf report.ps report.pdf
pause

report.pdf is created correctly, but defaults to US letter paper. I would like a4 paper size, but don't know where and how to specify it so that report.pdf ...