emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64729: closed (xelatex is broken, because xelatex.fmt is missing)


From: GNU bug Tracking System
Subject: bug#64729: closed (xelatex is broken, because xelatex.fmt is missing)
Date: Wed, 19 Jul 2023 18:36:02 +0000

Your message dated Wed, 19 Jul 2023 20:34:57 +0200
with message-id <87mszrn41a.fsf@nicolasgoaziou.fr>
and subject line Re: bug#64729: xelatex is broken, because xelatex.fmt is 
missing
has caused the debbugs.gnu.org bug report #64729,
regarding xelatex is broken, because xelatex.fmt is missing
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64729: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64729
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: xelatex is broken, because xelatex.fmt is missing Date: Wed, 19 Jul 2023 13:45:25 +0200 User-agent: mu4e 1.10.3; emacs 28.2
Since the merge of the tex-team-next branch earlier this week xelatex is
broken.  I tried installing different collection packages, but I cannot
find any package providing the xelatex.fmt file.

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

--
Ricardo



--- End Message ---
--- Begin Message --- Subject: Re: bug#64729: xelatex is broken, because xelatex.fmt is missing Date: Wed, 19 Jul 2023 20:34:57 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]