File: latex_dependency.Rd

package info (click to toggle)
r-cran-rmarkdown 2.20%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,028 kB
  • sloc: javascript: 5,656; sh: 24; makefile: 17
file content (18 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (3)
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
}