Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/puripuri2100/satysfi-bibtex-parser
BibTeX format parser library with SATySFi
https://github.com/puripuri2100/satysfi-bibtex-parser
bibtex document parser satysfi
Last synced: 6 days ago
JSON representation
BibTeX format parser library with SATySFi
- Host: GitHub
- URL: https://github.com/puripuri2100/satysfi-bibtex-parser
- Owner: puripuri2100
- License: mit
- Created: 2023-09-30T08:29:43.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-16T06:35:38.000Z (about 1 year ago)
- Last Synced: 2023-10-17T00:47:50.907Z (about 1 year ago)
- Topics: bibtex, document, parser, satysfi
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# satysfi-code-printer
Bibtex format parser with SATySFi.
# Install
You can install `code-printer` package with [Satyrographos](https://github.com/na4zagin3/satyrographos).
```sh
opam pin add "git+https://github.com/puripuri2100/satysfi-bibtex-parser.git"opam install satysfi-code-printer
satyrographos install
```OR
```sh
opam updateopam install satysfi-bibtex-parser
satyrographos install
```After installation, you can import this package by writing the code in preamble.
```
@require: bibtex-parser/bibtex-parser
```# License
This package released under [the MIT license](https://github.com/puripuri2100/satysfi-bibtex-parser/blob/master/LICENSE).
---
(c) 2023 Naoki Kaneko (a.k.a. "puripuri2100")