Hao Zhu | c1f3841 | 2017-02-23 12:13:48 -0500 | [diff] [blame] | 1 | % Generated by roxygen2: do not edit by hand |
| 2 | % Please edit documentation in R/util.R |
| 3 | \name{usepackage_latex} |
| 4 | \alias{usepackage_latex} |
| 5 | \title{Load a LaTeX package} |
| 6 | \usage{ |
| 7 | usepackage_latex(name, options = NULL) |
| 8 | } |
| 9 | \arguments{ |
| 10 | \item{name}{The LaTeX package name} |
| 11 | |
| 12 | \item{options}{The LaTeX options for the package} |
| 13 | } |
| 14 | \description{ |
Hao Zhu | 76281fe | 2017-07-03 19:33:09 -0400 | [diff] [blame^] | 15 | Load a LaTeX package using R code. Just like \code{\\usepackage{}} |
Hao Zhu | c1f3841 | 2017-02-23 12:13:48 -0500 | [diff] [blame] | 16 | in LaTeX |
| 17 | } |
Hao Zhu | 78e6122 | 2017-05-24 20:53:35 -0400 | [diff] [blame] | 18 | \examples{ |
| 19 | usepackage_latex("xcolor") |
| 20 | } |