diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-03-31 15:41:32 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-03-31 21:52:10 +0200 |
commit | 6c206e86ec8e18ccf5d67b1fc796c70764ba0297 (patch) | |
tree | 0817ed9eb7cfd41c5f7aa61ebe555d1eb3c40d40 /Makefile | |
parent | 2e928d6b2f4a5f6011639ec437a5044830ffc84e (diff) |
Use OSCOLA with no ibid as citation style.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ args_meta += -V subtitle="$(subtitle)" args_meta += -M author="Carlo Piana, Ulf Öberg" args_meta += -V author="Carlo Piana" -V author="Ulf Öberg" args_meta += -V date="" +args_meta += -M csl=oscola-no-ibid.csl args_latex += --template=template.tex --latex-engine=xelatex args_latex += -H header.tex -B before.tex -A after.tex args_latex += -V mainfont="Lora" -V sansfont="Quattrocento Sans" -V monofont="Inconsolata" |