Re: InstantPreview on the Wiki

2004-05-26 Thread Christian Ridderström
On Wed, 26 May 2004, Angus Leeming wrote: > I've written an InstantPreview page, to be found here: > > http://wiki.lyx.org/pmwiki.php/Playground/InstantPreview This is simply a matter of copy&paste the source of this page to whereever you want it. I copied&pasted it to this page: http:

Re: InstantPreview on the Wiki

2004-05-26 Thread Angus Leeming
Christian Ridderström wrote: > That should be done by now. Now you should hopefully know that it's > basically a matter of copy&paste + adding an item to ../PageList. > The difficult thing is usually to decide what to call a page... > > Let me know if you have any questions etc. Thanks for the ex

Questions on Instant Preview in 1.3.5

2004-05-26 Thread Angus Leeming
Jean-Marc, I've re-written the 1.3.x script that performs the conversion of latex file to a heap of bitmap images in python so that Win32 users have a chance to use this stuff too. Everything works fine, but I find that I have to use a wrapper script, lyxpreview2bitmap.sh, simply to call the pyth

Maxima supported? (one more time)

2004-05-26 Thread Oleg
Hello, Well, I've asked this then the mailing list was down, so maybe i should repeat. Its about Maxima and other math progs support in LyX, i've found Maxima in Edit menu. But how it works? Works? Maybe in future versions? Or should i configure something? Maxima installed and works with Te

Re: Questions on Instant Preview in 1.3.5

2004-05-26 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Thereafter, to ensure that execvp is happy to run the script, Angus> we must either set its executable bit or pass it to the shell. Angus> I chose the latter option. I guess that it'd be easy enough to Angus> check what type of scr

Re: InstantPreview on the Wiki

2004-05-26 Thread Christian Ridderström
On Wed, 26 May 2004, Angus Leeming wrote: > One thing. Ronald Florence has a rather nice screenshot of LyX on the > Mac with Instant Preview enabled. > He has a small image, aqua_sm.png, which when clicked takes me to a > much larger leaflet at http://www.lyx.org/about/aqua.png > > Can we do tha

Re: [patch] update config files

2004-05-26 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Georg Baum wrote: >> Am Dienstag, 25. Mai 2004 18:50 schrieb Jean-Marc Lasgouttes: >>> Personnally, I get: >>> >>> aclocal: configure.ac: : macro `AM_NLS' not found in library >> me too, and a lot more. >> >> This is automake 1.7

Re: Questions on Instant Preview in 1.3.5

2004-05-26 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > What would be wrong with setting the execute bit properly? We do > that for lyx2lyx, don't we? Nothing is wrong with doing that. If we set the executable bit, then the code in LyX itself requires a trivial change: // The conversion command. ostringstr

Re: [patch] update config files

2004-05-26 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > | Angus> Georg Baum wrote: >>> Am Dienstag, 25. Mai 2004 18:50 schrieb Jean-Marc Lasgouttes: Personnally, I get: aclocal: configure.ac: : macro `AM_NLS' not found in libra

Re: Questions on Instant Preview in 1.3.5

2004-05-26 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc Lasgouttes wrote: >> What would be wrong with setting the execute bit properly? We do >> that for lyx2lyx, don't we? Angus> Nothing is wrong with doing that. If we set the executable bit, Angus> then the code in LyX itsel

Re: Questions on Instant Preview in 1.3.5

2004-05-26 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: >>> What would be wrong with setting the execute bit properly? We do >>> that for lyx2lyx, don't we? > > Angus> Nothing is wrong with doing that. If we set the executable > bit, Angus> then the code in LyX itself requires a trivial change: > > This looks good. > > Rem

Re: Questions on Instant Preview in 1.3.5

2004-05-26 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Jean-Marc Lasgouttes wrote: What would be wrong with setting the execute bit properly? We do that for lyx2lyx, don't we? >> >> Angus> Nothing is wrong with doing that. If we set the executable >> bit, Angus> then the code in LyX itself require

Re: Questions on Instant Preview in 1.3.5

