New features (debug info + plain PDF mode + long table)
Add some new subtle features with version 0.0.7:
- If it fails to build an output file, both
stderr
andstdout
information are given for debugging. From now,journalist.report
returns the return code (0 if successful) of compiling process instead of filename. - Turn off
beamer
argument injournalist.report()
if you just want to generate a plain PDF article instead of slides - Remove all temp files once after the final report generated successfully.
- For automatically generated templates, a table or a paragraph may be too long to display in one single slide page, so they are allowed to span multiple pages when specifying template pages for them.