An open API service indexing awesome lists of open source software.

https://github.com/qubyte/bibdirective

Similar to directives for TeXShop and TeXWorks to select a LaTeX engine, this allows you to use a directive for processing bibliographies.
https://github.com/qubyte/bibdirective

Last synced: about 1 year ago
JSON representation

Similar to directives for TeXShop and TeXWorks to select a LaTeX engine, this allows you to use a directive for processing bibliographies.

Awesome Lists containing this project

README

          

# About

This started off as an annoyance that I could not fix the bibliography engine
in TeXShop in the same way that I can with the TeX engine. For example

`% !TEX TS-program = pdflatex`

overrides the default to ensure that the document is always compiled with
pdflatex. The original post on TeX.sx can be found [here](http://tex.stackexchange.com/q/38348/9043).

This script was conceived to allow the selection of a bibliography engine
in a similar way. At present it handles biber and BibTeX (all lower case, since
it uses a regular expression to extract the command to use)

`% !BIB TS-program = bibtex`

or

`% !BIB TS-program = biber`

By telling your TeX shell to use this script as your bibliography processor, the script
checks for a line like the above to determine the engine to use. If no line is
given, it defaults to BibTeX.

## Contributing

Before working with this, please ping me.