Description
Write Equations in a Way that You Can Read.
Description
Utilities to help you write 'LaTeX' in a more readable way. Instead of using plain code or a series of 'newcommand' statements, use 'R' functions. You will be able to write what you mean and make fewer mistakes.
README.md
latexSymb
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")