From 15fc72ce77755ac4a221fa61b82418cd653a72df Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 26 Mar 2002 19:14:41 +0000 Subject: Make \url to force horizontal mode. --- Doc/texinputs/python.sty | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index d37682e..7a1c219 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -796,6 +796,7 @@ % but only if we actually used hyperref: \ifpdf \newcommand{\url}[1]{{% + \noindent% \pdfstartlink attr{/Border [0 0 0]} user{/S /URI /URI (#1)}% \py@LinkColor% color of the link text \small\sf #1% -- cgit v0.12