From mboxrd@z Thu Jan 1 00:00:00 1970 From: Quiliro Ordonez Subject: Re: emacs export to PDF impossible due to missing pdflatex Date: Fri, 08 Feb 2019 04:39:09 -0800 Message-ID: References: <87lg2sfvfo.fsf@elephly.net> <87k1ian13a.fsf@elephly.net> Reply-To: quiliro@fsfla.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:48330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gs5R5-0007Yx-Qc for help-guix@gnu.org; Fri, 08 Feb 2019 07:39:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gs5R3-0005Bp-WE for help-guix@gnu.org; Fri, 08 Feb 2019 07:39:15 -0500 Received: from mx1.riseup.net ([198.252.153.129]:48384) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gs5R2-00059z-0p for help-guix@gnu.org; Fri, 08 Feb 2019 07:39:13 -0500 Received: from capuchin.riseup.net (capuchin-pn.riseup.net [10.0.1.176]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id AB4561A0470 for ; Fri, 8 Feb 2019 04:39:09 -0800 (PST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by capuchin.riseup.net (Postfix) with ESMTPSA id 8B38912053F for ; Fri, 8 Feb 2019 04:39:09 -0800 (PST) In-Reply-To: <87k1ian13a.fsf@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org El 2019-02-08 08:20, Ricardo Wurmus escribi=C3=B3: > Quiliro Ordonez writes: >=20 >> El 2019-02-07 22:25, Quiliro Ordonez escribi=C3=B3: >>> El 2019-02-06 21:39, Ricardo Wurmus escribi=C3=B3: >>>> Hi Quiliro, >>>> >>>>> Emacs is capable of exporting to PDF by the use of pdflatex. This >>>>> program is available in Trisquel and PureOS (as a Debian inheritanc= e) by >>>>> way of the 'texlive-latex-base' package. With Guix, even after >>>>> installing 'texlive-base' package (which depends on >>>>> 'texlive-latex-base'), Emacs would give the error of missing 'pdfla= tex' >>>>> when exporting to PDF. The only solution to exporting to PDF on Ema= cs on >>>>> a foreign distro is to install 'texlive-latex-base' via 'sudo apt >>>>> install'. On GSD (Guix System Distribution) it is impossible to exp= ort >>>>> to PDF on Emacs. >>>> >>>> =E2=80=9Cpdflatex=E2=80=9D is provided by =E2=80=9Ctexlive-bin=E2=80= =9D. >>> >>> This is the new output after installing texlive-bin and then exportin= g >>> to PDF on Emacs: >>> >>> This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017) >=20 > TeX Live 2017? What version of Guix are you using? This seems pretty = old. Wow! guix (GNU Guix) 0.15.0-8.71a78ba I installed GSD just a few days ago. I supposed it must have been updated on installation. How can I have version 0.15? I must have down > When did you last run =E2=80=9Cguix pull=E2=80=9D? I am pulling and updating now.