next up previous [pdf]

Next: Some of the most Up: Preliminary Previous: Preliminary

Reproduce numerical examples and papers using SConstruct

Processing workflow:



Run scons for your computation
scons
run an SConstruct to generate data
scons view
view the results from an SConstruct
scons -c
clean the local directory, delete all target files
pscons
parallel execution of an SConstruct

Paper Sconstruct imports Python packages for processing TeX files: \begin{lstlisting}
from rsf.tex import *
End(name,lclass,options,use)
\end{lstlisting}

To generate your paper including numerical examples:


next up previous [pdf]

Next: Some of the most Up: Preliminary Previous: Preliminary

2021-08-31