Re: preview, part II

2002-06-27 Thread Angus Leeming
On Thursday 27 June 2002 11:23 am, Andre Poenitz wrote: > On Thu, Jun 27, 2002 at 10:12:38AM +0100, Angus Leeming wrote: > > > empty edgepath or so. > > > > That's because you're missing some intermediate converter. > > Which is suspicious. You can load eps files I take it? Sounds like the > > ste

Re: preview, part II

2002-06-27 Thread Andre Poenitz
On Thu, Jun 27, 2002 at 10:12:38AM +0100, Angus Leeming wrote: > > empty edgepath or so. > > That's because you're missing some intermediate converter. > Which is suspicious. You can load eps files I take it? Sounds like the step > lyxpreview->eps isn't recognized, or even the lyxpreview format

Re: preview, part II

2002-06-27 Thread Angus Leeming
On Thursday 27 June 2002 10:03 am, Andre Poenitz wrote: > On Thu, Jun 27, 2002 at 09:22:35AM +0100, Angus Leeming wrote: > > > 2. the converter says he finds no path from .lyxpreview to .xpm. > > > > What do you get from lyx -dbg graphics? > > empty edgepath or so. That's because you're missing

Re: preview, part II

2002-06-27 Thread David Kastrup
Andre Poenitz <[EMAIL PROTECTED]> writes: > On Thu, Jun 27, 2002 at 08:57:41AM +0100, Angus Leeming wrote: > > It sounds great. Note, however, that for asynchronous conversion you should > > use grfx::GConverter to be found in graphics/GraphicsConverter.C. > > I thought I could just do a > >

Re: preview, part II

2002-06-27 Thread Andre Poenitz
On Thu, Jun 27, 2002 at 11:57:52AM +0300, Dekel Tsur wrote: > I don't know if you should use the converters for that. > It was only meant for importing/exporting. That's what I am doing. I am importing an image in the well-known and widelu used "lyxpreview" format. > Why not just run your script

Re: preview, part II

2002-06-27 Thread Angus Leeming
On Thursday 27 June 2002 9:57 am, Dekel Tsur wrote: > On Thu, Jun 27, 2002 at 10:02:47AM +0200, Andre Poenitz wrote: > > I was thinking about a new format "lyxpreview" (which basically is one > > formula in LaTeX) and a converter script "lyxpreview2eps.sh". So the > > converter would do that kind

Re: preview, part II

2002-06-27 Thread Andre Poenitz
On Thu, Jun 27, 2002 at 09:22:35AM +0100, Angus Leeming wrote: > > 2. the converter says he finds no path from .lyxpreview to .xpm. > > What do you get from lyx -dbg graphics? empty edgepath or so. I am just changing over to .xpm as target format for the script, then there would be no other co

Re: preview, part II

2002-06-27 Thread Dekel Tsur
On Thu, Jun 27, 2002 at 10:02:47AM +0200, Andre Poenitz wrote: > I was thinking about a new format "lyxpreview" (which basically is one > formula in LaTeX) and a converter script "lyxpreview2eps.sh". So the > converter would do that kind of asynchronous work automatically and we do > not have to r

Re: preview, part II

2002-06-27 Thread Angus Leeming
On Thursday 27 June 2002 9:25 am, Andre Poenitz wrote: > On Thu, Jun 27, 2002 at 08:57:41AM +0100, Angus Leeming wrote: > > It sounds great. Note, however, that for asynchronous conversion you > > should use grfx::GConverter to be found in graphics/GraphicsConverter.C. > > I thought I could just d

Re: preview, part II

2002-06-27 Thread Andre Poenitz
On Thu, Jun 27, 2002 at 08:57:41AM +0100, Angus Leeming wrote: > It sounds great. Note, however, that for asynchronous conversion you should > use grfx::GConverter to be found in graphics/GraphicsConverter.C. I thought I could just do a // The real work starts. std::ofstream o

Re: preview, part II

2002-06-27 Thread Angus Leeming
On Thursday 27 June 2002 9:02 am, Andre Poenitz wrote: > On Thu, Jun 27, 2002 at 08:41:48AM +0100, Angus Leeming wrote: > > One further point: you should switch to using a Forkedcall for the latex > > run. > > I was thinking about a new format "lyxpreview" (which basically is one > formula in LaTe

Re: preview, part II

2002-06-27 Thread Andre Poenitz
On Thu, Jun 27, 2002 at 08:41:48AM +0100, Angus Leeming wrote: > One further point: you should switch to using a Forkedcall for the latex run. I was thinking about a new format "lyxpreview" (which basically is one formula in LaTeX) and a converter script "lyxpreview2eps.sh". So the converter wou

Re: preview, part II

2002-06-27 Thread Angus Leeming
On Thursday 27 June 2002 6:56 am, Andre Poenitz wrote: > On Wed, Jun 26, 2002 at 11:49:56PM +0200, David Kastrup wrote: > > Background: see separate post with PostScript code. > > Yes, I just did not do that yet. > > > How do you generate the LaTeX that you run through for the preview? > > I use t

Re: preview, part II

2002-06-26 Thread Andre Poenitz
On Wed, Jun 26, 2002 at 11:49:56PM +0200, David Kastrup wrote: > Background: see separate post with PostScript code. Yes, I just did not do that yet. > How do you generate the LaTeX that you run through for the preview? I use the same function as I use for the "ordinary LaTeX export". Of course

Re: preview, part II

2002-06-26 Thread David Kastrup
Andre Poenitz <[EMAIL PROTECTED]> writes: > Sort of finished. > > If you have '\preview true' in your preferences, math insets will get > 'previewed' unless the cursor is in the inset. In the latter case we get > the usual mathed behaviour. > > ### NOTE