diff options
author | Fred Drake <fdrake@acm.org> | 2001-03-13 17:56:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-03-13 17:56:08 (GMT) |
commit | 1b0b2a4df2387b77c3742e329064c193d003cf66 (patch) | |
tree | e9e842e7f42e512d74da1fa5fe047e73fd8a3cf7 /Doc | |
parent | 126f2f62db541565bebc83859ac329836d7d3f00 (diff) | |
download | cpython-1b0b2a4df2387b77c3742e329064c193d003cf66.zip cpython-1b0b2a4df2387b77c3742e329064c193d003cf66.tar.gz cpython-1b0b2a4df2387b77c3742e329064c193d003cf66.tar.bz2 |
Add some LaTeX magic so that Latin-1 characters do not get so badly
trashed.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tut/tut.tex | 1 |
1 files changed, 1 insertions, 0 deletions
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 |