From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 0C53NLs891/4dwAA0tVLHw (envelope-from ) for ; Thu, 07 Jan 2021 16:54:19 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id wGlVMLs891/hUQAAB5/wlQ (envelope-from ) for ; Thu, 07 Jan 2021 16:54:19 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 900679403C8 for ; Thu, 7 Jan 2021 16:54:19 +0000 (UTC) Received: from localhost ([::1]:57522 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kxYYE-0004vQ-96 for larch@yhetil.org; Thu, 07 Jan 2021 11:54:18 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:60986) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxWg9-0001Z0-SC for help-guix@gnu.org; Thu, 07 Jan 2021 09:54:21 -0500 Received: from famic.de ([85.25.48.132]:39308) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kxWg2-00076L-Hp for help-guix@gnu.org; Thu, 07 Jan 2021 09:54:21 -0500 Received: by famic.de (Postfix, from userid 111) id 28D55415B4; Thu, 7 Jan 2021 15:53:38 +0100 (CET) Received: from remote.famic.de (ipbcc35423.dynamic.kabel-deutschland.de [188.195.84.35]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by famic.de (Postfix) with ESMTPSA id 1000B40E14 for ; Thu, 7 Jan 2021 15:53:36 +0100 (CET) Date: Thu, 7 Jan 2021 15:53:35 +0100 From: Martin Michel To: help-guix@gnu.org Subject: noweb/LaTeX integration - .sty files not found Message-ID: <20210107145335.GA670@remote.famic.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.21 (2010-09-15) Received-SPF: pass client-ip=85.25.48.132; envelope-from=martin@famic.de; helo=famic.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 07 Jan 2021 11:53:16 -0500 X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.35 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: 900679403C8 X-Spam-Score: -2.35 X-Migadu-Scanner: scn0.migadu.com X-TUID: VVZsVxUmo2nU Hi there, I am struggling with my LaTeX/noweb setup. I installed both texlive and noweb as guix packages. Compiled .tex files from noweave use the noweb.sty style file for creation of DVI/PDF documents. The file noweb.sty is located at ll ~/.guix-profile/share/texmf/tex/latex/ total 52 -r--r--r-- 2 root root 40462 1. Jan 1970 noweb.sty -r--r--r-- 2 root root 8579 1. Jan 1970 nwmac.tex But if I run `xelatex mydoc.tex`, it complains about the missing .sty file. Running texhash is not possible (sudo does not help): texhash ~/.guix-profile/share/texmf/tex/latex/ mktexlsr: /home/michel/.guix-profile/share/texmf/tex/latex/: directory not writable. Skipping... mktexlsr: Done. How can I add other directories for style files and especially activate the "standard" path above? Any suggestions are welcome, many thanks in advance! —Martin