Skip to contents

Simplify the task of writing LaTeX code by using R. Instead of using LaTeX utilities like newcommand, write R functions for more flexibility and readability. Also, additional support for grouping makes it easier to write complicated expressions.

Installation

  • Current version from GitHub:
if (!require("devtools")) {
  install.packages("devtools")
}
devtools::install_github("nicoesve/latexSymb")
  • Released version from CRAN:
install.packages("latexSymb")