Arxiv Equations provides latex format equations from arxiv paper.
This app is made with Go
, Vue.js
and MySQL
.
- Golang
- dep,
go get -u github.com/golang/dep/cmd/dep
- dep,
- npm
- mysql
go get github.com/raahii/arxiv-equations
export DB_USER=<user>
export DB_PASS=<password>
export DB_NAME=<dbname, ex.arxiv_equations>
export BACKEND_BASEURL=<backend url, ex.http://localhost:1323">
# backend
dep ensure
# frontend
cd frontend; npm install --save
# backend
go run server.go
# frontend
cd frontend; npm run dev
-
copy macro button
-
removing vue router
-
add updating paper api
-
exclusive processing for pasing latex source
-
accurate tex source parsing (by using pandoc or something)
-
extract equation number
-
separate controllers and models properly