@hackage bibtex0.0.3

Parse, format and processing BibTeX files

This package allows parsing, formatting and processing of BibTeX files. BibTeX files are databases for literature for the natbib package of the LaTeX typesetting system.

The package contains two examples:

  • The first example demonstrates the BibTeX parser by generating a publication overview from a .bib file.

  • The second example demonstrates the BibTeX generation by producing a large .bib file from the tar archive that cabal-install downloads to your local cabal directory.

Both examples will be build as stand-alone executable when running

cabal install -fbuildExamples bibtex

For the first example see the "tex" directory of this package. You can start the program and build an example document by running

make pubs

Technically the program generates a list of custom \nocite commands for the LaTeX package multibib. You can add the custom bibtex field subtype to BibTeX entries for more detailed categorization of an entry. See "tex/publications.bib" for examples.

The second example can be executed using

make hackbib

The file hackage.bib is written to the current directory. The program reads an uncompressed tar archive from standard input and writes the result bibliography file to standard output.

  • Installation

  • Dependencies (0)

  • Dependents (2)

    @hackage/imbib, @hackage/HaTeX
  • Package Flags

      base2
       (on by default)

      Choose the new smaller, split-up base package.

      buildexamples
       (off by default)

      Build example executables