| commit | 875c807c9243aed464e4150f7eac0ea0ffd4bec2 | [log] [tgz] |
|---|---|---|
| author | Fred Drake <fdrake@acm.org> | Fri Jan 02 02:50:13 1998 +0000 |
| committer | Fred Drake <fdrake@acm.org> | Fri Jan 02 02:50:13 1998 +0000 |
| tree | 6a2c9df5b84a5d3decd62f11b083bac2f788b7b4 | |
| parent | 9d98c91b997866580ce4c8b2d25cfb47edd51c10 [diff] |
In description of the group() method, fix markup of "\(" and "\)" literals;
"\code{\\(}" produces "(" in the .dvi file and "<BR> (" in the latex2html
output (the font was right). Changed to "\code{{\e}(}" variation, which
fixes both. Breaks the .texi file generation again. Oh well.