Re: new insetcommandparams

2006-10-03 Thread Ozgur Ugras BARAN
On 10/2/06, Georg Baum <[EMAIL PROTECTED]> wrote: Ozgur Ugras BARAN wrote: > On 9/30/06, Georg Baum > <[EMAIL PROTECTED]> wrote: >> This is a specialization, but I think we should keep it generic and >> simple. InsetCommandParams would just store a number of parameters, and >> the LaTeX command

Re: new insetcommandparams

2006-10-02 Thread Georg Baum
Ozgur Ugras BARAN wrote: > On 9/30/06, Georg Baum > <[EMAIL PROTECTED]> wrote: >> This is a specialization, but I think we should keep it generic and >> simple. InsetCommandParams would just store a number of parameters, and >> the LaTeX command generated from then would simply be >> \command{para

Re: new insetcommandparams

2006-10-02 Thread Ozgur Ugras BARAN
On 9/30/06, Georg Baum <[EMAIL PROTECTED]> wrote: Am Freitag, 29. September 2006 10:01 schrieb Ozgur Ugras BARAN: > Thanks a lot for reviewing the code. I will be more careful about > formatting. Here are some some answers: > > - What I mean with the nested command support is something like: >

Re: new insetcommandparams

2006-10-02 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: >> - Indeed implementing map was easier than implementing the >> multimap. But I couldn't imagine if a parameter can apply multiple >> times or not. Then I tried to stay in the safe side. Speculating >> again, take the index command.. An inde

Re: new insetcommandparams

2006-09-30 Thread Georg Baum
Am Freitag, 29. September 2006 10:01 schrieb Ozgur Ugras BARAN: > Thanks a lot for reviewing the code. I will be more careful about > formatting. Here are some some answers: > > - What I mean with the nested command support is something like: > \command {\command{content}} > An example i

Re: new insetcommandparams

2006-09-29 Thread Ozgur Ugras BARAN
Thanks a lot for reviewing the code. I will be more careful about formatting. Here are some some answers: - What I mean with the nested command support is something like: \command {\command{content}} An example is basic index command : \index { entry @{\myformat {entry}} }. I see that thi

Re: new insetcommandparams

2006-09-28 Thread Georg Baum
Oops, I forgot the changed files. Here they are. Georg /** * \file insetcommandparams.C * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * * \author Angus Leeming * * Full author contact details are available in file CREDITS. */ #inc

Re: new insetcommandparams

2006-09-28 Thread Georg Baum
Hi Ugras, I am glad to see that you worked on this. Am Mittwoch, 27. September 2006 11:29 schrieb Ozgur Ugras BARAN: > Dear all, > > At last I had time and play with the insetcommandparams as requested > on nomencl discussion. The new implementation keeps the contents and > options in lists. The