1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/latex_dependencies.R
\name{latex_dependency}
\alias{latex_dependency}
\title{Define a LaTeX package dependency}
\usage{
latex_dependency(name, options = NULL, extra_lines = NULL)
}
\arguments{
\item{name}{The LaTeX package name}
\item{options}{The LaTeX options for the package}
\item{extra_lines}{LaTeX code related to the package added to the preamble}
}
\description{
Define a LaTeX package dependency
}
|