diff options
author | Guido van Rossum <guido@python.org> | 1992-08-13 14:10:17 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-08-13 14:10:17 (GMT) |
commit | 1738388c59c0fb727f73024e469aae59dda43ae7 (patch) | |
tree | 01be08b1271d258649675a75d762c2fed68145b0 /Doc/myformat.sty | |
parent | e876949f2b8a68646cac269cff9fd1c71975d3ac (diff) | |
download | cpython-1738388c59c0fb727f73024e469aae59dda43ae7.zip cpython-1738388c59c0fb727f73024e469aae59dda43ae7.tar.gz cpython-1738388c59c0fb727f73024e469aae59dda43ae7.tar.bz2 |
Dumped \cbstart, \cbend
Diffstat (limited to 'Doc/myformat.sty')
-rw-r--r-- | Doc/myformat.sty | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/myformat.sty b/Doc/myformat.sty index c0610eb..609ee81 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -42,10 +42,6 @@ % This still only gives the right effect in the tt font!!! \catcode`_=12 -% Dummy \cbstart and \cbend so I can leave changebars in... -\newcommand{\cbstart}{} -\newcommand{\cbend}{} - % Define \itembreak: force the text after an item to start on a new line \newcommand{\itembreak}{ \mbox{} |