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:
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
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
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
> "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
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
> "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
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
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
> "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
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
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
> "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
> "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
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
> "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
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
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
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
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
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
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
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/
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 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.
25 matches
Mail list logo