Skip to content

Commit

Permalink
show preview in printEqn
Browse files Browse the repository at this point in the history
  • Loading branch information
philchalmers committed Sep 6, 2024
1 parent 4556241 commit f9b1d7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dev/printEqn.R
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ if(FALSE){
#' # markdown-style formatting
#' printEqn("*H*_0 : **C** **B**")
#'
#' # preview (caught from Eqn())
#' printEqn("*H*_0 : **C** **B**", preview = TRUE)
#'
#' # Bold Greek letters use boldsymbol
#' printEqn("*H*_0 : **\\Lambda** **B**")
#' printEqn("*H*_0 : **\\Lambda** **B**", GreekBS = FALSE) # disabled
Expand Down

0 comments on commit f9b1d7d

Please sign in to comment.