commit | 29f5933fcba949afb00af50923a7bccc07ffd94e | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue Feb 10 18:30:22 2004 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue Feb 10 18:30:22 2004 +0000 |
tree | 1497917f3ff45ac0fe65c7655271d9bf45d128b7 | |
parent | d311f1fb9b8fc9269db4ede838702b3f2d355e0d [diff] |
add support for \e to the {alltt} environment
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 734ffa3..770499e 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty
@@ -236,6 +236,7 @@ % Calculate the text width for the minipage: \setlength{\py@codewidth}{\linewidth}% \addtolength{\py@codewidth}{-\parindent}% + \let\e=\textbackslash% % \par\indent% \begin{minipage}[t]{\py@codewidth}%