diff options
author | Fred Drake <fdrake@acm.org> | 1996-12-13 21:53:07 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1996-12-13 21:53:07 (GMT) |
commit | 30824246b395df334128a3ad3694cf363ce9fe01 (patch) | |
tree | 06f859dbcac3b13ccc7af1ede277cbc51568e82b /Doc | |
parent | 0e12032748f0a26701e49e38bed7100d06d24659 (diff) | |
download | cpython-30824246b395df334128a3ad3694cf363ce9fe01.zip cpython-30824246b395df334128a3ad3694cf363ce9fe01.tar.gz cpython-30824246b395df334128a3ad3694cf363ce9fe01.tar.bz2 |
(myformat.sty): Added a note about using \command{} v. {\command} wrt.
GNU info processing.
Diffstat (limited to 'Doc')
-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 1887953..dc72768 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}} |