Package: latexpdf 0.1.8

latexpdf: Convert Tables to PDF or PNG

Converts table-like objects to stand-alone PDF or PNG. Can be used to embed tables and arbitrary content in PDF or Word documents. Provides a low-level R interface for creating 'LaTeX' code, e.g. command() and a high-level interface for creating PDF documents, e.g. as.pdf.data.frame(). Extensive customization is available via mid-level functions, e.g. as.tabular(). See also 'package?latexpdf'. Support for PNG is experimental; see 'as.png.data.frame'. Adapted from 'metrumrg' <https://r-forge.r-project.org/R/?group_id=1215>. Requires a compatible installation of 'pdflatex', e.g. <https://miktex.org/>.

Authors:Tim Bergsma

latexpdf_0.1.8.tar.gz
latexpdf_0.1.8.zip(r-4.5)latexpdf_0.1.8.zip(r-4.4)latexpdf_0.1.8.zip(r-4.3)
latexpdf_0.1.8.tgz(r-4.4-any)latexpdf_0.1.8.tgz(r-4.3-any)
latexpdf_0.1.8.tar.gz(r-4.5-noble)latexpdf_0.1.8.tar.gz(r-4.4-noble)
latexpdf_0.1.8.tgz(r-4.4-emscripten)latexpdf_0.1.8.tgz(r-4.3-emscripten)
latexpdf.pdf |latexpdf.html
latexpdf/json (API)

# Install 'latexpdf' in R:
install.packages('latexpdf', repos = c('https://bergsmat.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/bergsmat/latexpdf/issues

On CRAN:

14 exports 1 stars 1.78 score 0 dependencies 4 dependents 97 scripts 2.5k downloads

Last updated 3 years agofrom:bcde46021c. Checks:OK: 2 ERROR: 5. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 05 2024
R-4.5-winERRORSep 05 2024
R-4.5-linuxOKSep 05 2024
R-4.4-winERRORSep 05 2024
R-4.4-macERRORSep 05 2024
R-4.3-winERRORSep 05 2024
R-4.3-macERRORSep 05 2024

Exports:as.documentas.ltableas.pdfas.pngas.tabularbreakscommandghostconvertmakePreamblereservetex2pdftex2pngviewtexwrap

Dependencies:

Formatting Tables with latexpdf

Rendered fromtabular.Rnwusingutils::Sweaveon Sep 05 2024.

Last update: 2017-09-26
Started: 2017-09-26

Readme and manuals

Help Manual

Help pageTopics
Create LaTeX Code and PDF Documents.latexpdf-package
Coerce to LaTeX Documentas.document as.document.character as.document.data.frame
Coerce to LaTeX Table Environmentas.ltable as.ltable.data.frame as.ltable.matrix as.ltable.table
Coerce to PDFas.pdf as.pdf.character as.pdf.document
Coerce to PDF from Data Frameas.pdf.data.frame
Coerce to PNGas.png as.png.character as.png.document
Coerce to PNG from Data Frame.as.png.data.frame
Coerce to tabularas.tabular as.tabular.data.frame as.tabular.matrix as.tabular.table
Calculate Row and Column Breaksbreaks
Format a Latex Commandcommand
Call Ghostscript.ghostconvert
Make a Preamble for a LaTeX DocumentmakePreamble
Escape LaTeX Reserved Charactersreserve
Escape LaTeX Reserved Characters for Character Objectsreserve.character
Escape LaTeX Reserved Characters in Data Framesreserve.data.frame
Escape LaTeX Reserved Characters Using Default Methodreserve.default
Escape LaTeX Reserved Characters for Factor Objectsreserve.factor
Escape LaTeX Reserved Characters in Listsreserve.list
Convert TEX to PDFtex2pdf
Convert TEX to PNGtex2png
Render and View TEX Filesviewtex
Wrap Text in a Latex Environmentwrap