Javascript / Typescript library for bibliographic entities. It can parse BiBTeX and processes some LaTeX stuff, such as replacing special characters with their Unicode equivalent (for example, {\"o}
is automatically converted to ö
).
Install it via npm:
npm install bibliography
And include in your project:
import {} from 'bibliography';
MIT
Maarten Trompper <maartentrompper@freedom.nl>