unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* texlive kpathsea ignores TEXMFHOME
@ 2024-05-11 12:34 Fulbert
  2024-05-11 14:13 ` Nicolas Goaziou via
  0 siblings, 1 reply; 3+ messages in thread
From: Fulbert @ 2024-05-11 12:34 UTC (permalink / raw)
  To: help-guix

Hello ! As the little shell session illustrates below, 'kpathsea' fails
to search/find files in TEXMFHOME on my “Guix system” setup . Anyone
else having the same problem ? Any suggestion ?

#+begin_example
$ ls -l $(kpsewhich -var-value TEXMFHOME)/**/lettre-default.cfg
-rw-r--r-- 1 fulbert users 2034  4 mai 20:11 /home/fulbert/texmf/tex/latex/lettre/lettre-default.cfg
$
$ kpsewhich lettre-default.cfg
/home/fulbert/.guix-profile/share/texmf-dist/tex/latex/lettre/lettre-default.cfg
$
$ guix package --list-installed | grep texlive | cut -f1
texlive-scheme-basic
texlive-lettre
texlive-collection-latexextra
texlive-collection-latex
texlive-collection-xetex
texlive-collection-latexrecommended
texlive-collection-fontsrecommended
texlive-collection-langfrench
…
#+end_example


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: texlive kpathsea ignores TEXMFHOME
  2024-05-11 12:34 texlive kpathsea ignores TEXMFHOME Fulbert
@ 2024-05-11 14:13 ` Nicolas Goaziou via
  2024-05-11 15:22   ` [SOLVED] " Fulbert
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou via @ 2024-05-11 14:13 UTC (permalink / raw)
  To: help-guix

Hello,

Fulbert <fulbert@bluewin.ch> writes:

> Hello ! As the little shell session illustrates below, 'kpathsea' fails
> to search/find files in TEXMFHOME on my “Guix system” setup .

Indeed. I fixed this issue in "tex-team" branch.

Meanwhile, you may set TEXMF environment variable to "'{$TEXMFHOME,$TEXMFDIST}'"

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [SOLVED] Re: texlive kpathsea ignores TEXMFHOME
  2024-05-11 14:13 ` Nicolas Goaziou via
@ 2024-05-11 15:22   ` Fulbert
  0 siblings, 0 replies; 3+ messages in thread
From: Fulbert @ 2024-05-11 15:22 UTC (permalink / raw)
  To: help-guix

Le Sat, May 11, 2024 at 04:13:23PM +0200, Nicolas Goaziou via a écrit :
> Hello,

Hello Nicolas and thank you for the workaround and for the upcomming
fix !

> Indeed. I fixed this issue in "tex-team" branch.
> 
> Meanwhile, you may set TEXMF environment variable to "'{$TEXMFHOME,$TEXMFDIST}'"

#+begin_example
$ kpsewhich "lettre-default.cfg"
/home/fulbert/.guix-profile/share/texmf-dist/tex/latex/lettre/lettre-default.cfg

$ TEXMF='{$TEXMFHOME,$TEXMFDIST}' kpsewhich "lettre-default.cfg"
/home/fulbert/texmf/tex/latex/lettre/lettre-default.cfg
#+end_example

Workaround tested and approved ;-)

Regards,
Fulbert


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-11 15:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-11 12:34 texlive kpathsea ignores TEXMFHOME Fulbert
2024-05-11 14:13 ` Nicolas Goaziou via
2024-05-11 15:22   ` [SOLVED] " Fulbert

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).