From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Texlive-texmf Date: Sat, 27 Feb 2016 08:20:45 +0100 Message-ID: <20160227072045.GA14247@solar> References: <20160225201935.GA24416@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZZBN-00087c-PZ for guix-devel@gnu.org; Sat, 27 Feb 2016 02:20:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aZZBK-000704-Jn for guix-devel@gnu.org; Sat, 27 Feb 2016 02:20:53 -0500 Received: from mailrelay6.public.one.com ([91.198.169.200]:64719) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aZZBK-0006zw-7s for guix-devel@gnu.org; Sat, 27 Feb 2016 02:20:50 -0500 Content-Disposition: inline In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: "Thompson, David" Cc: guix-devel On Fri, Feb 26, 2016 at 07:07:23PM -0500, Thompson, David wrote: > I install texlive-texmf into my profile because otherwise latex cannot > find any extensions. In particular, I was trying to compile a beamer > document and I spent hours wrestling with load paths and nothing > worked until texlive-texmf was available in my profile. How can we > make this just work so that I don't have to import the private > variable in the future? So you say that just installing 'texlive' was not enough? Or did you install manually 'texlive-bin' and 'texlive-texmf' separately? Andreas