|
From: Ethan M. <merritt@u.washington.edu> - 2009-11-29 00:25:45
|
On Saturday 28 November 2009, Mojca Miklavec wrote:
>
> Doesn't
> kpsexpand "\$TEXMFLOCAL"
> work on your machine?
No.
> In the particular example above the only thing that I'm not absolutely
> sure is how shell expansion works. The following definitely doesn't
> work for me:
> kpsexpand '$$TEXMF'
> but
> kpsexpand "\$TEXMF"
> does and returns
> {/Users/mojca/.texlive2009/texmf-config,/Users/mojca/.texlive2009/texmf-var,/Users/mojca/Library/texmf,!!/usr/local/texlive/2009/texmf-config,!!/usr/local/texlive/2009/texmf-var,!!/usr/local/texlive/2009/texmf,!!/usr/local/texlive/2009/../texmf-local,!!/usr/local/texlive/2009/texmf-dist}
None of these work for me.
[1] kpsexpand '$$TEXMF'
warning: $$TEXMF: Unrecognized variable construct `$$'.
TEXMF
[2] kpsexpand "\$TEXMFLOCAL"
TEXMFLOCAL: Undefined variable.
[3] kpsexpand "\$TEXMF"
TEXMF: Undefined variable.
|