Hello,
> Argh! I am just annoyed by this bug too; and again and again. How to
> make progress?
I'm closing this, as this issue has been fixed some time ago.
Regards,
--
Nicolas Goaziou
Hi,
Argh! I am just annoyed by this bug too; and again and again. How to
make progress?
On ven., 07 avril 2023 at 12:47, Emmanuel Beffara wrote:
>> > I don't really know how we could fix this: maybe build the formats with
>> > all the hyphenation packages enabled?
>>
>> The intertubes suggest
Hi,
De Ludovic Courtès le 07/04/2023 à 12:33:
> > I don't really know how we could fix this: maybe build the formats with
> > all the hyphenation packages enabled?
>
> The intertubes suggest running ‘fmtutil --all’ to get hyphenations
> packages straight. Is this something we should do in the Te
Hello Josselin and all,
I was just bitten by the infamous:
Package babel Warning: No hyphenation patterns were preloaded for
[…]
That’s a real issue because it makes modular TeX Live pretty much
unusable for languages other than English.
Josselin Poiret skribis:
>> Thirdly, formats are ap
Hi Emmanuel,
Emmanuel Beffara writes:
> Firstly, unless I am missing something, creating a manifest with the right set
> of packages is tedious: one has to guess the Guix package that matches each
> LaTeX package, and the correspondence is not obvious. Thankfully, with a
> working installation,
Hello Guix,
I would like to share a few thoughts on how TeXlive is currently handled in
Guix. The package `texlive` contains all of TeXlive, it works fine but it is
arguably too big to be practical. The documentation rightfully says
> We recommend using the modular package set because it is much
I have the same issue. Tested in German language -- it works just fine with the
full-fledged LaTeX environment.
Neither texlive-babel-dutch nor texlive-hyphen-dutch load hyphenation.
Test document:
\documentclass{article}
\usepackage[dutch]{babel}
\begin{document}
test
\end{document}
Running with texlive-babel-dutch only:
$ guix shell --pure texlive-base texlive-babel-dutch -- pdflatex test.t