Author: Antonio Cuni <anto.c...@gmail.com> Branch: extradoc Changeset: r4239:880609af0fb0 Date: 2012-07-01 01:11 +0200 http://bitbucket.org/pypy/extradoc/changeset/880609af0fb0/
Log: workaround for unicode diff --git a/talk/ep2012/stm/Makefile b/talk/ep2012/stm/Makefile --- a/talk/ep2012/stm/Makefile +++ b/talk/ep2012/stm/Makefile @@ -8,6 +8,7 @@ rst2beamer.py --stylesheet=stylesheet.latex --documentoptions=14pt talk.rst talk.latex || exit sed 's/\\date{}/\\input{author.latex}/' -i talk.latex || exit sed 's/\\maketitle/\\input{title.latex}/' -i talk.latex || exit + sed 's/\\usepackage\[latin1\]{inputenc}/\\usepackage[utf8]{inputenc}/' -i talk.latex || exit pdflatex talk.latex || exit view: talk.pdf _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit