unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Ricardo Wurmus <rekado@elephly.net>
Cc: 64729-done@debbugs.gnu.org
Subject: bug#64729: xelatex is broken, because xelatex.fmt is missing
Date: Wed, 19 Jul 2023 20:34:57 +0200	[thread overview]
Message-ID: <87mszrn41a.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <87y1jccebw.fsf@elephly.net> (Ricardo Wurmus's message of "Wed, 19 Jul 2023 13:45:25 +0200")

Hello,

Ricardo Wurmus <rekado@elephly.net> writes:

> Since the merge of the tex-team-next branch earlier this week xelatex is
> broken.

For the record, I can compile some simple documents with it, such as the
following "test.tex" file

--8<---------------cut here---------------start------------->8---
\documentclass[12pt]{article}
\usepackage{fontspec}
 
\setmainfont{DejaVu Sans}
\title{Sample font document}
\author{Overleaf}
\date{\today}
   
\begin{document}
\maketitle
     
This is an \textit{example} of a document compiled 
with \textbf{XeLaTeX}. LuaLaTeX should also work too.

\end{document}
--8<---------------cut here---------------end--------------->8---

with the command

   guix shell --pure texlive-collection-basic texlive-fontspec texlive-xetex \
   font-dejavu -- xelatex test.tex

> I tried installing different collection packages, but I cannot
> find any package providing the xelatex.fmt file.

This format file is provided by `texlive-xetex' package (and
consequently texlive-collection-xetex).

> This also affects packages like python-nbconvert, which now has a
> failing test suite as it can no longer build PDFs with xelatex.

I added a couple of packages to python-nbconvert's inputs, including
texlive-xetex. It fixed the build.

What surprises me however, is that one of these packages, namely
texlive-pdfcol, had to be packaged in Guix in the process. Was
python-nbconvert even building before the tex-team-next merge?

Thanks for the report! Closing.

Regards,
-- 
Nicolas Goaziou




      reply	other threads:[~2023-07-19 18:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-19 11:45 bug#64729: xelatex is broken, because xelatex.fmt is missing Ricardo Wurmus
2023-07-19 18:34 ` Nicolas Goaziou [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mszrn41a.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=64729-done@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).