Up: Component summary Component

LatexPDF

Compiles a LaTeX document into Portable Document Format (PDF).

Version 1.1
Bundle tools
Categories Latex
Authors Kristian Ovaska (kristian.ovaska@helsinki.fi)
Issue tracker View/Report issues
Requires R ; LaTeX ; texlive-full (DEB)
Source files component.xml LatexPDF.r
Usage Example with default values

Inputs

Name Type Mandatory Description
in Latex Mandatory Body of the LaTeX document.
header Latex Optional LaTeX header that is written to the start of the document. If missing, a default header is used.
footer Latex Optional LaTeX footer that is written to the end of the document. If missing, a default header is used.

Outputs

Name Type Description
out PDF Compiled PDF document.
completeDocument Latex Full LaTeX document that includes header and footer.

Parameters

Name Type Default Description
bibtexExec string "bibtex" Executable command for BibTeX.
isFragment boolean true Use header and footer unless this is false and the input represents a complete document.
latexExec string "pdflatex" Executable command for pdflatex.
useRefs boolean false This flag can be used to activate BibTeX compiler
verbose boolean false Produce verbose output while processing pdf.

Test cases

Test case Parameters IN
in
IN
header
IN
footer
OUT
out
OUT
completeDocument
case01 (missing) in header footer (missing) completeDocument

Generated 2019-02-08 07:42:18 by Anduril 2.0.0