Ignore:
Timestamp:
Nov 7, 2006, 4:46:20 PM (17 years ago)
Author:
ole
Message:

Small fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/update_anuga_user_manual.py

    r3923 r3934  
    5454    # Compile with LaTeX, makeindex etc
    5555    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)   
    6161
    6262    # 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)   
    6565     
    6666    # Create html pages
Note: See TracChangeset for help on using the changeset viewer.