X-Recipient: archive-cygwin@delorie.com
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1A5053858D32
Authentication-Results: sourceware.org;
 dmarc=pass (p=none dis=none) header.from=gmail.com
Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112;
 h=to:subject:message-id:date:from:mime-version:from:to:cc:subject
 :date:message-id:reply-to;
 bh=gxllYp+kqR1haYeyTSrEmWMzPkLQ7jxBtwNZnhQatfQ=;
 b=WKTJEZ5doZunEd0WfB1P/ytw+l4hqY7LQOzIeCYUX+uIypauKEjwBnEOrnWNeCrXlk
 Qf43aKRGY4LggXaGY7ZHLAaOVV6H1oNu9gziK0mEzlVjD84AXI2Y4fHw0XcJq6dnvZGb
 K0OSslKOQrZYd0kU7ZUUG7ouOBMMivLDjwLcm9Xnuk/dOrlM2/UZBu9IyJOYZ2hRcdCJ
 VjIOzRmZGSoF4QZEBq+dmrmd0BkGfalXtSAQbYCLmuU0NBMIwxCehWAaD4y8Q/cs6mVZ
 k+OvvqRoAONOejRgUjanCtncI1xriSjY587+P4CvH/3rdmSp524kyIg5/2gW0vwk9TQ5
 hvww==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20210112;
 h=to:subject:message-id:date:from:mime-version:x-gm-message-state
 :from:to:cc:subject:date:message-id:reply-to;
 bh=gxllYp+kqR1haYeyTSrEmWMzPkLQ7jxBtwNZnhQatfQ=;
 b=qzd+gdcW1Y4/d+xmtFYF87i/ZUwS4pJ0XrBEQ18GJyC5nG32Q/ABiqs8uBPujbbCLY
 94351gPsc5FbiJAQ+xQ8hm7JrKthJEXygtZp9DT266vWGR7AhAqWEPVqwO0KQqO0sSTs
 7yvgKCQdR0wL5R+lSsZTMkuWtMW1KJ+dHgNSRAZib1wiketsMKnfiy/4sOOhpc2OqsIC
 JmaaMxJd20TPxO8Cwca1nEXa9HOPNQkYm0v3cYxrtdk4pxcNbEoArjN2UFztf9JxzLH7
 ONCRaETi0La26NcQggv3MZCUqpsrdvNtLpxgMYimi12QzGADjDxuPSeOvs9vbEn5y/cO
 idkw==
X-Gm-Message-State: ACrzQf2DwTQ/KBY0djBVSuOlmmEMZDhOpoLbQ24hQ8Fi8sjUOUSdhLyF
 BwUvzO/7D6ZjvSA/hCke8rEXBPBfVQPWX0XYIp+Ax05QDKc=
X-Google-Smtp-Source: AMsMyM4BN3cY4Gh/XZSBI50s+LMWXacpNhCo/9Oj6bpMQHc5GTQPYMJENg8AwFoPJQ4X9enVGs1BqFKt2BE/NyymXhY=
X-Received: by 2002:a17:90b:4f86:b0:213:3918:f29e with SMTP id
 qe6-20020a17090b4f8600b002133918f29emr51498691pjb.178.1667839574782; Mon, 07
 Nov 2022 08:46:14 -0800 (PST)
MIME-Version: 1.0
From: Drew Abbott <abbotta4@gmail.com>
Date: Mon, 7 Nov 2022 10:46:03 -0600
Message-ID: <CALY-g84bugdLzcuZtxr4aAfn3aOENSyCnfSDuboTUu_+O_sbiA@mail.gmail.com>
Subject: Building a texlive environment in Cygwin
To: cygwin@cygwin.com
X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT,
 FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
 TXREP autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>

Hi,

I am trying to set up texlive in Cygwin and installing the texlive
package seems to get me most of the way there. I tried to compile a
test document using the fontspec package (lualatex test.tex), but ran
into errors about a missing package (! LaTeX Error: File
`fontspec.sty' not found.). On my other machines, texlive seems to
download packages on its own, as needed. Is there further
configuration required? I could not find any guidance easily on
setting up a working environment in Cygwin.

Thanks,
Drew

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
