Functions | |
def | preamble_action |
Add header and footer to make a valid LaTeX document. | |
def | generate |
Add Preamble builder to the environment and redefine source scanne of PDF builder. | |
def | exists |
Return True (this tool always exists). |
def repro::tools::paper::exists | ( | env | ) |
Return True (this tool always exists).
Definition at line 123 of file build/lib/repro/tools/paper.py.
def repro::tools::paper::generate | ( | env | ) |
Add Preamble builder to the environment and redefine source scanne of PDF builder.
Definition at line 106 of file build/lib/repro/tools/paper.py.
def repro::tools::paper::preamble_action | ( | target, | ||
source, | ||||
env | ||||
) |
Add header and footer to make a valid LaTeX document.
Definition at line 51 of file build/lib/repro/tools/paper.py.