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.
- Host: GitHub
- URL: https://github.com/qubyte/bibdirective
- Owner: qubyte
- Created: 2012-01-30T04:08:34.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-30T08:49:33.000Z (over 14 years ago)
- Last Synced: 2025-02-14T09:35:55.518Z (over 1 year ago)
- Language: Shell
- Size: 93.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.