From 1b7c0ce277cede8b7d3cf94b3f164efc10217465 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sat, 1 May 2010 18:33:18 +0200 Subject: [PATCH] [latex] use T1 font encoding, without it Coke++ reported build errors on Mac OS X (ticket #1) --- bin/book-to-latex | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/book-to-latex b/bin/book-to-latex index 40f86bf..89e1122 100644 --- a/bin/book-to-latex +++ b/bin/book-to-latex @@ -7,6 +7,7 @@ print <<'HEADER'; \usepackage{graphics,graphicx} \usepackage{colortbl} \usepackage{fancyvrb} +\usepackage[T1]{fontenc} \usepackage{bera} \usepackage[utf8]{inputenc}