* bug#64729: xelatex is broken, because xelatex.fmt is missing
@ 2023-07-19 11:45 Ricardo Wurmus
2023-07-19 18:34 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Wurmus @ 2023-07-19 11:45 UTC (permalink / raw)
To: 64729; +Cc: Nicolas Goaziou
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#64729: xelatex is broken, because xelatex.fmt is missing
2023-07-19 11:45 bug#64729: xelatex is broken, because xelatex.fmt is missing Ricardo Wurmus
@ 2023-07-19 18:34 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-07-19 18:34 UTC (permalink / raw)
To: Ricardo Wurmus; +Cc: 64729-done
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-19 18:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-19 11:45 bug#64729: xelatex is broken, because xelatex.fmt is missing Ricardo Wurmus
2023-07-19 18:34 ` Nicolas Goaziou
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).