Skip to content

Feature request: Allow knit_print for equations to have an argument of the maximum number of equations to include before a new align* block #63

@billdenney

Description

@billdenney

knit_print.nlmixr2FitCore <- function(x, ..., output = "equations") {
output <- match.arg(output)
if ("equations" %in% output) {
ret <-
paste0(
"\\begin{align*}\n",
paste(
extractEqHelper(x = x, ...),
collapse = " \\\\\n"
),
"\n\\end{align*}\n"
)
}
knitr::asis_output(ret)
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions