Re: Lyx and CVS

2004-10-26 Thread roland schmitz
Hi Todd, hi list, > https://www.cvshome.org/docs/manual/cvs-1.11.17/cvs_12.html#SEC97 > CVS uses rcs (actually has it built in now) as its underlying system, so > all > the RCS key words work as listed. > It is CVS that I use, and when I tested Kayvan's advice against my > repository, > I found it

Re: Lyx and CVS

2004-10-26 Thread Todd Denniston
roland schmitz wrote: > > Hi Kayvan, > > > Put the following in your LaTeX preamble: > > % RCS style. > > \def\RCSdef $#1${\typeout{RCS keyword string: [EMAIL PROTECTED]: {} :.} > > [EMAIL PROTECTED]: #2 :#3.{\expandafter\def\csname RCS#1\endcsname{#2}} > > > > Then, in your document (or in your

Re: Lyx and CVS

2004-10-26 Thread roland schmitz
Hi Kayvan, > Put the following in your LaTeX preamble: > % RCS style. > \def\RCSdef $#1${\typeout{RCS keyword string: [EMAIL PROTECTED]: {} :.} > [EMAIL PROTECTED]: #2 :#3.{\expandafter\def\csname RCS#1\endcsname{#2}} > > Then, in your document (or in your preamble), do: > \RCSdef $Revision$ > \

Re: Lyx and CVS

2004-10-25 Thread Andre Poenitz
On Mon, Oct 25, 2004 at 07:54:48AM +, Alexis Huxley wrote: > Unfortunately these (in RCS/CVS and SVN case) expand to the > corresponding value *plus* the keyword text, i.e. not just: > > 1.2.3.4 > > but: > > $Revision 1.2.3.4$ > > which may look a bit messier than than you cons

Re: Lyx and CVS

2004-10-25 Thread Todd Denniston
"Kayvan A. Sylvan" wrote: > > On Mon, Oct 25, 2004 at 04:46:20PM +0200, roland schmitz wrote: > > Hi Alexis, > > > > > keywords, which CVS uses to do the same thing. Try putting '$Revision$' > Put the following in your LaTeX preamble: > > % RCS style. > \def\RCSdef $#1${\typeout{RCS keyword str

Re: Lyx and CVS

2004-10-25 Thread Kayvan A. Sylvan
On Mon, Oct 25, 2004 at 04:46:20PM +0200, roland schmitz wrote: > Hi Alexis, > > > I embed Subversion keywords in my LyX documents (e.g. '$HeadURL$ > > $LastChangedRevision$') and this works fine. You can use the RCS > > keywords, which CVS uses to do the same thing. Try putting '$Revision$' > >

Re: Lyx and CVS

2004-10-25 Thread roland schmitz
Hi Alexis, > I embed Subversion keywords in my LyX documents (e.g. '$HeadURL$ > $LastChangedRevision$') and this works fine. You can use the RCS > keywords, which CVS uses to do the same thing. Try putting '$Revision$' > in your document. Look at RCS's co(1) man page for a list of > keywords. Thi

Re: Lyx and CVS

2004-10-25 Thread Alexis Huxley
Roland Schmitz <[EMAIL PROTECTED]> wrote: > the cvs version or revision tags (on the titlepage, or in the page > headings/footer). > Is/how it possibe to query cvs automaticly before printing the thesis, which > number/tag is actual used in cvs, and insert this result into the text before > pri

Lyx and CVS

2004-10-24 Thread Roland Schmitz
Hi, while writing my master thesis, i started to use cvs to track changes in the text, pictures, measuremet results ... . Inside of my thesis i want to use the cvs version or revision tags (on the titlepage, or in the page headings/footer). Is/how it possibe to query cvs automaticly before prin