Rovanion Luckey <rovanion.luc...@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