From: Fred Drake Date: Fri, 13 Dec 1996 21:53:07 +0000 (+0000) Subject: (myformat.sty): Added a note about using \command{} v. {\command} wrt. X-Git-Tag: v1.5a1~750 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30824246b395df334128a3ad3694cf363ce9fe01;p=python (myformat.sty): Added a note about using \command{} v. {\command} wrt. GNU info processing. --- diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 1887953ddf..dc72768558 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -153,6 +153,8 @@ \let\nodename=\label +%% For these commands, use \command{} to get the typography right, not +%% {\command}. This works better with the texinfo translation. \newcommand{\ABC}{{\sc abc}} \newcommand{\UNIX}{{\sc Unix}} \newcommand{\ASCII}{{\sc ascii}}