File: usepackage_latex.Rd

package info (click to toggle)
r-cran-kableextra 1.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,400 kB
  • sloc: javascript: 579; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 449 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/util.R
\name{usepackage_latex}
\alias{usepackage_latex}
\title{Load a LaTeX package}
\usage{
usepackage_latex(name, options = NULL)
}
\arguments{
\item{name}{The LaTeX package name}

\item{options}{The LaTeX options for the package}
}
\description{
Load a LaTeX package using R code. Just like \verb{\\\\usepackage\{\}}
in LaTeX
}
\examples{
usepackage_latex("xcolor")
}