/[dtapublic]/sf_code/esrgpcpj/hyreach/doc/hyreachm/makeall.bat
ViewVC logotype

Annotation of /sf_code/esrgpcpj/hyreach/doc/hyreachm/makeall.bat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26 - (hide annotations) (download)
Sat Oct 8 06:57:57 2016 UTC (7 years, 11 months ago) by dashley
File MIME type: text/plain
File size: 1570 byte(s)
Initial commit.
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

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25