On Fri, Jun 28, 2002 at 01:06:50AM +0200, Lars Gullik Bjønnes wrote:
> | Is it really necessary to use vectors for the formats and converters
> | and spend a lot of code on saerching these?
> >
> | Can't we just use a map and map< pair,
> | converter> there?
>
> Or use a boost::graph for all the
On Fri, Jun 28, 2002 at 12:49:43AM +0200, Lars Gullik Bjønnes wrote:
> | It changes all the time. Every build it seems to be different. It's
> | pretty useless as a piece of information in a diff.
>
> _what_ changes in it?
See attachment.
Andre'
--
Those who desire to give up Freedom in ord
On Thu, Jun 27, 2002 at 01:38:35PM -0700, Kayvan A. Sylvan wrote:
> #==
> # Modify the .h file for use by LyX
> HIN=${DIRNAME}/${BASENAME}.h
> + HIN=./form_aboutlyx.h
> HPATCH=${DIRNAME}/${BASENAME}.h.patch
> + HPATCH=./form_aboutlyx.h.patch
> HOUT=${BASENAME}.H
> +
Andre Poenitz <[EMAIL PROTECTED]> writes:
| Is it really necessary to use vectors for the formats and converters
| and spend a lot of code on saerching these?
>
| Can't we just use a map and map< pair,
| converter> there?
Or use a boost::graph for all the converters and use a shortest-path
algor
"Michael A. Koziarski" <[EMAIL PROTECTED]> writes:
| Lars Gullik Bjønnes wrote:
>
>>Andre Poenitz <[EMAIL PROTECTED]> writes:
>>
>>| should this be aded to .cvsignore?
>> | It always shows up in cvs diff, even after a clean
>>| checkout/autogen/configure
>>
>>I guess something in it changed then
On Thu, Jun 27, 2002 at 08:47:02AM +0100, Angus Leeming wrote:
> On Wednesday 26 June 2002 9:30 pm, Kayvan A. Sylvan wrote:
> > Anyone look into this? I don't know enough about the make process...
> > > ../../src/lyxtextclass.h:21: lyxlayout_ptr_fwd.h: No such file or
> > > directory
> >
> > This
> > Yes, I do. What command should I run to try and see what is happening
> > with fdesign?
>
> cd LYXSRCDIR/src/frontends/xforms/forms
> sh fdfix.sh form_aboutlyx.fd
[Kayvan@GORILLA ~/src/lyx/src/frontends/xforms/forms] sh fdfix.sh form_aboutlyx.fd
mv: cannot stat `form_aboutlyx.H': No such fi
On Thursday 27 June 2002 8:16 pm, Herbert Voss wrote:
> Andre Poenitz wrote:
> > On Thu, Jun 27, 2002 at 08:32:56PM +0200, Herbert Voss wrote:
> >>This was not my point! I do not understand why this is
> >>defined in the preferences, where things should be saved
> >>which can be modified by the us
Andre Poenitz wrote:
> On Thu, Jun 27, 2002 at 08:32:56PM +0200, Herbert Voss wrote:
>
>>This was not my point! I do not understand why this is
>>defined in the preferences, where things should be saved
>>which can be modified by the user. To get an asynchronously
>>loading of the math preview I
On Thu, Jun 27, 2002 at 08:32:56PM +0200, Herbert Voss wrote:
> This was not my point! I do not understand why this is
> defined in the preferences, where things should be saved
> which can be modified by the user. To get an asynchronously
> loading of the math preview I do not need this in the pr
Angus Leeming wrote:
> On Thursday 27 June 2002 7:24 pm, Herbert Voss wrote:
>
>>Angus Leeming wrote:
>>
>>>No. André means
>>>
>>>\converter "lyxpreview" "xpm" "sh $$LYXLIBscripts/lyxpreview2xpm.sh
>>>
>>ok, understood. But anyway, I do not understand the sense of
>>this converter. The script
On Thu, Jun 27, 2002 at 08:24:07PM +0200, Herbert Voss wrote:
> ok, understood. But anyway, I do not understand the sense of
> this converter.
It's easier to play around with it if it's a script, and it fits very well
in the converter concept.
> The script schould be called from within LyX. The
On Thursday 27 June 2002 7:24 pm, Herbert Voss wrote:
> Angus Leeming wrote:
> > No. André means
> >
> > \converter "lyxpreview" "xpm" "sh $$LYXLIBscripts/lyxpreview2xpm.sh
>
> ok, understood. But anyway, I do not understand the sense of
> this converter. The script schould be called from within
Angus Leeming wrote:
>
> No. André means
>
> \converter "lyxpreview" "xpm" "sh $$LYXLIBscripts/lyxpreview2xpm.sh
ok, understood. But anyway, I do not understand the sense of
this converter. The script schould be called from within LyX. The user
has still the possibility to edit the script i
On Thursday 27 June 2002 6:54 pm, Herbert Voss wrote:
> Andre Poenitz wrote:
> > On Thu, Jun 27, 2002 at 06:13:32PM +0100, Angus Leeming wrote:
> >>\converter "lyxpreview" "xpm" "sh LYXDIR/lib/scripts/lyxpreview2xpm.sh
> >> $$i $$o" ""
> >>
> >>where LYXDIR is ...
> >
> > Could we fix this somehow
Andre Poenitz wrote:
> On Thu, Jun 27, 2002 at 06:13:32PM +0100, Angus Leeming wrote:
>
>>\converter "lyxpreview" "xpm" "sh LYXDIR/lib/scripts/lyxpreview2xpm.sh $$i $$o" ""
>>
>>where LYXDIR is ...
>>
>
> Could we fix this somehow properly?
>
> What's the way to access LyX's "own converters"
On Thursday 27 June 2002 6:49 pm, Andre Poenitz wrote:
> On Thu, Jun 27, 2002 at 06:13:32PM +0100, Angus Leeming wrote:
> > \converter "lyxpreview" "xpm" "sh LYXDIR/lib/scripts/lyxpreview2xpm.sh
> > $$i $$o" ""
> >
> > where LYXDIR is ...
>
> Could we fix this somehow properly?
>
> What's the way
On Thu, Jun 27, 2002 at 06:13:32PM +0100, Angus Leeming wrote:
> \converter "lyxpreview" "xpm" "sh LYXDIR/lib/scripts/lyxpreview2xpm.sh $$i $$o" ""
>
> where LYXDIR is ...
Could we fix this somehow properly?
What's the way to access LyX's "own converters" from lib/scripts?
Andre'
--
Those wh
On Thu, Jun 27, 2002 at 07:42:33PM +0200, Juergen Spitzmueller wrote:
> So we don't want the user to be able to switch this feature on GUI-wise?
> (I think André wants to keep it switched off by default)
A preference is fine, but it should be switched off by default.
Andre'
--
Those who desire
On Thu, Jun 27, 2002 at 07:27:51PM +0200, Juergen Spitzmueller wrote:
> I have not tested it, because I don't have preview-latex, but it should work.
Our stuff is currently completely independent of preview-latex.
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will no
Juergen Spitzmueller wrote:
> Angus Leeming wrote:
> > you don't need it. What you do need is this in your preferences file:
Ah, you mean, I don't need preview latex.
Silly me.
Jürgen
Angus Leeming wrote:
> you don't need it. What you do need is this in your preferences file:
>
> \preview true
> \format "lyxpreview" "lyxpreview" "LyX preview" ""
> \converter "lyxpreview" "xpm" "sh LYXDIR/lib/scripts/lyxpreview2xpm.sh $$i
> $$o" ""
>
> where LYXDIR is ...
>
> and it should all
On Thursday 27 June 2002 6:27 pm, Juergen Spitzmueller wrote:
> Anyone interested in a preview latex checkbox in preferences?
> I think LnF -> Misc is the right place.
> I have not tested it, because I don't have preview-latex, but it should
> work.
you don't need it. What you do need is this in
Anyone interested in a preview latex checkbox in preferences?
I think LnF -> Misc is the right place.
I have not tested it, because I don't have preview-latex, but it should work.
Jürgen.
BTW: the fonts in current CVS (after Porto) are HUGE.
Index: src/frontends/xforms/ChangeLog
===
On Thursday 27 June 2002 3:50 pm, Kayvan A. Sylvan wrote:
> On Thu, Jun 27, 2002 at 08:47:02AM +0100, Angus Leeming wrote:
> > On Wednesday 26 June 2002 9:30 pm, Kayvan A. Sylvan wrote:
> > > Anyone look into this? I don't know enough about the make process...
> > >
> > > > ../../src/lyxtextclass.
On Thu, Jun 27, 2002 at 08:47:02AM +0100, Angus Leeming wrote:
> On Wednesday 26 June 2002 9:30 pm, Kayvan A. Sylvan wrote:
> > Anyone look into this? I don't know enough about the make process...
> > > ../../src/lyxtextclass.h:21: lyxlayout_ptr_fwd.h: No such file or
> > > directory
> >
> > This
I have added support for the import package to my lyx 1.2.0 source.
I have created a fourth option in the Include inset for this, that
lets me import a lyx file from a subdirectory. This lets me
use a directory structure with one directory per chapter for a book.
Doing that with "input/include"
On Thu, Jun 27, 2002 at 02:03:49PM +0200, David Kastrup wrote:
> It is quite more than a factor of 10, and we don't have corporate
> sponsors for developer meetings and similar. For that reasons,
> demands that we should
>
> a) develop and code interfaces according to LyX developers' specs
> and
Andre Poenitz <[EMAIL PROTECTED]> writes:
> On Thu, Jun 27, 2002 at 01:10:28PM +0200, David Kastrup wrote:
> > As I already said: we will welcome developers willing to
> > participate in making dvipng support more functionality.
>
> You are searching in the wrong place. I, for instance, have som
> xforms frontend (as am I). All I can say is that I have no problem. Maybe
> it's time to recompile (I seem to remember you telling us that it only
> takes 7 minutes...)
I can confirm jose's report with a clean checkout
Ed.
On Thu, Jun 27, 2002 at 12:35:52PM +0100, Angus Leeming wrote:
> > Does the graphics conversion really run in the background?
>
> Yes. Really.
Have you tried on a large doc? I am wanting several minutes in one case.
> I'm still getting this. Ie it's converting a couple of previews fine but
> b
Is it really necessary to use vectors for the formats and converters
and spend a lot of code on saerching these?
Can't we just use a map and map< pair,
converter> there?
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T
On Thursday 27 June 2002 12:39 pm, José Abílio Oliveira Matos wrote:
> This is what I get:
> (gdb) run
> Starting program: /home/jamatos/lyx-devel/src/lyx
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x4207ac9e in chunk_free () from /lib/i686/libc.so.6
> (gdb) bt
> #0 0x4207ac9e i
On Thursday 27 June 2002 12:38 pm, Andre Poenitz wrote:
> Does the graphics conversion really run in the background?
Yes. Really.
> It still looks like synchrounous conversion...
>
> Andre'
I'm still getting this. Ie it's converting a couple of previews fine but
barfs at the ;lst one because y
On Thursday 27 June 2002 12:39, José Abílio Oliveira Matos wrote:
...
> (gdb) run
> Starting program: /home/jamatos/lyx-devel/src/lyx
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x4207ac9e in chunk_free () from /lib/i686/libc.so.6
Also usefull is:
[12:38][jamatos@rilke:~/lyx-dev
Does the graphics conversion really run in the background?
It still looks like synchrounous conversion...
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)
On Thursday 27 June 2002 12:01, Angus Leeming wrote:
>
> cache_->loader.filename();
Thanks.
> > I had not commited the code, since yesterday it dumped on begin due to
> > the splash screen stuff, that John insert. Is it friday anywhere?
>
> The splash screen works fine for me. Admittedly the r
On Thu, Jun 27, 2002 at 01:10:28PM +0200, David Kastrup wrote:
> As I already said: we will welcome developers willing to participate
> in making dvipng support more functionality.
You are searching in the wrong place. I, for instance, have some
religious aversion against using C when C++ could b
On Thursday 27 June 2002 12:14 pm, José Abílio Oliveira Matos wrote:
> On Wednesday 26 June 2002 11:45, Angus Leeming wrote:
> > Use
> > if (cache_->graphic_.get())
> > cache_->graphic_->filename();
> > Although this code may well change sooner rather than later...
> > Angus
>
> Hi Angus,
>
Dekel Tsur <[EMAIL PROTECTED]> writes:
> On Wed, Jun 26, 2002 at 10:17:56AM +0200, David Kastrup wrote:
> > > > Sure thing. Check out dvipng from the preview-latex CVS: antialiased
> > > > bitmaps which you can request in daemon mode (page selection and
> > > > stuff via pipe instead of command
On Wednesday 26 June 2002 11:45, Angus Leeming wrote:
>
> Use
> if (cache_->graphic_.get())
> cache_->graphic_->filename();
> Although this code may well change sooner rather than later...
> Angus
Hi Angus,
so it appears that it was sooner after all. I had this code working
yeste
On Thu, Jun 27, 2002 at 12:59:27PM +0200, Andre Poenitz wrote:
> On Thu, Jun 27, 2002 at 01:54:59PM +0300, Dekel Tsur wrote:
> > > But then there is always stuff defined in local .sty files...
> >
> > LyX should support defining macros in a different .lyx files.
>
> I know.
>
> But even that's
On Thu, Jun 27, 2002 at 01:54:59PM +0300, Dekel Tsur wrote:
> > But then there is always stuff defined in local .sty files...
>
> LyX should support defining macros in a different .lyx files.
I know.
But even that's not the solution. Either lyx understands all TeX primitives
or we would need t
On Thu, Jun 27, 2002 at 12:40:36PM +0200, Andre Poenitz wrote:
> On Thu, Jun 27, 2002 at 01:36:50PM +0300, Dekel Tsur wrote:
> > I hope we will support 99% of math constructs some day.
>
> But then there is always stuff defined in local .sty files...
LyX should support defining macros in a diffe
On Thu, Jun 27, 2002 at 01:36:50PM +0300, Dekel Tsur wrote:
> On Thu, Jun 27, 2002 at 10:57:18AM +0100, Jules Bean wrote:
> > On Thu, Jun 27, 2002 at 12:26:17PM +0300, Dekel Tsur wrote:
> > >
> > > The math editor already gives a good approximation on hour your formulae
> > > will look, so the ne
On Thu, Jun 27, 2002 at 01:36:50PM +0300, Dekel Tsur wrote:
> I hope we will support 99% of math constructs some day.
But then there is always stuff defined in local .sty files...
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, eithe
On Wed, Jun 26, 2002 at 10:17:56AM +0200, David Kastrup wrote:
> > > Sure thing. Check out dvipng from the preview-latex CVS: antialiased
> > > bitmaps which you can request in daemon mode (page selection and
> > > stuff via pipe instead of command line). That should be hellishly
> > > fast. I'
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
On Thu, Jun 27, 2002 at 10:57:18AM +0100, Jules Bean wrote:
> On Thu, Jun 27, 2002 at 12:26:17PM +0300, Dekel Tsur wrote:
> >
> > The math editor already gives a good approximation on hour your formulae
> > will look, so the need for a preview is much less needed than in emacs.
> > In fact, in my
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
On Thu, Jun 27, 2002 at 12:26:17PM +0300, Dekel Tsur wrote:
>
> The math editor already gives a good approximation on hour your formulae
> will look, so the need for a preview is much less needed than in emacs.
> In fact, in my opinion, the change in display that is performed when
> opening a for
On Thu, Jun 27, 2002 at 06:40:27PM +0900, R. Lahaye wrote:
> Then I get stuck, but when I replace the body of
> math_support.C::searchFont() merely by
>
>fontinfo * searchFont(string const & name)
>{
> return &fontinfos[8];
>}
>
> the problem is solved.
> Are you having any idea
Andre Poenitz <[EMAIL PROTECTED]> writes:
> On Thu, Jun 27, 2002 at 12:26:17PM +0300, Dekel Tsur wrote:
> > The math editor already gives a good approximation on hour your
> > formulae will look, so the need for a preview is much less needed
> > than in emacs. In fact, in my opinion, the change
Andre,
I think I got a bit closer to the culprit!
Step by step I zoomed in on what the SIGSEGV is causing.
In src/mathed/math_factory.C
readSymbols() calls math_font_available(tmp.inset)
math_font_available() calls augmentFont(f, name)
augmentFont() calls searchFont(name)
Then I
On Thu, Jun 27, 2002 at 12:26:17PM +0300, Dekel Tsur wrote:
> The math editor already gives a good approximation on hour your formulae
> will look, so the need for a preview is much less needed than in emacs.
> In fact, in my opinion, the change in display that is performed when
> opening a formul
>
> Also the most salient point of those previews (at least that has
> turned out to be for preview-latex) is to integrate the look of the
> final output into the source, so as to render things more readable.
> Since the elements themselves are lacking fine structure, for editing
> you need the o
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
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
>
>
On Thu, Jun 27, 2002 at 10:21:51AM +0200, Andre Poenitz wrote:
>
> why does that contain a class variable (i.e. some de facto global) Q_
> instead of creating a local queue and pass it around when needed?
I don't know. Change it if you like (I think that Q_ should be passed only
to bfs_init).
On Thu, Jun 27, 2002 at 10:36:06AM +0100, Jan Warnking wrote:
> If a lyx file contains an equation with a label containing a closing
> brace, the lyx file is not parsed correctly in lyx1.2.1cvs.
> [...]
> I don't know why anyone would need to put braces in a label. I came
> across this in a LaTe
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
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
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
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
If a lyx file contains an equation with a label containing a closing
brace, the lyx file is not parsed correctly in lyx1.2.1cvs.
To reproduce, insert in an empty document a display equation. Put some
formula, say "a". Insert a label, say "eq:{T}EST". Save the file. Close
the file. Open it in ly
Looks pretty trivial André:
aleem@pneumon:src-> ./lyx
This is pdfTeX, Version 3.14159-13d (Web2C 7.3.1)
This is dvips(k) 5.86 Copyright 1999 Radical Eye Software (www.radicaleye.com)
' TeX output 2002.06.27:0941' -> preview_EcEeHcEc.eps
. [1]
This is pdfTeX, Version 3.14159-13d (Web2C 7.3.1)
This
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
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
On Thursday 27 June 2002 9:21 am, Andre Poenitz wrote:
> why does that contain a class variable (i.e. some de facto global) Q_
> instead of creating a local queue and pass it around when needed?
>
> Andre'
I believe that Dekel is your man...
why does that contain a class variable (i.e. some de facto global) Q_
instead of creating a local queue and pass it around when needed?
Andre'
--
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)
When the cursor is inside a float, the page up/down keys do not move it
outside the float.
In some situations (wasn't able to reliably reproduce this) the canvas
will be scrolled one page, moving the float off screen as expected, but
the cursor stays inside. Further page up/down's will have no e
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
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
On Wednesday 26 June 2002 9:30 pm, Kayvan A. Sylvan wrote:
> Anyone look into this? I don't know enough about the make process...
> > ../../src/lyxtextclass.h:21: lyxlayout_ptr_fwd.h: No such file or
> > directory
>
> This is probably another omission in the "make dist" rules.
fixed.
> > form_ab
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
On Thu, Jun 27, 2002 at 09:11:10AM +0200, Andre' Poenitz wrote:
> How do I add a converter script for formats a->b to lib/scripts that will
> always be found?
That is, I can call a converter script if it is in the path (by adding a
search for in in lib/configure.m4) but how would I do that with a
76 matches
Mail list logo