Deutsch English Français Italiano |
<v9k6uv$s03l$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro <ldo@nz.invalid> Newsgroups: comp.os.linux.misc Subject: Re: Document processing -- modern deroff(1)? Date: Thu, 15 Aug 2024 06:24:31 -0000 (UTC) Organization: A noiseless patient Spider Lines: 12 Message-ID: <v9k6uv$s03l$1@dont-email.me> References: <li5i3hFl6f1U1@mid.individual.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 15 Aug 2024 08:24:31 +0200 (CEST) Injection-Info: dont-email.me; posting-host="d7cae053e9df3f883db63e1b357d182b"; logging-data="917621"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+khv4id1osYHuX36/DC0Ee" User-Agent: Pan/0.159 (Vovchansk; ) Cancel-Lock: sha1:avhbU7u77PXKhOiFDFOuEjvZtsU= Bytes: 1318 On 15 Aug 2024 05:30:25 GMT, vallor wrote: > So I'm (finally) writing a book, and using groff -mom macros for > typesetting. Wanted to run what I have so far through style(1) and > diction(1), which on Linux requires one to run the input through > deroff(1) first. > > Linux doesn't seem to have deroff. pandoc -f man -t plain «infile» >«outfile» works for man pages, anyway.