From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 22260 invoked from network); 6 Apr 2020 14:21:10 -0000 Received-SPF: pass (primenet.com.au: domain of zsh.org designates 203.24.36.2 as permitted sender) receiver=inbox.vuxu.org; client-ip=203.24.36.2 envelope-from= Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with UTF8ESMTPZ; 6 Apr 2020 14:21:10 -0000 Received: (qmail 23585 invoked by alias); 6 Apr 2020 14:20:58 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24763 Received: (qmail 24915 invoked by uid 1010); 6 Apr 2020 14:20:57 -0000 X-Qmail-Scanner-Diagnostics: from mail-vs1-f41.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.2/25772. spamassassin: 3.4.4. Clear:RC:0(209.85.217.41):SA:0(-2.0/5.0):. Processed in 2.851881 secs); 06 Apr 2020 14:20:57 -0000 X-Envelope-From: cbbrowne@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.217.41 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=U7untDLbF9uwbSnSEu5KqmphTpD4Uo0kWIAtZf7zcIc=; b=XJ4yocSf4J3LOb5HAe7xxqLSNAUTE5iKFK1rz9M0E63ZTYp+UbSRncupeOcwCM97CY n0fU4Tyzh4ly3mUlEhk2Cu7mVAQG/00prnn9rm/0BGzkKzIUDsJDnmDAaiSz/z0WInuz mHmjLF3EQbmk7KC7X2j53n5xA9668R4JaYac3ravXLxdylI65ZmlyMGSd8TFV1tP5HUD LslEdQ3o5kqNpK7MjPD8tw4CPmtvTLBLE3Mm2QdBjLmXdG+IP0aPFiJf5dfwz91rboNp LdGhkAnETb2KYQDhCqWeqEYjUKNfJsPgkDhOn0AkPBKiDTf1RVc5d8IlZU/eByOEmawS VXuw== X-Gm-Message-State: AGi0PuawTmwN88Jn4IBn15Q9AUmAwh5lBwiglEciBaixw1OZISaArqfI UdUkWxbVJqtHvxKYtdmwkapxUDL09WGbx3eeXWxaSCZZ X-Google-Smtp-Source: APiQypKX/GKMwzux077qmYbzxNaTePqkVV3E7+eVR/w7EmjK2tZjUS7Q1Cpx18uwypXO1ErY2SSiX0BDvA4PrsTrlKw= X-Received: by 2002:a05:6102:3124:: with SMTP id f4mr14733150vsh.127.1586182820415; Mon, 06 Apr 2020 07:20:20 -0700 (PDT) MIME-Version: 1.0 References: <20200405160800.9094@Huxley> In-Reply-To: <20200405160800.9094@Huxley> From: Christopher Browne Date: Mon, 6 Apr 2020 10:20:08 -0400 Message-ID: Subject: Re: texinfo To: jdh Cc: "Zsh Users' List" Content-Type: multipart/alternative; boundary="0000000000008f4dfd05a29ff73e" --0000000000008f4dfd05a29ff73e Content-Type: text/plain; charset="UTF-8" On Sun, Apr 5, 2020 at 7:08 PM jdh wrote: > > texi2pdf and texi2dvi which are in the texinfo debian package require a > 'tex' binary program to run. > > I'd prefer to not have to install all of texlive just to get it. > > Is there any tex binary in the standalone lmtx system? > > If not are there any recommendations to install it? > Regrettably, you need a bunch of the things that will be in texlive in order to use it. Tex, but no macro collections? Oops, no good. Tex, but no font definitions? Oops, no good. I expect the list of "Tex, but no ? Oops, no good" items continues from there. Macro collections and fonts leap to mind immediately, but I'm sure that's not all :-( There may be something smaller than texlive; it looks like MiKTeX might be a possibility. -- When confronted by a difficult problem, solve it by reducing it to the question, "How would the Lone Ranger handle this?" --0000000000008f4dfd05a29ff73e--