Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Z shell introductory guide source
- X-seq: zsh-workers 53113
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Z shell introductory guide source
- Date: Sun, 22 Sep 2024 11:47:35 -0700
- Archived-at: <https://zsh.org/workers/53113>
- In-reply-to: <57613-1727030452.840509@-_pT.2mdf.TxLG>
- List-id: <zsh-workers.zsh.org>
- References: <6ca866e8-6ceb-4498-8cc0-aae56abbf596@zentaur.org> <CAH+w=7YqspdA6G6YNe7fcgQnRsqf4GReao-QrpXSYjygfqoAKg@mail.gmail.com> <fc938a38-91c7-46b7-b39e-60ef12b514c9@zentaur.org> <57613-1727030452.840509@-_pT.2mdf.TxLG>
On Sun, Sep 22, 2024 at 11:40 AM Oliver Kiddle <opk@xxxxxxx> wrote:
>
> Paul Falstad's "An Introduction to the Z Shell" is Doc/intro.ms in
> original source form for troff. It's not a bad document and processing
> it to HTML could be worthwhile.
I've tried running it through a couple of different groff-based
converters ... it's necessary to pass the -ms option to groff, but
even with that I haven't been able to produce anything as nice as
what's presently formatted on the zsh web pages. In particular some
of the macro definitions don't appear to work correctly, e.g. this:
.de Sh
.SH
\\$1
.XS
\\$1
.XE
..
produces many ".XS without .XE" errors during processing.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author