added code to deal with utf8 bibliographies
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user