From: Fred Drake Date: Tue, 13 Mar 2001 17:56:08 +0000 (+0000) Subject: Add some LaTeX magic so that Latin-1 characters do not get so badly X-Git-Tag: v2.1b2~176 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b0b2a4df2387b77c3742e329064c193d003cf66;p=thirdparty%2FPython%2Fcpython.git Add some LaTeX magic so that Latin-1 characters do not get so badly trashed. --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 60245a811489..85d58055f28e 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -1,4 +1,5 @@ \documentclass{manual} +\usepackage[T1]{fontenc} % Things to do: % Add a section on file I/O