Changeset 8910


Ignore:
Timestamp:
Jun 12, 2013, 7:30:26 PM (12 years ago)
Author:
steve
Message:

getting rid of typeset_report

Location:
trunk/anuga_core/source/anuga_validation_tests/analytical_exact/avalanche_wet
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga_validation_tests/analytical_exact/avalanche_wet/produce_results.py

    r8767 r8910  
    44from anuga_validation_tests.utilities.fabricate import *
    55from anuga_validation_tests.utilities.run_validation import run_validation_script
    6 
     6from os.path import join
    77
    88# Setup the python scripts which produce the output for this
     
    1111    run_validation_script('numerical_avalanche_wet.py')
    1212    run_validation_script('plot_results.py')
    13     run('python', 'produce_report.py')   
     13    run('python', join('..','..','typeset_report.py'))   
    1414
    1515def clean():
  • trunk/anuga_core/source/anuga_validation_tests/analytical_exact/avalanche_wet/typeset_report.py

    r8909 r8910  
    77__date__ ="$13/03/2013 4:24:51 PM$"
    88
    9 if __name__ == "__main__":
    10     print "Hello World";
    11 
    129import os
    1310
     
    1613os.system('bibtex report')
    1714os.system('pdflatex -shell-escape  -interaction=batchmode report.tex')
    18 os.system('bibtex report')
    1915os.system('pdflatex -shell-escape  -interaction=batchmode report.tex')
    20 os.system('bibtex report')
    21 os.system('pdflatex -shell-escape  -interaction=batchmode report.tex')
     16
Note: See TracChangeset for help on using the changeset viewer.