[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] new round of html bugs
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] new round of html bugs |
Date: |
Sun, 26 Aug 2001 18:28:22 +0200 (CEST) |
> .KS
> .DS
> .CW
> \&.de PS
> \&.br
> \&.sp \\n[DD]u
> \&.ie \\n[.$]<2 address@hidden bad arguments to PS (not preprocessed with
> pic?)
> \&.el \{\
> \&. address@hidden (u;\\$1)+1v
> \&. in +(u;\\n[.l]-\\n[.i]-\\$2/2>?0)
> \&.\}
> \&..
> \&.de PE
> \&address@hidden
> \&.sp \\n[DD]u+.5m
> \&..
> .R
> .DE
> .KE
>
> I must have missed the original point. I have no problem with
> the above code using -Tps or -Tascii (leaving in the \& at the
> start of each line, of course; and also using -ms since .KS/.KE
> are ms macros). What is the problem supposed to be?
For example, the line
\&.el \{\
should be
\&.el \e{\e
Werner