all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* texlive problems
@ 2016-06-04 16:45 Federico Beffa
  2016-06-04 18:16 ` Andreas Enge
  0 siblings, 1 reply; 3+ messages in thread
From: Federico Beffa @ 2016-06-04 16:45 UTC (permalink / raw)
  To: Guix-devel

Hi,

I've found a couple of problems with our TeXLive package:

* the directory dedicated to local packages is configured to:
  /gnu/texmf-local
  The standard location is $prefix/texmf-local
  You can check it with, e.g., 'kpsewhich --show-path=.sty'.

* The 3rd party files installed in that directory (once fixed) are
only found if there is a the database file 'ls-r'. This would probably
require a profile hook. Another way may possibly be to remove the '!!'
in front of the path in the following definition (untested)

TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFDIST}

in the main texmf.cnf file.

Regards,
Fede

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

end of thread, other threads:[~2016-06-04 19:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-04 16:45 texlive problems Federico Beffa
2016-06-04 18:16 ` Andreas Enge
2016-06-04 19:57   ` Federico Beffa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.