From 52feb81932f729f487d3955878693496a3dee7ff Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 9 Feb 2004 20:58:08 +0000 Subject: support \e in \file and \filenq; this is useful for Windows paths --- Doc/texinputs/python.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 0e69587ec8..734ffa30ee 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -849,7 +849,7 @@ \newcommand{\strong}[1]{{\bf #1}} % let's experiment with a new font: \newcommand{\file}[1]{`\filenq{#1}'} -\newcommand{\filenq}[1]{{\py@smallsize\textsf{#1}}} +\newcommand{\filenq}[1]{{\py@smallsize\textsf{\let\e=\textbackslash#1}}} % Use this def/redef approach for \url{} since hyperref defined this already, % but only if we actually used hyperref: -- cgit v1.2.1