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

Contents of /sf_code/esrgpcpj/doc/engman01/makeall.bat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26 - (show annotations) (download)
Sat Oct 8 06:57:57 2016 UTC (7 years, 5 months ago) by dashley
File MIME type: text/plain
File size: 1517 byte(s)
Initial commit.
1 echo on
2 rem Be sure see all output.
3 rem
4 rem $Header: /cvsroot/esrg/sfesrg/esrgpcpj/doc/engman01/makeall.bat,v 1.2 2002/06/24 08:18:31 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" engman01.tex
10 c:\4tex5.0\bin\win32\hugetex.exe -progname=latex "&latex" engman01.tex
11 c:\4tex5.0\bin\win32\hugetex.exe -progname=latex "&latex" engman01.tex
12 rem
13 rem Now run MakeIndex once to get the index entries right.
14 c:\4tex5.0\bin\win32\makeindex.exe engman01.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" engman01.tex
18 c:\4tex5.0\bin\win32\hugetex.exe -progname=latex "&latex" engman01.tex
19 c:\4tex5.0\bin\win32\hugetex.exe -progname=latex "&latex" engman01.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"engman01.ps" engman01.dvi
24 c:\4tex5.0\bin\win32\dvips.exe -t letter -A -o"em_a.ps" engman01.dvi
25 c:\4tex5.0\bin\win32\dvips.exe -t letter -r -B -o"em_brev.ps" engman01.dvi
26 rem
27 rem We are done.
28 rem
29 rem $Log: makeall.bat,v $
30 rem Revision 1.2 2002/06/24 08:18:31 dtashley
31 rem Minor spacing change in log section of file.
32 rem
33 rem Revision 1.1 2002/06/24 08:17:05 dtashley
34 rem Initial checkin.
35 rem
36 rem End of MAKEALL.BAT

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25