R/latexr.R

#' @title LaTeX
#'
#' @description Convert the selected text in inline LaTeX.
#'
#' @return inline LaTeX text (in markdown)
#'
#' @rdname latex
#' @export
#' 
#' @examples 
#' \dontrun{
#' remedy_example( 
#'     c( "Latex stuffs"), 
#'     latexr
#'     )
#' }
#' 
latexr <- function() enclose("$")

Try the remedy package in your browser

Any scripts or data that you put into this service are public.

remedy documentation built on May 2, 2019, 8:30 a.m.