latex_panels: Insert text in Latex environments

Description Usage Arguments Value

View source: R/latex_panels.R

Description

Insert text in Latex environments

Usage

1
2
3
latex_panels(panels, subcaptions, tab_width = c(1), end_line = c(F),
  maincaption, label, orientation = "portrait",
  font_size = "normalsize")

Arguments

panels

Character vector. Output of the capture.output function applied to latex tables.

subcaptions

character. Titles of the subtables.

tab_width

Character. Width of the minipage if length == 1, width of each subtable otheriwse.

end_line

Numeric. Vector of same length as tab_width; 1 if the subtable should end the line, 0 otherwise.

maincaption

Character. Title of the group of figures.

label

Character. Label of the group of figures.

orientation

Character. "portrait" of "landscape".

font_size

Character. Latex specification of the font size (e.g. "normalsize", "small", "tiny").

Value

Character. Formated number.


NicolasJBM/writer documentation built on Aug. 12, 2019, 2:36 p.m.