diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-28 14:59:44 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-28 14:59:44 (GMT) |
commit | 0a0fd595b3c44d6de2fd3f708b4fac1ac82afbf3 (patch) | |
tree | 3342cfbe11d01dd88159fb2d39973f5e84e5e53f /Doc/texinputs | |
parent | f74e5b793631fcc5de16491cb641941073cdfb86 (diff) | |
download | cpython-0a0fd595b3c44d6de2fd3f708b4fac1ac82afbf3.zip cpython-0a0fd595b3c44d6de2fd3f708b4fac1ac82afbf3.tar.gz cpython-0a0fd595b3c44d6de2fd3f708b4fac1ac82afbf3.tar.bz2 |
\filenq: Like \file, but don't use single-quotes; this looks better
in tables.
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 2190f25..30fef21 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: |