Skip to content

Commit

Permalink
rm doubled parameter list
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Sep 8, 2024
1 parent 93b2733 commit bf776bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
10 changes: 1 addition & 9 deletions R/Eqn.R
Original file line number Diff line number Diff line change
Expand Up @@ -382,16 +382,8 @@ Eqn_size <- function(string, size = 0){
#' Depending on the output type this function will provide the correct
#' inline wrapper for MathJax or LaTeX equations. This provides more
#' consistent referencing when switching between HTML and PDF outputs as
#' well as documentation types (\code{.Rmd} vs \code{.qmd}).
#' well as documentation types (e.g., \code{.Rmd} vs \code{.qmd}).
#'
#' @param label the equation label used within \code{\link{Eqn}} or
#' defined explicitly in the document
#' @param html_output logical; use references for HTML outputs instead
#' of the LaTeX? Automatically changed for compiled documents
#' that support \code{knitr}
#' @param quarto logical; use Quarto referencing syntax? When \code{TRUE}
#' the \code{html_output} will be irrelevant. Can be set globally via
#' \code{\link{options}} with \code{options(quartoEqn=TRUE)}
#' @param parentheses logical; include parentheses around the referenced equation?
#' Only changes the behaviour for referencing in LaTeX/PDF documents.
#'
Expand Down
21 changes: 13 additions & 8 deletions man/Eqn.Rd

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

0 comments on commit bf776bb

Please sign in to comment.