michael-brade / LaTeX.js

JavaScript LaTeX to HTML5 translator
https://latex.js.org
MIT License
736 stars 58 forks source link

Implement bibliography #112

Open Naheel-Azawy opened 4 years ago

Naheel-Azawy commented 4 years ago

Hi! Awesome work done here!

Any plans to add bibtex support? maybe something like citation.js can help?

michael-brade commented 4 years ago

Hi, this is great! Thank you for the link! I did not plan support yet because so many others things are still left to be done, but now that I see citation.js, it may actually not be too much work :) So we'll see, now it is on my TODO list.

MonteShaffer commented 3 years ago

natbib would be ideal.

Are you familiar with RStudio? It would be nice if we could replace your parser with theirs.

michael-brade commented 3 years ago

Are you familiar with RStudio? It would be nice if we could replace your parser with theirs.

I am not sure what you mean with that. R is a different language and not something the browser understands. So it would never be a replacement, it would simply be a different project. Not something I would be doing, though. I don't know R.