diff options
Diffstat (limited to 'man/hierarchical_kinetics.Rd')
-rw-r--r-- | man/hierarchical_kinetics.Rd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man/hierarchical_kinetics.Rd b/man/hierarchical_kinetics.Rd index bcbe1e06..8330fe68 100644 --- a/man/hierarchical_kinetics.Rd +++ b/man/hierarchical_kinetics.Rd @@ -9,7 +9,11 @@ hierarchical_kinetics(..., keep_tex = FALSE) \arguments{ \item{...}{Arguments to \code{rmarkdown::pdf_document}} -\item{keep_tex}{Keep the intermediate tex file used in the conversion to PDF} +\item{keep_tex}{Keep the intermediate tex file used in the conversion to PDF. +Note that this argument does not control whether to keep the auxiliary +files (e.g., \file{.aux}) generated by LaTeX when compiling \file{.tex} to +\file{.pdf}. To keep these files, you may set \code{options(tinytex.clean = +FALSE)}.} } \value{ R Markdown output format to pass to |