Re: copy generated pdf to document folder automatically. Possible?

2011-08-17 Thread John McCabe-Dansted
On Thu, Aug 18, 2011 at 1:07 PM, Paul Johnson wrote: ... > #!/bin/bash > rsync -rv "$1" "$2" > exec evince $1 > exit 0 ... > Here are the problems. > > 1. LyX is "stuck" while Evince is open. I mean, even if you edit, lyx > will not allow another view or update view action.  LyX still thinks > the

Re: copy generated pdf to document folder automatically. Possible?

2011-08-17 Thread Paul Johnson
Hi, guys. >From Liviu's link, I see people have asked about this, but nobody shows a way that actually works :) I'm pretty close to making this work, but I have an erroneous error report after the job seems to be finished. Here's my idea. Create a new document type "pdf6". Create a converter th

Re: Horizontal Scrolling Again

2011-08-17 Thread Georg Baum
Richard Heck wrote: > > In working on a book just recently, I have started to run into problems > with math formulae that get too long to fit on the screen, due to the > need to use macros LyX does not recognize (stuff from the begriff.sty > package, in particular). I had similar problems earlier

Re: [patch] fix bug 6622

2011-08-17 Thread Georg Baum
Uwe Stöhr wrote: > The attached patch add the missing possibility to de/select the package > undertilde. This was not yet added because of the fileformat freeze for > LyX 2.0. So it is time to put it in now. OK Georg? I would not have implemented yet another special package on/off/auto switch, b

Horizontal Scrolling Again

2011-08-17 Thread Richard Heck
In working on a book just recently, I have started to run into problems with math formulae that get too long to fit on the screen, due to the need to use macros LyX does not recognize (stuff from the begriff.sty package, in particular). I had similar problems earlier when trying to build moderatel

Re: copy generated pdf to document folder automatically. Possible?

2011-08-17 Thread John McCabe-Dansted
On Wed, Aug 17, 2011 at 1:49 PM, Liviu Andronic wrote: > On Wed, Aug 17, 2011 at 1:06 AM, Paul Johnson wrote: >> I'd like to automatically copy pdf output from the LyX temp directory >> back to the current working directory whenever I view a document, >> rather than separately Exporting from LyX.