aboutsummaryrefslogtreecommitdiff
path: root/man/hierarchical_kinetics.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2023-11-23 06:17:28 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2023-11-23 06:17:28 +0100
commit43af185533b11327368148a44e9295ea3eb3abb1 (patch)
treee0100fd009a2bd8c6d09e9680c60f4a4bbac391c /man/hierarchical_kinetics.Rd
parenta1b5d63e031d22b190e9e9fc30753b699ad6b4ea (diff)
Bump version, fix test from last commit, check and test
Diffstat (limited to 'man/hierarchical_kinetics.Rd')
-rw-r--r--man/hierarchical_kinetics.Rd6
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

Contact - Imprint