Skip to content

puripuri2100/BibSATySFi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BibSATySFi

This software converts bib file to SATySFi's document file.

Install using OPAM

Here is a list of minimally required softwares.

  • git
  • make
  • opam 2.0
  • ocaml (>= 4.06.0) (installed by OPAM)

Example

Install opam (Ubuntu)

sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)

eval $(opam env)

Install ocaml (Ubuntu)

opam init --comp 4.10.0

Install ocaml (Ubuntu on WSL1)

opam init --comp 4.10.0 --disable-sandboxing

Build

git clone https://github.com/puripuri2100/BibSATySFi.git
cd BibSATySFi

opam pin add bibsatysfi .
opam install bibsatysfi

Usage of 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")