18
0

added code to deal with utf8 bibliographies

This commit is contained in:
2012-03-13 13:54:54 -04:00
parent a98cc6d7d7
commit de4773b84b
3 changed files with 4 additions and 2 deletions

View 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