diff --git a/Makefile b/Makefile index 623eefc..d1cb0f6 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,8 @@ watch_example: example: example.pdf TO_PACK := $(shell find template -type f) template/LICENSE -PACK_TARGETS := $(TO_PACK:%=pack/tultemplate2/%) pack/tultemplate2/example.typ +PACK_TARGETS := $(TO_PACK:%=pack/tultemplate2/%) pack/tultemplate2/example.typ \ + pack/tultemplate2/citations.bib .PHONY: pack pack: pack/tultemplate2.zip @@ -25,7 +26,7 @@ pack/tultemplate2.zip: $(PACK_TARGETS) rm -f $@ cd pack && zip -r tultemplate2.zip tultemplate2 -pack/tultemplate2/example.typ: example.typ +pack/tultemplate2/%: % ln -f $< $@ pack/tultemplate2/template/LICENSE: LICENSE diff --git a/tests/citations_en.typ b/tests/citations_en.typ index 4db07d9..5362a74 100644 --- a/tests/citations_en.typ +++ b/tests/citations_en.typ @@ -3,4 +3,4 @@ @linux @Satrapa2011 -#bibliography("citations.bib", title: "Bibliography - EN", style: "iso-690-author-date") +#bibliography("citations.bib", title: "Bibliography - EN", style: "iso-690-numeric")