scons |
Generate the default target (usually the PDF file paper.pdf from the source LATEX file paper.tex.) |
scons pdf or scons paper_name .pdf |
Generate PDF files from LATEX sources paper.tex or paper_name .tex. |
scons read or scons paper_name .read |
Generate PDF files from LATEX sources paper.tex or paper_name .tex and display them on the screen. |
scons print or scons paper_name .print |
Generate PDF files from LATEX sources paper.tex or paper_name .tex and print them. |
scons html or scons paper_name .html |
Generate HTML files from LATEX sources paper.tex or paper_name .tex using LATEXtoHTML.
The directory paper_name _html gets created. |
scons install or scons paper_name .install |
Generate PDF and HTML files from LATEX sources paper.tex or paper_name .tex and
install them in a separate location (used for publishing on a web site). |
scons wiki or scons paper_name .wiki |
Convert LATEX sources paper.tex or paper_name .tex to the MediaWiki format
(used for publishing on a Wiki web site). |