Skip to content

Jblew/bibtex

 
 

Repository files navigation

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/Jblew/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/Jblew/bibtex
prettybib -in example/simple.bib

About

Basic parser for bibtex

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 74.5%
  • Go 22.7%
  • Yacc 2.8%