Travis build status

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

add2latex

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.

Installation

You can install the released version of add2latex from Github with:

devtools::install_github('JiaxiangBU/add2latex')
library(add2latex)

To-dos

  1. add Travis
  2. how to reuse the object like rebus

r add2pkg::add_disclaimer("Jiaxiang Li")



JiaxiangBU/add2latex documentation built on Jan. 25, 2020, 1:48 a.m.