The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

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

if (!require("devtools")) {
  install.packages("devtools")
}
devtools::install_github("nicoesve/latexSymb")
install.packages("latexSymb")

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.