mpastell / Pweave

Pweave is a scientific report generator and a literate programming tool for Python. It can capture the results and plots from data analysis and works well with numpy, scipy and matplotlib.
http://mpastell.com/pweave
Other
435 stars 64 forks source link

using multiple input files #22

Closed lbraglia closed 8 years ago

lbraglia commented 9 years ago

Hi Matti

thanks for Pweave.

Is there an equivalent of \SweaveInput{} for LaTeX input (eg \PweaveInput{}), in order to manage multiple input file?

thanks, Luca

mpastell commented 9 years ago

Hi Luca, There is no equivalent. What I usually do is to run Pweave separately on different documents and use \include in the main document to include the resulting files.

lbraglia commented 9 years ago

ok thanks for the hint