]> code.communitydata.science - cdsc_tex.git/blobdiff - paper_template/Makefile
added code to deal with utf8 bibliographies
[cdsc_tex.git] / paper_template / Makefile
index d4bbda0fc4e4c05ced81ab89a19db22127b2b5ab..1b183d18f8e7fc38d1824d0e6ac318385b00dd49 100644 (file)
@@ -4,12 +4,14 @@ all: $(patsubst %.tex,%.pdf,$(wildcard *.tex))
 pdf: all
 
 %.pdf: %.tex
+       recode -d u8..ltex < refs.bib > refs-processed.bib
        rubber -fd $<
 
 clean: 
        rubber -d --clean *.tex
        rm -f *.tmp
        rm -f vc
+       rm -f refs-processed.bib
 
 viewpdf: all
        evince *.pdf

Community Data Science Collective || Want to submit a patch?