Re: [NTG-context] counter reseting at every heading

2012-10-01 Thread Peter Schorsch
Thanks Wolfgang, the solution with \startchapter and insidesection works fine. I wasn't aware of that \startchapter-stucture at all. Regarding to "The \startchapter command is recommended over \bookmark as the latter might become obsolete" from http://wiki.contextgarden

Re: [NTG-context] counter reseting at every heading

2012-10-01 Thread Wolfgang Schuster
Am 01.10.2012 um 10:48 schrieb Peter Schorsch : > Thanks Wolfgang, > > the solution with \startchapter and insidesection works fine. > > I wasn't aware of that \startchapter-stucture at all. Regarding to > > "The \startchapter command is recommended over \bookmark as the > latter

[NTG-context] wikiadmin

2012-10-01 Thread Peter Schorsch
Hi, whom to contact for user issue with the contextgarden-wiki? Thanks P. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mai

Re: [NTG-context] wikiadmin

2012-10-01 Thread Alan BRASLAU
On Mon, 1 Oct 2012 11:58:50 +0200 Peter Schorsch wrote: > Hi, > > whom to contact for user issue with the contextgarden-wiki? > > Thanks > P. http://wiki.contextgarden.net/ConTeXt_wiki:About Alan ___ If your ques

Re: [NTG-context] wikiadmin

2012-10-01 Thread Sietse Brouwer
Hello Peter, If you need to talk to the server admin himself (Taco Hoekwater), you can write your issue in a message on this list. If the help of wiki admin is all you need, I may be able to help you myself. I have added a 'Contact' heading to the About page to make this information clearer. ht

Re: [NTG-context] Problem with ConTeXt (MkIV), Hebrew and ligatures

2012-10-01 Thread Simo Ojala
On 09/29/2012 02:35 PM, Hans Hagen wrote: On 29-9-2012 01:41, Simo Ojala wrote: Hans Hagen On 09/28/2012 11:46 AM, Hans Hagen wrote: On 27-9-2012 21:27, Simo Ojala wrote: This is a problem originally posted in TeX/StackExchange. However, since I have not had any luck in finding a solution I

Re: [NTG-context] Problem with ConTeXt (MkIV), Hebrew and ligatures

2012-10-01 Thread Philipp Gesang
· > On 09/29/2012 02:35 PM, Hans Hagen wrote: > >On 29-9-2012 01:41, Simo Ojala wrote: > >>Hans Hagen > >> > >>On 09/28/2012 11:46 AM, Hans Hagen wrote: > >>>On 27-9-2012 21:27, Simo Ojala wrote: > This is a problem originally posted in TeX/StackExchange. However, > since > I

Re: [NTG-context] Problem with ConTeXt (MkIV), Hebrew and ligatures

2012-10-01 Thread Hans Hagen
On 1-10-2012 18:23, Philipp Gesang wrote: · On 09/29/2012 02:35 PM, Hans Hagen wrote: On 29-9-2012 01:41, Simo Ojala wrote: Hans Hagen On 09/28/2012 11:46 AM, Hans Hagen wrote: On 27-9-2012 21:27, Simo Ojala wrote: This is a problem originally posted in TeX/StackExchange. However,

Re: [NTG-context] Problem with ConTeXt (MkIV), Hebrew and ligatures

2012-10-01 Thread Philipp Gesang
· > On 1-10-2012 18:23, Philipp Gesang wrote: > >· > > > >>On 09/29/2012 02:35 PM, Hans Hagen wrote: > >>>On 29-9-2012 01:41, Simo Ojala wrote: > Hans Hagen > > On 09/28/2012 11:46 AM, Hans Hagen wrote: > >On 27-9-2012 21:27, Simo Ojala wrote: > >>This is a pr

Re: [NTG-context] My own module.

2012-10-01 Thread Andre Caldas
> Where should I put a module if I have the following project strucutre? Can't I have a module inside a project? ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-

Re: [NTG-context] My own module.

