-
Notifications
You must be signed in to change notification settings - Fork 125
Expand file tree
/
Copy pathjup_pkgs.Rd
More file actions
38 lines (38 loc) · 806 Bytes
/
jup_pkgs.Rd
File metadata and controls
38 lines (38 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/jup_pkgs.R
\docType{data}
\name{jup_pkgs}
\alias{jup_pkgs}
\title{Additional tinytex packages needed for rendering of PDFs in Jupyter}
\format{
A vector with 16 package names:
\describe{
\item{adjustbox}{}
\item{caption}{}
\item{collectbox}{}
\item{enumitem}{}
\item{environ}{}
\item{eurosym}{}
\item{jknapltx}{}
\item{parskip}{}
\item{pgf}{}
\item{rsfs}{}
\item{tcolorbox}{}
\item{titling}{}
\item{trimspaces}{}
\item{ucs}{}
\item{ulem}{}
\item{upquote}{}
}
}
\source{
\url{https://github.com/yihui/tinytex/issues/228}
}
\usage{
jup_pkgs
}
\description{
These 16 TexLive packages are required to allow for rendering of PDFs in
Jupyter when tinytex is used to install LaTeX.
}
\keyword{datasets}