This software converts bib file to SATySFi's document file.
Here is a list of minimally required softwares.
- git
- make
- opam 2.0
- ocaml (>= 4.06.0) (installed by OPAM)
sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)
eval $(opam env)
opam init --comp 4.10.0
opam init --comp 4.10.0 --disable-sandboxing
git clone https://github.com/puripuri2100/BibSATySFi.git
cd BibSATySFi
opam pin add bibsatysfi .
opam install bibsatysfi
Required package
Type
bibsatysfi <input file> -o <output file>
This software released under the MIT license.
Copyright (c) 2020 Naoki Kaneko (a.k.a. "puripuri2100")