2012-10-01 Thread Wolfgang Schuster
Am 29.09.2012 um 22:11 schrieb Andre Caldas : > Where should I put a module if I have the following project strucutre? > > math-books/ > math-books.tex > environments/ >layout.tex > products/ >book1.tex >book1/ >chapter1.tex >

Re: [NTG-context] Problem with ConTeXt (MkIV), Hebrew and ligatures

2012-10-01 Thread Hans Hagen
On 1-10-2012 19:25, Philipp Gesang wrote: utilities.sequencers.disableaction(resolvers.openers.helpers.textfileactions,"characters.filters.utf.collapse") Doesn’t work. What helps is to comment out the “appendaction” in char-utf.lua or the corresponding table for U0xfb35 in char-def.lua. My gue

Re: [NTG-context] My own module.

2012-10-01 Thread Andre Caldas
Hello! >> Where should I put a module if I have the following project strucutre? >> > You can load your module with \usemodule[…] > from your environment file. So, inside "environments/load_mymodule.tex" I call \usemodule[mymodule] But how will it be found? My module is composed of a mkiv and a

Re: [NTG-context] My own module.

2012-10-01 Thread Wolfgang Schuster
Am 01.10.2012 um 19:59 schrieb Andre Caldas : > Hello! > >>> Where should I put a module if I have the following project strucutre? >>> >> You can load your module with \usemodule[…] >> from your environment file. > > So, inside "environments/load_mymodule.tex" I call > \usemodule[mymodule] >

Re: [NTG-context] My own module.

2012-10-01 Thread Andre Caldas
> You have to load the lua file in your module, e.g. > \ctxloadluafile{my_module}. Thank you! André Caldas. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-con

[NTG-context] Frozen callback.

2012-10-01 Thread Andre Caldas
Hello! I am trying to redefine the ’open_read_file’ callback. I am getting this error: callback ’open_read_file’ is frozen Why is it "frozen"? Can I "unfreeze it"? André Caldas. ___ If your question is of interest

Re: [NTG-context] Frozen callback.

2012-10-01 Thread Philipp Gesang
· > I am trying to redefine the ’open_read_file’ callback. Hi André, direct callback access is disabled. There are usually some layers of abstraction on top of them, different ones for different callbacks. Mapping them all is a huge effort, so best refer to the source. In your case the

Re: [NTG-context] Problem with ConTeXt (MkIV), Hebrew and ligatures

2012-10-01 Thread Philipp Gesang
· > On 1-10-2012 19:25, Philipp Gesang wrote: > > >>utilities.sequencers.disableaction(resolvers.openers.helpers.textfileactions,"characters.filters.utf.collapse") > > > >Doesn’t work. What helps is to comment out the “appendaction” in > >char-utf.lua or the corresponding table for U0xfb3

Re: [NTG-context] Frozen callback.

2012-10-01 Thread Hans Hagen
On 1-10-2012 21:11, Andre Caldas wrote: Hello! I am trying to redefine the ’open_read_file’ callback. I am getting this error: callback ’open_read_file’ is frozen Why is it "frozen"? Can I "unfreeze it"? because it's the only way we can guarantee some features working well (but one can plug

Re: [NTG-context] Problem with ConTeXt (MkIV), Hebrew and ligatures

2012-10-01 Thread Hans Hagen
On 1-10-2012 22:18, Philipp Gesang wrote: · On 1-10-2012 19:25, Philipp Gesang wrote: utilities.sequencers.disableaction(resolvers.openers.helpers.textfileactions,"characters.filters.utf.collapse") Doesn’t work. What helps is to comment out the “appendaction” in char-utf.lua or the

Re: [NTG-context] Frozen callback.

2012-10-01 Thread Andre Caldas
>> I am trying to redefine the ’open_read_file’ callback. > > [...] > direct callback access is disabled. There are usually some layers > of abstraction on top of them, different ones for different > callbacks. Mapping them all is a huge effort, so best refer to > the source. > > In your case the f