latex.mlc | R Documentation |
mlc must be defined as follows in the latex code: \newcommand\mlc[2][c]\begintabular[#1]@c@#2\endtabular
latex.mlc(latex.vec, make.bold = TRUE, math.bold = FALSE)
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 |
A string which has been glued together using multi-line-cell macro for latex
latex.mlc(c("This", "is a", "test"), make.bold = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.