Skip to content

Commit

Permalink
doc correction
Browse files Browse the repository at this point in the history
  • Loading branch information
phgrosjean committed May 25, 2024
1 parent 13c4f60 commit 0ac8f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/print.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ is_texPreview_installed <- function() {
#' @param x 'LaTeX' equation built with \code{\link{extract_eq}}
#' @param ... not used
#' @param latex Logical, whether the output is LaTeX or not. The default
#' value uses {knitr} to determine the current output format.
#' value uses [knitr::is_latex_output()] to determine the current output format.
#' @return A character string with the equation formatted either as proper
#' LaTeX code, or as a display equation tag (surrounded by `$$...$$`) for R
#' Markdown or Quarto documents.
Expand Down
2 changes: 1 addition & 1 deletion man/format.equation.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ac8f2b

Please sign in to comment.