diff options
| author | Fred Drake <fdrake@acm.org> | 1996-12-13 21:53:07 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1996-12-13 21:53:07 +0000 |
| commit | 30824246b395df334128a3ad3694cf363ce9fe01 (patch) | |
| tree | 06f859dbcac3b13ccc7af1ede277cbc51568e82b | |
| parent | 0e12032748f0a26701e49e38bed7100d06d24659 (diff) | |
| download | cpython-git-30824246b395df334128a3ad3694cf363ce9fe01.tar.gz | |
(myformat.sty): Added a note about using \command{} v. {\command} wrt.
GNU info processing.
| -rw-r--r-- | Doc/myformat.sty | 2 |
1 files changed, 2 insertions, 0 deletions
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}} |
