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

Small fixes

Location:
anuga_core/documentation/user_manual
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_installation_guide.tex

    r3921 r3934  
    6262    \begin{itemize} 
    6363      \item Enthought version of Python2.4: \url{http://code.enthought.com/enthon/}.
    64       \item Scientific Python: \url{http://sourcesup.cru.fr/frs/download.php/745/ScientificPython-2.4.9.win32-py2.4.exe}
     64      \item Scientific Python:\\
     65       \url{http://sourcesup.cru.fr/frs/download.php/745/ScientificPython-2.4.9.win32-py2.4.exe}
    6566      \item NETCDF \url{ftp://ftp.unidata.ucar.edu/pub/netcdf/contrib/win32/netcdf-3.6.1-beta1-win32dll.zip}
    6667    \end{itemize}   
     
    109110To verify that the installed version of ANUGA validates satisfactorily
    110111against the Okushiri Island wave tank validation dataset
    111 (\url{http://www.cee.cornell.edu/longwave/index.cfm?page=benchmark&problem=2})
     112(\url{http://www.cee.cornell.edu/longwave})
    112113unpack the distribution (\code{anuga_validation_1.0_xxxx.tgz}) into
    113114any directory and run the scripts \code{create_okushiri.py},
  • 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.