Re: Module which ENCLOSES text in brackets

2009-12-14 Thread Rainer M Krug
On Mon, Dec 14, 2009 at 1:03 PM, Rudi van der Linde wrote: > > This has not been tested but try something along the lines of: > > InsetLayout TODO >LyXType custom >LabelString TODO >LatexType command >LatexName > myOwnTodo > >

Re: Module which ENCLOSES text in brackets

2009-12-14 Thread Rudi van der Linde
This has not been tested but try something along the lines of: InsetLayout TODO LyXType custom LabelString TODO LatexType command LatexName myOwnTodo Decorationcl

Re: Module which ENCLOSES text in brackets

2009-12-14 Thread Rainer M Krug
On Mon, Dec 14, 2009 at 11:06 AM, Manveru wrote: > 2009/12/14 Rainer M Krug : > > Hi > > > > I created myself a TODO module, which adds text in green to the text > > (below). it works nicely,, but I would like to have brackests arount the > > TODO: and the text, i.e., at the moment I get: > > > >

Re: Module which ENCLOSES text in brackets

2009-12-14 Thread Manveru
2009/12/14 Rainer M Krug : > Hi > > I created myself a TODO module, which adds text in green to the text > (below). it works nicely,, but I would like to have brackests arount the > TODO: and the text, i.e., at the moment I get: > > (TODO:) I still heve to do this > > I want: > > (TODO: I still hav

Module which ENCLOSES text in brackets

2009-12-14 Thread Rainer M Krug
Hi I created myself a TODO module, which adds text in green to the text (below). it works nicely,, but I would like to have brackests arount the TODO: and the text, i.e., at the moment I get: (TODO:) I still heve to do this I want: (TODO: I still have to do this) How can I achieve this? Thank