Re: custom fields in documents

2009-01-28 Thread Pavel Sanda
Pavel Sanda wrote: > i remember some bug that our cache managment stores output of 'date' script... http://bugzilla.lyx.org/show_bug.cgi?id=3257

Re: custom fields in documents

2009-01-28 Thread Pavel Sanda
Abdelrazak Younes wrote: > Burak Arslan wrote: >> hi, >> i used to use makefiles for compiling tex files into pdf. before invoking >> pdflatex et al, those makefiles incorporated various information from its >> context like current svn revision number, user who invokes the operation >> etc. i di

Re: custom fields in documents

2009-01-28 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: > >> In 1.6, we also have the info inset (InsetInfo) that can be easily > >> extended to do what you want. Please open a bugzilla enhancement > entry > >> for this (bugzilla.lyx.org). > >A feature that would be greatly useful to our business is the ability > >

Re: custom fields in documents

2009-01-28 Thread Rudi van der Linde
As Vincent mentionned, this feature already exists :-) Great - coudn't test it so just wanted to confirm my understanding thereof :-D Many thanks for all the inforation. I will revisit this when we've upgraded to the next version and when I get more support at work. Most people still pref

Re: custom fields in documents

2009-01-28 Thread Rudi van der Linde
Vincent van Ravesteijn - TNW wrote: You can execute the following commands in the command buffer: info-insert buffer path info-insert buffer name See for more info: Help->LyX Functions->LFUN_INFO_INSERT Many thanks, this will definately help a lot. Were still using 1.5.4 at the moment, s

Re: custom fields in documents

2009-01-28 Thread Abdelrazak Younes
Rudi van der Linde wrote: In 1.6, we also have the info inset (InsetInfo) that can be easily extended to do what you want. Please open a bugzilla enhancement entry for this (bugzilla.lyx.org). A feature that would be greatly useful to our business is the ability to include the current documen

Re: custom fields in documents

2009-01-28 Thread Abdelrazak Younes
Burak Arslan wrote: Thanks everyone for your replies, much appreciated :) You're welcome. That's the way LyX community works ;-) Abdelrazak Younes wrote: You can also of course \input a latex or text file in LyX. So your current solution would still work the same. It would, to a certai

RE: custom fields in documents

2009-01-28 Thread Vincent van Ravesteijn - TNW
>> In 1.6, we also have the info inset (InsetInfo) that can be easily >> extended to do what you want. Please open a bugzilla enhancement entry >> for this (bugzilla.lyx.org). >A feature that would be greatly useful to our business is the ability >to include the current document's filename in

Re: custom fields in documents

2009-01-28 Thread Rudi van der Linde
In 1.6, we also have the info inset (InsetInfo) that can be easily extended to do what you want. Please open a bugzilla enhancement entry for this (bugzilla.lyx.org). A feature that would be greatly useful to our business is the ability to include the current document's filename in the text fo

Re: custom fields in documents

2009-01-28 Thread Abdelrazak Younes
Burak Arslan wrote: hi, i used to use makefiles for compiling tex files into pdf. before invoking pdflatex et al, those makefiles incorporated various information from its context like current svn revision number, user who invokes the operation etc. i did this by writing the output of the co

Re: custom fields in documents

2009-01-27 Thread rgheck
Burak Arslan wrote: hi, i used to use makefiles for compiling tex files into pdf. before invoking pdflatex et al, those makefiles incorporated various information from its context like current svn revision number, user who invokes the operation etc. i did this by writing the output of the co