- Timestamp:
- Nov 7, 2006, 4:46:20 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/documentation/user_manual/update_anuga_user_manual.py
r3923 r3934 54 54 # Compile with LaTeX, makeindex etc 55 55 for i in range(3): 56 # os.system('latex --interaction=nonstopmode %s.tex' %texfile)57 os.system('pdflatex --interaction=nonstopmode %s.tex' %texfile)58 os.system('makeindex %s.idx' %texfile)59 os.system('makeindex mod%s.idx' %texfile)60 os.system('bibtex %s' %texfile)56 #system('latex --interaction=nonstopmode %s.tex' %texfile) 57 system('pdflatex --interaction=nonstopmode %s.tex' %texfile) 58 system('makeindex %s.idx' %texfile) 59 system('makeindex mod%s.idx' %texfile) 60 system('bibtex %s' %texfile) 61 61 62 62 # Create pdf file 63 # os.system('dvips %s -o %s.ps' %((texfile,)*2))64 # os.system('ps2pdf %s.ps' %texfile)63 #system('dvips %s -o %s.ps' %((texfile,)*2)) 64 #system('ps2pdf %s.ps' %texfile) 65 65 66 66 # Create html pages
Note: See TracChangeset
for help on using the changeset viewer.