[Collab-qa-commits] r2261 - udd/udd

Andreas Tille tille at alioth.debian.org
Sat May 5 16:22:14 UTC 2012


Author: tille
Date: 2012-05-05 16:22:07 +0000 (Sat, 05 May 2012)
New Revision: 2261

Modified:
   udd/udd/bibref_gatherer.py
Log:
Enable UTF-8 characters in references


Modified: udd/udd/bibref_gatherer.py
===================================================================
--- udd/udd/bibref_gatherer.py	2012-05-05 16:02:13 UTC (rev 2260)
+++ udd/udd/bibref_gatherer.py	2012-05-05 16:22:07 UTC (rev 2261)
@@ -269,6 +269,7 @@
     bf = open(self.bibtex_example_tex, 'w')
     print >>bf, """\documentclass{article}
 \usepackage[T1]{fontenc}
+\usepackage[utf8]{inputenc}
 \usepackage[left=2mm,top=2mm,right=2mm,bottom=2mm,nohead,nofoot]{geometry}
 \usepackage{longtable}
 \setlongtables




More information about the Collab-qa-commits mailing list