Deutsch English Français Italiano |
<vovuo3$18sot$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!eternal-september.org!.POSTED!not-for-mail From: Buzz McCool <buzz_mccool@yahoo.com> Newsgroups: comp.lang.forth Subject: Re: Gforth manual PDF? Date: Mon, 17 Feb 2025 10:21:51 -0800 Organization: A noiseless patient Spider Lines: 43 Message-ID: <vovuo3$18sot$1@dont-email.me> References: <vonp14$3hgeh$1@dont-email.me> <voojna$3mdhh$1@dont-email.me> <87frkgudrj.fsf@nightsong.com> <96a4c719cbed4db718e0f8ed0e6bff667a37aa3c@i2pn2.org> <nnd$671f3ecd$2e18fa62@99c1c3788638a723> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 17 Feb 2025 19:21:55 +0100 (CET) Injection-Info: dont-email.me; posting-host="0f63d5d70fb82f820d3130a5882a498a"; logging-data="1340189"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18OvDaWBvNs/GBvr7aBbyBSuilFaMlFnbU=" User-Agent: Mozilla Thunderbird Cancel-Lock: sha1:usc9T9AmJfl/bDRHW/T5ybq39rU= Content-Language: en-US In-Reply-To: <nnd$671f3ecd$2e18fa62@99c1c3788638a723> Bytes: 2563 On 2/15/25 03:33, albert@spenarnc.xs4all.nl wrote: > > Gforth is using texinfo, so you can generate pdf, info and ps. > (like ciforth). On 2/15/25 09:53, Anton Ertl wrote: > Gforth offers Info, HTML, PDF, Postscript, and plain text. I've been using a package manager to grab Gforth and should have known to check the tarball. I don't see a PDF in the ./doc folder, but I can make it from the PostScript file. ~/gforth-0.7.9_20250211/doc$ ls 2012-words gforth.info-1 gforth.ps makedoc.fs vmgen.ps fdl.texi gforth.info-2 gforth.texi.in Makefile.in vmgen.texi gforth.1 gforth.info-3 gforth.txt standard-words.awk words gforth.css gforth.info-4 glossaries.doc version.texi.in gforth.info gforth.js gpl.texi vmgen.info I could have also installed the gforth-pdf package which I was previously unaware of: $ sudo apt install gforth-pdf .... Selecting previously unselected package gforth-pdf. (Reading database ... 371751 files and directories currently installed.) Preparing to unpack .../gforth-pdf_0.7.9-20250211_all.deb ... Unpacking gforth-pdf (0.7.9-20250211) ... Setting up gforth-pdf (0.7.9-20250211) ... $ dpkg -L gforth-pdf /. /usr /usr/share /usr/share/doc /usr/share/doc/gforth /usr/share/doc/gforth/gforth.pdf.gz /usr/share/doc/vmgen /usr/share/doc/vmgen/vmgen.pdf.gz