diff options
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index 0e70deb..6198445 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -1,4 +1,4 @@ -\documentstyle[twoside,11pt,myformat]{report} +\documentstyle[twoside,openright,10pt,myformat]{report} % NOTE: this file controls which chapters/sections of the library % manual are actually printed. It is easy to customize your manual @@ -137,6 +137,7 @@ to Python and how to embed it in other applications. \input{libresource} \input{libsyslog} \input{libstat} +\input{libcommands} \input{libpdb} % The Python Debugger |