knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
add2latex
helps users to input the latex in a less-coding way and make building latex expressions easier.
$\LaTeX$ is a good language to communicate with other users about equations and math expression. However, as we all know, it is boring to retype the code and there is no friendly-used feature to re-use it.
You can install the released version of add2latex from Github with:
devtools::install_github('JiaxiangBU/add2latex')
library(add2latex)
r add2pkg::add_disclaimer("Jiaxiang Li")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.