On Fri, 28 Nov 2008 08:18:47 +0100
Ulrich Mueller <[EMAIL PROTECTED]> wrote:
> > On Fri, 28 Nov 2008, Andrey Grozin wrote:
>
> > Some time ago, some Gentoo TeX guru (don't remember who) advised to
> > include the following code to the sci-mathematics/maxima ebuild:
>
> > [...code...]
>
> T
On Fri, 28 Nov 2008, Ulrich Mueller wrote:
We had similar code in app-emacs/auctex, but replaced it by hardcoded
TEXMF="/usr/share/texmf-site" about one year ago.
Tnanks, I'll do the same in maxima and asymptote.
Andrey
> On Fri, 28 Nov 2008, Andrey Grozin wrote:
> Some time ago, some Gentoo TeX guru (don't remember who) advised to
> include the following code to the sci-mathematics/maxima ebuild:
> [...code...]
This code calls "kpsewhich" which means that the location of files
installed by the ebuild will
Hello *,
Some time ago, some Gentoo TeX guru (don't remember who) advised to
include the following code to the sci-mathematics/maxima ebuild:
# Calculating MAXIMA_TEXMFDIR
if use latex; then
local TEXMFPATH="$(kpsewhich -var-value=TEXMFSITE)"
loc