[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: constant width output
From: |
Ted Harding |
Subject: |
RE: constant width output |
Date: |
Thu, 23 Aug 2001 09:08:53 +0100 (BST) |
On 22-Aug-01 Michael Lindenmeyer wrote:
> ----
> since '.CW' is not recognized under groff,
I forgot to mention last time:
If you want to remain compatible with other versions
of troff which use '.CW', you can always define it
as a "private macro", for instance:
.de CW
.ft CR
..
invoked as '.CW'; but in that case it could also be
useful to define a macro to turn it off, e.g. (HTML style):
.de /CW
.ft
..
(invoked as './CW') though you might not need to use it,
if the font changes are always explicitly set.
(In groff, you can use macro names which are more than
2 characters long). You can either plant such definitions
when you need them, or accumulate them in a private
macro pack which you include when needed.
Ted.
PS I hope the indentation of the ".xxx" lines gets round
the newsgroup suppression of "." at the start of the line.
--------------------------------------------------------------------
E-Mail: (Ted Harding) <address@hidden>
Fax-to-email: +44 (0)870 167 1972
Date: 23-Aug-01 Time: 09:08:53
------------------------------ XFMail ------------------------------