initial commit

This commit is contained in:
Marty Oehme 2023-09-27 09:38:58 +02:00
commit 1b2c317a61
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
6 changed files with 528 additions and 0 deletions

16
Makefile Normal file
View file

@ -0,0 +1,16 @@
SHELL=/bin/bash
.PHONY: default
default: all
bib: 03-supplementary_data/library
[ -f 03-supplementary_data/lib.bib ] && rm 03-supplementary_data/lib.bib
papis export -a -o 03-supplementary_data/lib.bib
render: concepts.md
quarto render
config: ~/documents/library/litrev-rahman
ln -s ~/documents/library/ilo-wow 03-supplementary_data/library
all: bib render