From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id Lom9FVVN/18XIAAA0tVLHw (envelope-from ) for ; Wed, 13 Jan 2021 19:43:17 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id SHgBEVVN/1+ZYAAAbx9fmQ (envelope-from ) for ; Wed, 13 Jan 2021 19:43:17 +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 D6D8A9402D4 for ; Wed, 13 Jan 2021 19:43:16 +0000 (UTC) Received: from localhost ([::1]:55390 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kzm30-0000K7-Oe for larch@yhetil.org; Wed, 13 Jan 2021 14:43:14 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:45258) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzm2e-0000Jv-IQ for help-guix@gnu.org; Wed, 13 Jan 2021 14:42:52 -0500 Received: from famic.de ([85.25.48.132]:48944) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kzm2b-00021a-RH for help-guix@gnu.org; Wed, 13 Jan 2021 14:42:52 -0500 Received: by famic.de (Postfix, from userid 111) id E67E641647; Wed, 13 Jan 2021 20:42:13 +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 8B9C941333; Wed, 13 Jan 2021 20:42:11 +0100 (CET) Date: Wed, 13 Jan 2021 20:42:10 +0100 From: Martin Michel To: Paul Garlick Subject: Re: noweb/LaTeX integration - .sty files not found Message-ID: <20210113194210.rskwjab6bjblu4dz@remote.famic.de> References: <92457755ab1da7fddd2aad188328f8d6b40677c6.camel@tourbillion-technology.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <92457755ab1da7fddd2aad188328f8d6b40677c6.camel@tourbillion-technology.com> User-Agent: NeoMutt/20180716 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-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: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.36 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: D6D8A9402D4 X-Spam-Score: -2.36 X-Migadu-Scanner: scn1.migadu.com X-TUID: hm+APZex7kaA Hi Paul, thank you, using TEXINPUTS solved it for me! −Martin