From: Fred Drake Date: Wed, 28 Apr 1999 14:59:44 +0000 (+0000) Subject: \filenq: Like \file, but don't use single-quotes; this looks better X-Git-Tag: v1.6a1~1436 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a0fd595b3c44d6de2fd3f708b4fac1ac82afbf3;p=thirdparty%2FPython%2Fcpython.git \filenq: Like \file, but don't use single-quotes; this looks better in tables. --- diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index 2190f25a4a6e..30fef216ed4e 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -685,6 +685,7 @@ \newcommand{\strong}[1]{{\bf #1}} % let's experiment with a new font: \newcommand{\file}[1]{`{\small\textsf{#1}}'} +\newcommand{\filenq}[1]{{\small\textsf{#1}}} % Use this def/redef approach for \url{} since hyperref defined this already, % but only if we actually used hyperref: