[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] HTML output in Mozilla
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] HTML output in Mozilla |
Date: |
Sat, 14 Apr 2001 09:25:25 +0200 (CEST) |
> It must also work with
>
> .IP "Some $ 1 over z $ equation"
> an indented para etc etc
>
> In particular we need to be mindful of \w'somestring'
> where somestring is string 10 defined by eqn.
>
> Basically is there a way of embedding the 'dot' commands
> within a line in troff? Allowing this would solve all these
> problems.. maybe I've missed this feature?
Oh. Please forget what I've said about converting to a request.
Indeed, you can't embed requests in a string.
But making it cumulative is probably still a good idea. Something
like
\O'17'
or
\O'foo'
Werner
- Re: [Groff] HTML output in Mozilla, (continued)