hildensia / bibtex

Basic parser for bibtex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bibtex Build Status GoDoc

nickng/bibtex is a bibtex parser and library for Go.

The bibtex format is not standardised, this parser follows the descriptions found here. Please file any issues with a minimal working example.

To get:

go get -u github.com/nickng/bibtex/...

This will also install prettybib, a bibtex pretty printer. To parse and pretty print a bibtex file, for example:

cd $GOPATH/src/github.com/nickng/bibtex
prettybib -in example/simple.bib

About

Basic parser for bibtex

License:Apache License 2.0


Languages

Language:TeX 67.5%Language:Go 30.2%Language:Yacc 2.3%