2004-05-26 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Note that it is "make install" that should set the exec bit Lars> correctly. Yes (but having it correct in the distribution does not hurt to run without install). JMarc

Re: Questions on Instant Preview in 1.3.5

2004-05-26 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> How confident are you that it works? Are there differences in what >> they do, or are they equivalent? Angus> They're equivalent. At least that was the aim. Both use latex, Angus> dvips, gs and, optionally, pnmcrop. The shell script us

Re: Questions on Instant Preview in 1.3.5

2004-05-26 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> Note that it is "make install" that should set the exec bit | Lars> correctly. > | Yes (but having it correct in the distribution does not hurt to run | without install). Su

Re: Questions on Instant Preview in 1.3.5

2004-05-26 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Sure, but to make sure that it is set, it might be best to add a Lars> couple of commands to autogen.sh? The situation I am worrying about is people applying a patch from 1.3.4 to 1.3.5. The file will not have executable bit se

Re: InstantPreview on the Wiki

2004-05-26 Thread Angus Leeming
Christian Ridderström wrote: > Yes, I've fixed that (I had to since the larger file was just a > little bit too big to be uploaded using the normal mechanism. > RedHat/Apache imposes a limit of 1MB for some reason). Anyway, after > uploading the files to InstantPreviwe/, I created the link with the

Re: [patch] Updating gettext

2004-05-26 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > It has been a while since we did this the last time, so we might > have so nits after it is done. But all in all I think newer gettext > works better with autoconf/automake than older ones. > > Anyway... the patch is _huge_, but I'll let you have a look at it > anyway

Re: [patch] Updating gettext

2004-05-26 Thread Angus Leeming
Angus Leeming wrote: > $ ./autogen.sh > Using autoconf (GNU Autoconf) 2.57 > Locating GNU m4... /usr/bin/m4 > Generate acinclude.m4... done. > Building macros... > . > lib/reLyX > aclocal: couldn't open directory `m4': No such file or directory > done. Here's the patch: $ cvs -q d

Re: [patch] Updating gettext

2004-05-26 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > It has been a while since we did this the last time, so we might > have so nits after it is done. But all in all I think newer gettext > works better with autoconf/automake than older ones. > > Anyway... the patch is _huge_, but I'll let you have a look at it > anyway

Re: [patch] Updating gettext

2004-05-26 Thread Angus Leeming
Angus Leeming wrote: > cp libgnuintl.h libintl.h > cp: cannot stat `libgnuintl.h': No such file or directory Hmmm. libgnuintl.h exists, but in the intl directory in the src tree, not in the build tree. If I create a synlink build/intl/libgnuintl.h -> src/intl/libgnuintl.h Then everything

Re: InstantPreview on the Wiki

2004-05-26 Thread Christian Ridderström
On Wed, 26 May 2004, Angus Leeming wrote: > Christian Ridderström wrote: > > Yes, I've fixed that (I had to since the larger file was just a > > little bit too big to be uploaded using the normal mechanism. > > RedHat/Apache imposes a limit of 1MB for some reason). Anyway, after > > uploading the

Re: [patch] Updating gettext

2004-05-26 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Angus Leeming wrote: >> cp libgnuintl.h libintl.h >> cp: cannot stat `libgnuintl.h': No such file or directory > | Hmmm. libgnuintl.h exists, but in the intl directory in the src tree, | not in the build tree. If I create a synlink | build/intl/

Access wiki files through ftp.lyx.org?

2004-05-26 Thread Christian Ridderström
Hi I think the current interface for uploading/downloading files from the wiki is a bit clumsy. Would it be possible to take advantage of the fact that there already is an ftp-server on lyx.org? I'm wondering both about downloading and uploading, i.e. * Allowing people to browse/download wiki fi

make distcheck not working

2004-05-26 Thread Lars Gullik Bjønnes
make distcheck is not working. I have not begun to investigate yet but this is the errors I get (or some of them): ../../../../src/frontends/xforms/FormFiledialog.C:835: error: invalid use of undefined type `struct lyx::frontend::FD_filedialog' ../../../../src/frontends/xforms/FormFiledialog.