Changeset 8755


Ignore:
Timestamp:
Mar 13, 2013, 4:43:27 PM (12 years ago)
Author:
steve
Message:

Put all the latex stuff in produce_report.py

Location:
trunk/anuga_core/source/anuga_validation_tests/Analytical_exact/dam_break_dry
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga_validation_tests/Analytical_exact/dam_break_dry/produce_results.py

    r8754 r8755  
    1111    run_validation_script('numerical_dam_break_dry.py')
    1212    run_validation_script('plot_results.py')
    13     run('pdflatex', 'report.tex')
    14     run('bibtex', 'report')
    15     os.system('pdflatex report.tex')
    16     os.system('bibtex report')
    17     os.system('pdflatex report.tex')
    18     os.system('bibtex report')
    19     os.system('pdflatex report.tex')
     13    run('python', 'produce_report.py')
     14
     15   
    2016def clean():
    2117    autoclean()
Note: See TracChangeset for help on using the changeset viewer.