Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hscells/bibtmpl
Template files with BibTex records
https://github.com/hscells/bibtmpl
Last synced: 6 days ago
JSON representation
Template files with BibTex records
- Host: GitHub
- URL: https://github.com/hscells/bibtmpl
- Owner: hscells
- Created: 2018-08-31T03:11:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-29T01:14:35.000Z (about 6 years ago)
- Last Synced: 2024-11-07T13:57:45.930Z (about 2 months ago)
- Language: TeX
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bibtmpl
How we generate a publications list for [ielab.io](ielab.io) and [scells.me](scells.me).
usage:
```
bibtmpl --help [!?][master]
template BibTex files into HTML
bibtmpl 31.Aug.2018
Usage: bibtmpl --template TEMPLATE --bibtex BIBTEXOptions:
--template TEMPLATE path to file to template
--bibtex BIBTEX path to BibTex file
--help, -h display this help and exit
--version display version and exit
```example:
```html
Example Usage{{ range .Entries }}
{{ index .Fields "Author" }}.
{{index .Fields "Year"}}.
{{ index .Fields "Title"}}.
{{ index .Fields "Booktitle"}}
{{ end }}```