1 |
dashley |
26 |
echo on
|
2 |
|
|
rem Be sure see all output.
|
3 |
|
|
rem
|
4 |
|
|
rem $Header: /cvsroot/esrg/sfesrg/esrgpcpj/hyreach/doc/hyreachm/makeall.bat,v 1.3 2001/10/31 04:31:37 dtashley Exp $
|
5 |
|
|
rem
|
6 |
|
|
rem LaTeX compile three times in a row, to resolve any complex
|
7 |
|
|
rem dependencies where page formatting is affected by the definition of
|
8 |
|
|
rem a label.
|
9 |
|
|
c:\4tex5.0\bin\win32\hugetex.exe -progname=latex "&latex" hyreachm.tex
|
10 |
|
|
c:\4tex5.0\bin\win32\hugetex.exe -progname=latex "&latex" hyreachm.tex
|
11 |
|
|
c:\4tex5.0\bin\win32\hugetex.exe -progname=latex "&latex" hyreachm.tex
|
12 |
|
|
rem
|
13 |
|
|
rem Now run MakeIndex once to get the index entries right.
|
14 |
|
|
c:\4tex5.0\bin\win32\makeindex.exe hyreachm.idx
|
15 |
|
|
rem
|
16 |
|
|
rem Another 3 LaTeX compiles to iron out any formatting issues.
|
17 |
|
|
c:\4tex5.0\bin\win32\hugetex.exe -progname=latex "&latex" hyreachm.tex
|
18 |
|
|
c:\4tex5.0\bin\win32\hugetex.exe -progname=latex "&latex" hyreachm.tex
|
19 |
|
|
c:\4tex5.0\bin\win32\hugetex.exe -progname=latex "&latex" hyreachm.tex
|
20 |
|
|
rem
|
21 |
|
|
rem Now create the PostScript files. These can be used either to
|
22 |
|
|
rem make Adobe Acrobat files or to print.
|
23 |
|
|
c:\4tex5.0\bin\win32\dvips.exe -t letter -o"hyreachm.ps" hyreachm.dvi
|
24 |
|
|
c:\4tex5.0\bin\win32\dvips.exe -t letter -A -o"hy_a.ps" hyreachm.dvi
|
25 |
|
|
c:\4tex5.0\bin\win32\dvips.exe -t letter -r -B -o"hy_brev.ps" hyreachm.dvi
|
26 |
|
|
rem
|
27 |
|
|
rem We are done.
|
28 |
|
|
rem
|
29 |
|
|
rem $Log: makeall.bat,v $
|
30 |
|
|
rem Revision 1.3 2001/10/31 04:31:37 dtashley
|
31 |
|
|
rem Nightly safety checkin.
|
32 |
|
|
rem
|
33 |
|
|
rem Revision 1.2 2001/10/30 22:08:24 dtashley
|
34 |
|
|
rem Edits.
|
35 |
|
|
rem
|
36 |
|
|
rem Revision 1.1 2001/10/30 21:15:57 dtashley
|
37 |
|
|
rem Initial checkin.
|
38 |
|
|
rem
|
39 |
|
|
rem End of MAKEALL.BAT
|