From 15693446c0a7b05823a2be773e54c6d4c0a44a19 Mon Sep 17 00:00:00 2001
From: Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Date: Fri, 1 Apr 2011 14:59:42 +0200
Subject: [PATCH] Fix fonts, inputenc, and fontenc.

---
 supercomp11/supercomp11.tex | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/supercomp11/supercomp11.tex b/supercomp11/supercomp11.tex
index 7840e92..29208fc 100644
--- a/supercomp11/supercomp11.tex
+++ b/supercomp11/supercomp11.tex
@@ -1,5 +1,8 @@
-
 \documentclass[smallextended]{svjour3}
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{mathptmx}
+\usepackage{courier}
 \usepackage{graphicx}
 
 \begin{document}
-- 
2.39.5