guix-devel
[Top][All Lists]
Advanced

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

Re: How is the LaTeX-related file psfonts.map installed on Guix?


From: Ricardo Wurmus
Subject: Re: How is the LaTeX-related file psfonts.map installed on Guix?
Date: Tue, 04 May 2021 22:35:01 +0200
User-agent: mu4e 1.4.15; emacs 27.2


Rovanion Luckey <rovanion.luckey@gmail.com> writes:

Thank you. My full document also builds now with the above environment. The strange thing is that, just as you noted, even though all texlive-hyphen-{a lot of european languages} are all installed my pdflatex outputs the
following:

Package babel Warning: No hyphenation patterns were preloaded for
(babel)                the language `Swedish' into the format.
(babel) Please, configure your TeX system to add them and (babel) rebuild the format. Now I will use the patterns (babel) preloaded for \language=0 instead on input line 49.


And in the document hyphenation is very much broken, either not breaking
words at all or breaking in the wrong places.

Interesting. The error message says “rebuild the format”, so it’s possible that we actually need to do that.

If you look at the definition of texlive-latex-base, we’re building a few formats in the “build” phase. Actually, you’ll see all the formats that we *don’t* build, but what’s left includes “pdflatex”. It’s possible that we need to change this slightly to ensure that the hyphenation patterns are actually found. My guess is that when we build these formats, TeX is not aware of the hyphenation patterns, even though they are in the build environment.

--
Ricardo



reply via email to

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