latex.mlc: Create a string which has been glued together using...

View source: R/latex.R

latex.mlcR Documentation

Create a string which has been glued together using multi-line-cell macro for latex

Description

mlc must be defined as follows in the latex code: \newcommand\mlc[2][c]\begintabular[#1]@c@#2\endtabular

Usage

latex.mlc(latex.vec, make.bold = TRUE, math.bold = FALSE)

Arguments

latex.vec

The vector of strings to glue together

make.bold

the \textbf macro will be inserted unless math.bold is TRUE

math.bold

if TRUE, the \mathbf macro will be used

Value

A string which has been glued together using multi-line-cell macro for latex

Examples

latex.mlc(c("This", "is a", "test"), make.bold = TRUE)

pbs-assess/gfutilities documentation built on Sept. 18, 2023, 7:57 a.m.