Changeset 9402
- Timestamp:
- Jan 13, 2015, 5:29:57 PM (10 years ago)
- Location:
- trunk/anuga_user_manual/source
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_user_manual/source/anuga_user_manual.tex
r9274 r9402 26 26 \documentclass{manual} 27 27 28 %\usepackage{verbatim} 29 30 31 \newcommand{\verbatiminputB}[1]{% 32 \verbatiminput{#1}\endgroup} 33 34 \def\verbatiminputunderscore{\begingroup 35 \catcode`\_=12 36 \verbatiminputB} 28 37 29 38 \usepackage{graphicx} … … 87 96 \setcounter{tocdepth}{3} 88 97 \setcounter{secnumdepth}{3} 98 99 89 100 90 101 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 1353 1364 Here is the code for \file{runParallelCairns.py}: 1354 1365 1355 \verbatiminput{../../demos/cairns/runParallelCairns.py} 1366 \verbatiminputunderscore{../../anuga_core/demos/cairns/runParallelCairns.py} 1367 1356 1368 1357 1369 \subsection{Structure of the Code} … … 1435 1447 Here is the code for \file{runCheckpoint.py}: 1436 1448 1437 \verbatiminput{../../ demos/checkpointing/runCheckpoint.py}1449 \verbatiminput{../../anuga_core/demos/checkpointing/runCheckpoint.py} 1438 1450 1439 1451 \subsection{Structure of the Code} -
trunk/anuga_user_manual/source/update_anuga_user_manual.py
r9269 r9402 114 114 system('svn update') # Restore version file 115 115 116 system('mv *.pdf ../') 116 system('cp *.pdf ../') 117 system('mv *.pdf ../anuga_core/user_manual') 117 118 118 119 print 'Cleanup aux tex files'
Note: See TracChangeset
for help on using the changeset viewer.