项目作者: puripuri2100

项目描述 :
Convert Bib file to SATySFi's document file
高级语言: OCaml
项目地址: git://github.com/puripuri2100/BibSATySFi.git
创建时间: 2020-05-25T15:36:48Z
项目社区:https://github.com/puripuri2100/BibSATySFi

开源协议:MIT License

下载


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)

  1. sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)
  2. eval $(opam env)

Install ocaml (Ubuntu)

  1. opam init --comp 4.10.0

Install ocaml (Ubuntu on WSL1)

  1. opam init --comp 4.10.0 --disable-sandboxing

Build

  1. git clone https://github.com/puripuri2100/BibSATySFi.git
  2. cd BibSATySFi
  3. opam pin add bibsatysfi .
  4. opam install bibsatysfi

Usage of bibsatysfi

Required package

Type

  1. bibsatysfi <input file> -o <output file>

This software released under the MIT license.

Copyright (c) 2020 Naoki Kaneko (a.k.a. “puripuri2100”)