added code to deal with utf8 bibliographies
This commit is contained in:
parent
a98cc6d7d7
commit
de4773b84b
@ -4,12 +4,14 @@ all: $(patsubst %.tex,%.pdf,$(wildcard *.tex))
|
|||||||
pdf: all
|
pdf: all
|
||||||
|
|
||||||
%.pdf: %.tex
|
%.pdf: %.tex
|
||||||
|
recode -d u8..ltex < refs.bib > refs-processed.bib
|
||||||
rubber -fd $<
|
rubber -fd $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rubber -d --clean *.tex
|
rubber -d --clean *.tex
|
||||||
rm -f *.tmp
|
rm -f *.tmp
|
||||||
rm -f vc
|
rm -f vc
|
||||||
|
rm -f refs-processed.bib
|
||||||
|
|
||||||
viewpdf: all
|
viewpdf: all
|
||||||
evince *.pdf
|
evince *.pdf
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
@inproceedings{989866,
|
@inproceedings{989866,
|
||||||
author = {Ken Hinckley and Gonzalo Ramos and Francois
|
author = {Ken Hinckley and Gonzalo Ramos and François
|
||||||
Guimbretiere and Patrick Baudisch and Marc Smith},
|
Guimbretiere and Patrick Baudisch and Marc Smith},
|
||||||
title = {Stitching: pen gestures that span multiple displays},
|
title = {Stitching: pen gestures that span multiple displays},
|
||||||
booktitle = {AVI '04: Proceedings of the working conference on
|
booktitle = {AVI '04: Proceedings of the working conference on
|
||||||
|
|||||||
@ -79,7 +79,7 @@ fox jumps over the lazy dog \citep{989866}.
|
|||||||
% bibliography here
|
% bibliography here
|
||||||
\renewcommand{\bibsection}{\section{\bibname}\prebibhook}
|
\renewcommand{\bibsection}{\section{\bibname}\prebibhook}
|
||||||
\baselineskip 14.2pt
|
\baselineskip 14.2pt
|
||||||
\bibliography{refs}
|
\bibliography{refs-processed}
|
||||||
\bibliographystyle{chicago}
|
\bibliographystyle{chicago}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user