diff options
author | Guido van Rossum <guido@python.org> | 1991-02-19 12:54:06 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-02-19 12:54:06 (GMT) |
commit | 56098fa2d4e68ef80feff84153ae0519adf255ac (patch) | |
tree | 2544ea72ad622411d1900be55227b01f657f2627 | |
parent | 8ec6350d781e3df51fbd230766233f609bc08abb (diff) | |
download | cpython-56098fa2d4e68ef80feff84153ae0519adf255ac.zip cpython-56098fa2d4e68ef80feff84153ae0519adf255ac.tar.gz cpython-56098fa2d4e68ef80feff84153ae0519adf255ac.tar.bz2 |
Use garamod as alternative style.
-rw-r--r-- | Doc/tut.tex | 2 | ||||
-rw-r--r-- | Doc/tut/tut.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tut.tex b/Doc/tut.tex index 5ef65de..a17e79c 100644 --- a/Doc/tut.tex +++ b/Doc/tut.tex @@ -1,6 +1,6 @@ % Format this file with latex. -%\documentstyle[palatino,11pt,myformat]{article} +%\documentstyle[garamond,11pt,myformat]{article} \documentstyle[11pt,myformat]{article} \title{\bf diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 5ef65de..a17e79c 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -1,6 +1,6 @@ % Format this file with latex. -%\documentstyle[palatino,11pt,myformat]{article} +%\documentstyle[garamond,11pt,myformat]{article} \documentstyle[11pt,myformat]{article} \title{\bf |