Re: [NTG-context] finding out what font are available

2009-06-15 Thread Ciro Soto
the mtxrun file and the luatools file in the bin path are the same as the ones in the lua directory. I ran diff and got nothing. For instance: % *diff ~/context/tex/texmf-context/scripts/context/lua/luatools.lua ~/context/tex/texmf-linux/bin/luatools* I copied them anyways: *%cp mtxrun.lua

Re: [NTG-context] finding out what font are available

2009-06-14 Thread Hans Hagen
Ciro Soto wrote: another try: *mtxrun --script mtx-fonts --list *./mtx-fonts.lua:11: attempt to index global 'resolvers' (a nil value) do you run an older copy of mtxrun or luatools? if so, try mtxrun --selfupdate luatools --selfupdate or copy the scripts from script/context/lua to you bin

Re: [NTG-context] finding out what font are available

2009-06-14 Thread Ciro Soto
Sorry for the long email. I ran the selfupdate: ** *% mtxrun --selfupdate --verbose *MtxRun | variable SELFAUTOLOC set to /home/ciro/context/tex/texmf-linux/bin MtxRun | variable SELFAUTODIR set to /home/ciro/context/tex/texmf-linux MtxRun | variable SELFAUTOPARENT set to /home/ciro/context/tex

Re: [NTG-context] finding out what font are available

2009-06-14 Thread Hans Hagen
Ciro Soto wrote: I ran the selfupdate: /home/ciro/context/tex/texmf-linux/bin/mtxrun MtxRun | *unable to locate new script* ok, so that point in th edirection of a path problem I added script/context/lua to my path: better do a cp mtxrun.lua...binpath.../mtxrun cp luatools.lua

Re: [NTG-context] finding out what font are available

2009-06-13 Thread Hans Hagen
Ciro Soto wrote: I am getting closer to the solution. This is my new environment: % env | grep -i tex TEXMFOS=/home/ciro/context/tex/texmf-linux TEXMFCACHE=/home/ciro/context/tex/texmf-cache TEXMFPROJECT=/home/ciro/context/tex/texmf-project TEXMFLOCAL=/home/ciro/context/tex/texmf-local

Re: [NTG-context] finding out what font are available

2009-06-13 Thread Ciro Soto
I did run luatools --generate. I get:* luatools --verbose --generate *LuaTools | version 1.2.2 - 2006+ - PRAGMA ADE / CONTEXT LuaTools | variable SELFAUTOLOC set to /home/ciro/context/tex/texmf-linux/bin LuaTools | variable SELFAUTODIR set to /home/ciro/context/tex/texmf-linux LuaTools |

Re: [NTG-context] finding out what font are available

2009-06-13 Thread Ciro Soto
Getting closer: I ran *mktexlsr* and got: mktexlsr: Done. the I ran: *% mtxrun --verbose --script fonts --info* MtxRun | variable SELFAUTOLOC set to /home/ciro/context/tex/texmf-linux/bin MtxRun | variable SELFAUTODIR set to /home/ciro/context/tex/texmf-linux MtxRun | variable SELFAUTOPARENT

Re: [NTG-context] finding out what font are available

2009-06-13 Thread Ciro Soto
another try: *mtxrun --script mtx-fonts --list *./mtx-fonts.lua:11: attempt to index global 'resolvers' (a nil value) also: * mtxrun --script fonts --list* ./fonts.lua:11: attempt to index global 'resolvers' (a nil value) worst of all, my current book is not working now: *texexec --pdf

Re: [NTG-context] finding out what font are available

2009-06-12 Thread Matthijs Kooijman
Hi Ciro, How do I solve the problem then? You should probably just install the luatex package (IIRC you were running Ubuntu, which should ship it, Debian does at least). Gr. Matthijs signature.asc Description: Digital signature

Re: [NTG-context] finding out what font are available

2009-06-12 Thread Ciro Soto
I installed lutex 0.28.0-2 Then I ran the command that Khaled told me, and I got % sudo mtxrun -script fonts --list MtxRun | error unable to identify cnf file MtxRun | error unable to identify cnf file MtxRun | no cnf files found (TEXMFCNF may not be set/known) MtxRun | unknown script: fonts

Re: [NTG-context] finding out what font are available

2009-06-12 Thread Maurí­cio
still something missing (the fonts script), and the cnf file Any advice? http://wiki.contextgarden.net/ConTeXt_Minimals Best, Maurício ___ If your question is of interest to others as well, please add an entry

Re: [NTG-context] finding out what font are available

2009-06-12 Thread Ciro Soto
I just installed the minimals from the link given by Mauricio, and followed instructions for the linux installation. I still get: %sudo mtxrun -script fonts --list MtxRun | error unable to identify cnf file MtxRun | error unable to identify cnf file MtxRun | no cnf files found (TEXMFCNF may not

Re: [NTG-context] finding out what font are available

2009-06-12 Thread Ciro Soto
I am getting closer to the solution. This is my new environment: % env | grep -i tex TEXMFOS=/home/ciro/context/tex/texmf-linux TEXMFCACHE=/home/ciro/context/tex/texmf-cache TEXMFPROJECT=/home/ciro/context/tex/texmf-project TEXMFLOCAL=/home/ciro/context/tex/texmf-local

Re: [NTG-context] finding out what font are available

2009-06-11 Thread Matthijs Kooijman
Hi Ciro, I type: sudo mtxrun -script fonts --list and I get: sudo: unable to execute /usr/bin/mtxrun: No such file or directory Considering that mtxrun exist, I suspect the interpreter of the script does not exist, which is texlua on my system: $ head -1 /usr/bin/mtxrun

Re: [NTG-context] finding out what font are available

2009-06-11 Thread Ciro Soto
How do I solve the problem then? here is what I have: /usr/bin/texi2pdf*/usr/bin/texfont* /usr/bin/texconfig-sys* /usr/bin/texi2dvi*/usr/bin/texfind* /usr/bin/texconfig-dialog* /usr/bin/texindex*/usr/bin/texexec* /usr/bin/texconfig* /usr/bin/texutil* /usr/bin/texmacs*

[NTG-context] finding out what font are available

2009-06-09 Thread Ciro Soto
Hi all, what would be the command to list all fonts available in my installation via context? thank you Ciro -- Links of your interest: http://www-personal.engin.umd.umich.edu/~cirosoto/ http://www.TheGuitarMakerExploration.com http://www.myspace.com/sotoaguirre

Re: [NTG-context] finding out what font are available

2009-06-09 Thread Khaled Hosny
On Tue, Jun 09, 2009 at 09:41:04PM -0400, Ciro Soto wrote: Hi all, what would be the command to list all fonts available in my installation via context? mtxrun -script fonts --list -- Khaled Hosny Arabic localiser and member of Arabeyes.org team Free font developer signature.asc