Hans wrote:
Taco Hoekwater wrote:
Hans Hagen wrote:
Nicolas Grilly wrote:
There is a very little error in file "/tex/texmf-local/web2c/texmf.cnf".
This file is contained in archive "justtex.zip" downloaded from Pragma web site.
It lacks a "S" after TEXMFPROJECT in definition of TEXMF :
TEXMF =
{!!$TEXMFPROJECTS,!!$TEXMFFONTS,!!$TEXMFLOCAL,!!$TEXMFEXTRA,!!$TEXMF
MAIN}
eh ... why should that be plural?
It should agree with this line, surely:
TEXMFPROJECTS = $SELFAUTOPARENT/texmf-projects
ah, then that one should be singular (i always set that one in other setup scripts)
TEXMFPROJECT = $SELFAUTOPARENT/texmf-project
The issue is one expression is singular and the other one is plural. We need to have the same convention for each expression. So, yes, it's possible to change the other line to singular to fix this very little bug ;-)