diff options
author | Fred Drake <fdrake@acm.org> | 2004-02-10 18:30:22 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-02-10 18:30:22 (GMT) |
commit | 29f5933fcba949afb00af50923a7bccc07ffd94e (patch) | |
tree | 1497917f3ff45ac0fe65c7655271d9bf45d128b7 /Doc/texinputs | |
parent | d311f1fb9b8fc9269db4ede838702b3f2d355e0d (diff) | |
download | cpython-29f5933fcba949afb00af50923a7bccc07ffd94e.zip cpython-29f5933fcba949afb00af50923a7bccc07ffd94e.tar.gz cpython-29f5933fcba949afb00af50923a7bccc07ffd94e.tar.bz2 |
add support for \e to the {alltt} environment
Diffstat (limited to 'Doc/texinputs')
-rw-r--r-- | Doc/texinputs/python.sty | 1 |
1 files changed, 1 insertions, 0 deletions
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}% |