-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
I would like to use pandoc's --biblatex option. I though that the following 'style.yaml' file would do it:
########################################################################
# Base - parent of all styles #
########################################################################
Base:
all:
metadata:
bibliography: /Users/thomas/Library/texmf/bibtex/bib/bibliography.bib
latex:
preflight:
- run: tmp_out.py
postflight:
- run: latexmk.py
- run: open_pdf.py
cleanup:
- run: tmp_back.py
- run: rmlatex.py
########################################################################
# Paper #
########################################################################
Paper:
parent:
- Base
all:
metadata:
numbersections: true
latex:
metadata:
biblatex: true
template: default.latex
But when I do $ panzer --output foo.tex foo.txt it's clear that the biblatex option hasn't been called: my cite keys haven't turned to citations commands, and biblatex hasn't been called. I do get numbered sections, so it's not that panzer doesn't see my files or anything like that.
By the way, doing this works fine: $panzer --biblatex --output foo.tex foo.txt. Have I failed to set something up right in my style file?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels