Re: preventing line splitting in .lyx files (not the output)

2008-01-19 Thread Alexis Huxley
> And, by the way, if you get this sorted out, it'd be great material for > the wiki. To make link for news-reading people to the web, I did this; see http://wiki.lyx.org/Tips/CorrectingSplitSubversionKeywords. The fix comes in two parts: a SVN hook to prevent committing .lyx files with split

Re: preventing line splitting in .lyx files (not the output)

2008-01-14 Thread rgheck
Alexis Huxley wrote: Hi, I'm using Subversion to embed various info about released versions of a document I've written inside the document itself. The .lyx format being text, this works *almost* fine. For example I have a note in the document containing: $LastChangedRevision: 2791 $ an

preventing line splitting in .lyx files (not the output)

2008-01-13 Thread Alexis Huxley
Hi, I'm using Subversion to embed various info about released versions of a document I've written inside the document itself. The .lyx format being text, this works *almost* fine. For example I have a note in the document containing: $LastChangedRevision: 2791 $ and this is correctly upd