Hi, I am using ConTeXt standalone. Normally I unzip or git clone the fonts that I regularly use in $HOME/texmf/fonts/opentype/data directory, since I assume that all the extra files in there will simply be ignored by TeX. However, I recently noticed that MkIV finds a test.tex file from inside the fonts/ directory. In particular: $ luatools test.tex /home/adityam/texmf/fonts/opentype/data/euler-otf/tests/test.tex Should luatools only search for tex files inside $TEXMF/tex directories? Aditya
On 11/19/2012 2:08 AM, Aditya Mahajan wrote:
Hi,
I am using ConTeXt standalone. Normally I unzip or git clone the fonts that I regularly use in $HOME/texmf/fonts/opentype/data directory, since I assume that all the extra files in there will simply be ignored by TeX.
However, I recently noticed that MkIV finds a test.tex file from inside the fonts/ directory. In particular:
$ luatools test.tex /home/adityam/texmf/fonts/opentype/data/euler-otf/tests/test.tex
Should luatools only search for tex files inside $TEXMF/tex directories?
it follows some rules, like looking for a 'tex' file (with one of the tex suffixes) using TEXINPUTS; normally that is restrictive enough ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Aditya Mahajan
-
Hans Hagen