commit | 1b0b2a4df2387b77c3742e329064c193d003cf66 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Mar 13 17:56:08 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Mar 13 17:56:08 2001 +0000 |
tree | e9e842e7f42e512d74da1fa5fe047e73fd8a3cf7 | |
parent | 126f2f62db541565bebc83859ac329836d7d3f00 [diff] |
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 60245a8..85d5805 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