in my slackware-current box, Minimals installed: luoyi@infos1:~/context/tex/texmf-context/context$ luatools --find-file zhfont.tex luoyi@infos1:~/context/tex/texmf-context/context$ luatools --find-file zhfont.tex* /home/luoyi/context/tex/texmf-context/context/zzz/zhfont.tex how could I make the luatools find out the correct file ????
luoyi wrote:
in my slackware-current box, Minimals installed:
luoyi@infos1:~/context/tex/texmf-context/context$ luatools --find-file zhfont.tex
luoyi@infos1:~/context/tex/texmf-context/context$ luatools --find-file zhfont.tex* /home/luoyi/context/tex/texmf-context/context/zzz/zhfont.tex
how could I make the luatools find out the correct file ????
hm, interesting; normally the first method should be ok (given that you've done luatools --generate first); often the following is the most safe (esp when using * and such) because it does not interfere with any shell expansion luatools --verbose --findfile --pattern="zhfont.tex" actually luatools zhfont.tex should be ok too for locating the file that tex itself will use ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans:
luoyi@4u:~/context$ luatools zhfonts.tex*
/home/luoyi/context/tex/texmf-context/context/zhfonts/zhfonts.tex
luoyi@4u:~/context$ luatools zhfonts.tex
and because of this, after put the zhfonts.tex in my texmf-tree and
`luatools --generate` I still can't use zhfonts.tex file.
I've tried this on 2 slackware-linux box. does this mean a bug in
luatools ? could we solved this ?
2008/9/13 luoyi
in my slackware-current box, Minimals installed:
luoyi@infos1:~/context/tex/texmf-context/context$ luatools --find-file zhfont.tex
luoyi@infos1:~/context/tex/texmf-context/context$ luatools --find-file zhfont.tex* /home/luoyi/context/tex/texmf-context/context/zzz/zhfont.tex
how could I make the luatools find out the correct file ????
Am 14.09.2008 um 06:18 schrieb luoyi:
Hans:
luoyi@4u:~/context$ luatools zhfonts.tex* /home/luoyi/context/tex/texmf-context/context/zhfonts/zhfonts.tex
This is the wrong place in your TeX tree .../texmf-context/tex/context/third/zhfonts/zhfonts.tex but I would prefer texmf-local and not texmf-context for my own files.
luoyi@4u:~/context$ luatools zhfonts.tex
and because of this, after put the zhfonts.tex in my texmf-tree and `luatools --generate` I still can't use zhfonts.tex file.
I've tried this on 2 slackware-linux box. does this mean a bug in luatools ? could we solved this ?
Wolfgang
sorry, but could anyone give me an explaination why the `luatools zhfonts.tex` command can't work out instead of just tell me "hmm, it's interesting" or "it's in the wrong place" ? If it's a bug, we resolve it. if it's a feature, we can document it.
participants (3)
-
Hans Hagen
-
luoyi
-
Wolfgang Schuster