concat: Concatenate PDF via LaTeX

View source: R/concat.R

concatR Documentation

Concatenate PDF via LaTeX

Description

Concatenate PDF via LaTeX

Usage

concat(
  path_tlf_csv,
  toc = TRUE,
  coverpage = NULL,
  path_tex,
  path_pdf,
  min_times = 2,
  ...
)

Arguments

path_tlf_csv

Path to a CSV file with with two columns: "title" with the title of each TLF and "path" with the path to the pdf file for the TLF.

toc

Should a table of contents be included?

coverpage

A character string of LaTeX to include for a coverpage. E.g., generated using add_cover_tex

path_tex

The path to output the LaTeX document

path_pdf

The path to output the PDF document

min_times

The minimum and maximum number of times to rerun the LaTeX engine when using emulation. Needs to be at least 2 for correct page numbers in multi-page tables of contents.

...

Further arguments passed to pdflatex


khumph/concat documentation built on March 19, 2022, 11:49 p.m.