Re: [NTG-context] mtxrun:1741: attempt to index a nil value

2008-08-09 Thread Mojca Miklavec
On Sat, Aug 9, 2008 at 1:09 AM, Henning Hraban Ramm <[EMAIL PROTECTED]> wrote: > Am 2008-08-08 um 23:38 schrieb Hans Hagen: > >> Henning Hraban Ramm wrote: >>> Line 1741 of mtxrun contains a popen command to execute a system >>> command; but even if I change that (e.g. printing the accessed >>> var

Re: [NTG-context] Two bibliography problems

2008-08-09 Thread Taco Hoekwater
Michael Green wrote: > This sort of bibliography entry gives me two kinds of trouble. > > @book{ODonovan:1999uv, > Address = {Grand Rapids, Michigan}, > Author = {O'Donovan, Joan Lockwood and O'Donovan, Oliver}, > Publisher = {William B. Eerdmans}, > Title = {From Irenaeus to Groti

Re: [NTG-context] release

2008-08-09 Thread Taco Hoekwater
Mohamed Bana wrote: > > How do I update the minimals on a Linux box? (If this is of any use) I've > installed it in > > ~/context-installation-directory > > $ ls > bin first.textex > first-setup.sh status-of-update.lua From the wiki page: == Updating == For now, th

Re: [NTG-context] Using module:bib

2008-08-09 Thread Taco Hoekwater
Maurí­cio wrote: > What is wrong with my attempt to > create a bibliography and a reference > to it? (...) > >>> What does 'k=1' does? > >> It defines the key for crossreferencing via \cite. >> > > Interesting, I was using 'n' when I should > actually use 'k'. Is there a limit

Re: [NTG-context] Custom Section / Table of contents inside a table

2008-08-09 Thread Taco Hoekwater
Demian Gutierrez wrote: > > So when I use the > > \fieldNameSection{*\getvalue{CrudCampo:NombreCampoGUIVAL}*} > in the previous code I get nothing but an empty entry in the table of > contents (well in fact with the "*" before and after I get just "**"). Try \expanded{\fieldNameSection{*\getva

Re: [NTG-context] [OS X TeX] Default rule thickness

2008-08-09 Thread Taco Hoekwater
Oliver Buerschaper wrote: > > this seems to be true in general. (Hans, Taco, can you confirm this > officially?) Sorry I missed this thread earlier. The default rule thickness in is the eight font parameter of the fonts in math family 3. A bare context file with the standard 12pt fonts gives th

Re: [NTG-context] release

2008-08-09 Thread Mohamed Bana
Taco Hoekwater elvenkind.com> writes: > > From the wiki page: > >== Updating == > >For now, the main recipe to update is to run first-setup again > > Best wishes, > Taco > Hi, Can I update to mkiv from TexLive 2008? Mohamed ___

Re: [NTG-context] release

2008-08-09 Thread Yue Wang
Hi: > Can I update to mkiv from TexLive 2008? > TL2008 does have MKIV package. However, it is not always latest. (I think TL 2008 just follow the CTAN version) So minimals installation is recommended. Yue Wang ___ If

[NTG-context] Parameters of criterium

2008-08-09 Thread Eric DÉTREZ
Hello again I'm experimenting with menus. I wish to get menu that are "section-sensitive" : in a section I wish a menu with all sections and only subsections of the current section (it hides the other subsections). I imagined that the criterium =x was the key but I don't get the desired re

[NTG-context] Menus in presentation

2008-08-09 Thread Eric DÉTREZ
Hello again Is it possible to get a menu in the left side of presentation ? Any sample ? ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://

Re: [NTG-context] Two bibliography problems

2008-08-09 Thread Michael Green
Taco Hoekwater wrote: Michael Green wrote: [snip] (1) I get two periods after a book title when using \setuppublications[alternative=apa]. [snip] This happens with all books. On looking at the source, I'm afraid I can't track down where it's coming from or how to fix it. (2) Is it possible to

Re: [NTG-context] Menus in presentation

2008-08-09 Thread Yue Wang
Hi: > Is it possible to get a menu in the left side of presentation ? > Any sample ? > Of course, see hans' source code for ConTeXt manual. In presentation mode, it has a menu on the right side, just change it. Yue Wang _