Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 752 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 752 Bytes

bibtex Build Status Go Reference

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