unofficial mirror of guix-devel@gnu.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 public inbox

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

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