The default search list for a pdf previewer (in lib/configure.m4) goes
gv ghostview xpdf, or some such - xpdf is definitely last. xpdf is a
*much* nicer pdf previewer than ghostview. I'd like to suggest that it
be moved in front of the two ghostview entries.
Thanks,
http:
Luis Rivera wrote:
> Angus,
>
> Since tex2lyx is a console application, I guess I only need gcc+mingw,
> plus the source code. If that's right, I may try...
Great!
There's a shell script on the http://wiki.lyx.org/LaTeX/LatexToLyx page,
make_tex2lyx_dist.sh, that should make it trivially easy t
Jean-Marc,
the attached patch enables LyX 1.3.x to at least fire up under Win98.
Whether the resulting executable is any use is a separate issue, as
mentioned here: http://wiki.lyx.org/Windows/LyX136experimental#win98
The patch does three things:
1. Ensures that various char arrays have max size
Angus,
Since tex2lyx is a console application, I guess I only need gcc+mingw,
plus the source code. If that's right, I may try...
Luis
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hello,
I posted the same report (some failure on tex2lyx) three times by
mistake. The Gmane mailing archives are delayed, and I couldn't verify
my posting there, but on MARC.
I apologize.
Luis.
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has th
Hello,
I tried to run tex2lyx on win95/98, without success. The programs
crashed crying as follows:
On win95
The TEX2LYX.EXE file is linked to missing export
KERNEL32.DLL:GetFileAttributesExA
On win98
The TEX2LYX.EXE file is linked to missing export
SHELL32.DLL:SHGetFolderPathA
This bug seem
Luis Rivera wrote:
> Hello,
>
> I tried the tex2lyx binary posted on the wiki on my win95/98 machines
> (Intel486/16Mb RAM; Pentium4/32Mb RAM, respectively), and it didn't work.
>
> On crash landing it produced the following errors:
>
> "The TEX2LYX.EXE file is linked to missing export
> KERNEL
Hello,
I downloaded from the wiki and tried to run tex2lyx on win95 and win98, and it
didn't run.
The executable crashed on win95 crying
"The tex2lyx.exe file is linked to missing export
kernel32.dll:GetFileAttributesExA"
On win98 it groaned
"The tex2lyx.exe file is linked to missing export
Hello,
I tried the tex2lyx binary posted on the wiki on my win95/98 machines
(Intel486/16Mb RAM; Pentium4/32Mb RAM, respectively), and it didn't work.
On crash landing it produced the following errors:
"The TEX2LYX.EXE file is linked to missing export
KERNEL32.DLL:GetFileAttributesExA"
on win
Jean-Marc Lasgouttes wrote:
> So the test only works by chance, because a tabular cell is the only
> insettext that is not subclassed, right?
Let's say the test "sort of" works. I think the reason for bug 1952 is that
isMainText() returns true _inside_ a tabular cell after undo. I don't know
wh
Vladimir Prus wrote:
>>> Personally, I'm quite comfortable with this small extra spacer. Are
>>> you?
>>
>> Maybe, you can just copy-paste KDE code?
>>
>>void KToolBar::setFullSize(bool flag )
>>{
>> setHorizontalStretchable( flag );
>> setVerticalStretchable( flag );
>>}
On Thu, Sep 08, 2005 at 03:26:18PM +0200, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> Martin> I just updated the patch in bugzilla to reflect Georg's
> Martin> correction.
>
> Please commit it.
>
> JMarc
Done. Thanks!
- Martin
pgpWGH2vKCYXo.
Bennett Helm wrote:
> Now that I've finally got cvs set up again, I notice that there's a
> problem with configure on machines without gawk (like Mac OS X).
> Although the code starting at line 1904 correctly finds that I don't
> have gawk, mawk, or nawk but do have awk, and although ac_cv_prog_AW
Now that I've finally got cvs set up again, I notice that there's a
problem with configure on machines without gawk (like Mac OS X).
Although the code starting at line 1904 correctly finds that I don't
have gawk, mawk, or nawk but do have awk, and although ac_cv_prog_AWK
is properly set to
On Sep 8, 2005, at 8:26 AM, Jean-Marc Lasgouttes wrote:
"Jean-Marc" == Jean-Marc Lasgouttes [EMAIL PROTECTED]> writes:
Bennett> This patch enables lyx to compile, but the result crashes on
Bennett> launch. Here's the gdb output:
Jean-Marc> Let's see if we can get this one going.
Jean-Marc>
Jean-Marc Lasgouttes wrote:
> You can apply this to 1.3.7, and the equivalent one to 1.4.0.
Done.
Jürgen
Pol wrote:
> However the stripped down executable is very large, about 11 megabytes.
> What is wrong?
I forgot to add that i am compiling lyx 1.4
The compiled lyx 1.4 executable from cvs, last april, was 4.2 megabytes;
but in that case compilation had been accoplished on ordinary intel
desktop
Vladimir Prus wrote:
>> Personally, I'm quite comfortable with this small extra spacer. Are
>> you?
>
> Maybe, you can just copy-paste KDE code?
>
>void KToolBar::setFullSize(bool flag )
>{
> setHorizontalStretchable( flag );
> setVerticalStretchable( flag );
>}
Oops, r
Pol wrote:
> However the stripped down executable is very large, about 11 megabytes.
> What is wrong?
I forgot to add that i am compiling lyx 1.4
The compiled lyx 1.4 executable from cvs, last april, was 4.2 megabytes;
but in that case compilation had been accoplished on ordinary intel
desktop
Jean-Marc Lasgouttes wrote:
>> "Georg" == Georg Baum
>> <[EMAIL PROTECTED]>
>> writes:
>
> Georg> Thanks for the hint, that was easy. The attached patch fixes
> Georg> the problem for lyxline insets (which is BTW now bug 2014:
> Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2014).
>
Angus Leeming wrote:
> Jean-Marc Lasgouttes wrote:
>> Angus> Here's the (much simpler) patch for 1.4 too.
>
>> What happens when two toolbars are put on the same line? How does
>> the filler behave?
>
> It appears to create a small, but non-zero spacer. Try the attached,
> changing the "#if 0" t
Jean-Marc Lasgouttes wrote:
> Angus> Here's the (much simpler) patch for 1.4 too.
> What happens when two toolbars are put on the same line? How does
> the filler behave?
It appears to create a small, but non-zero spacer. Try the attached,
changing the "#if 0" to "#if 1" to see the difference.
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Jean-Marc Lasgouttes wrote:
>> Concerning this
>>
>> + // there's obviously no better way to omit indendation
>> in tabular cells :-( + && (par.ownerCode() !=
>> InsetBase::TEXT_CODE || isMainText())
Angus Leeming wrote:
> > Read: I did not find any other way.
>
> Your original statement reads as: Obviously, you complete idiot, this
> is the best possible way to omit indentation in tabular cells.
>
> Jean-Marc's suggestion reads as: There may be a better way to do this,
> but I couldn't find it
Juergen Spitzmueller wrote:
>> // there's obviously no better way to omit indendation
>> // in tabular cells :-(
>> Do you mean "there is no obvious better way"?
> Read: I did not find any other way.
Your original statement reads as: Obviously, you complete idiot, this
is the best possible way t
Jean-Marc Lasgouttes wrote:
> Juergen> Jean-Marc Lasgouttes wrote: // This is correct and always
> Juergen> safe. // (See Meyer's Effective STL, Item 28.) return
> Juergen> (++rit).base();
>>> Isn't it possible to fix this instead? I agree that the code is
>>> not very clear...
>
> Juergen> I can
Jean-Marc Lasgouttes wrote:
> Juergen> Jean-Marc Lasgouttes wrote: // This is correct and always
> Juergen> safe. // (See Meyer's Effective STL, Item 28.) return
> Juergen> (++rit).base();
>>> Isn't it possible to fix this instead? I agree that the code is
>>> not very clear...
>
> Juergen> I can
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Jean-Marc Lasgouttes wrote: // This is correct and always
Juergen> safe. // (See Meyer's Effective STL, Item 28.) return
Juergen> (++rit).base();
>> Isn't it possible to fix this instead? I agree that the code is
>> not
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> I just updated the patch in bugzilla to reflect Georg's
Martin> correction.
Please commit it.
JMarc
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Jean-Marc Lasgouttes wrote:
Helge> Now there may be good reasons for not supporting an old
Helge> customized file, and a popup error for this might be
>> overkill.
>>
Helge> Still, how about adding something like this to the error
Jean-Marc Lasgouttes wrote:
> Juergen> // This is correct and always safe. // (See Meyer's Effective
> Juergen> STL, Item 28.) return (++rit).base();
>
> Isn't it possible to fix this instead? I agree that the code is not
> very clear...
I cannot fix it, because I don't understand it (and I certai
Jean-Marc Lasgouttes wrote:
> Concerning this
>
> + // there's obviously no better way to omit indendation in
> tabular cells :-( + && (par.ownerCode() != InsetBase::TEXT_CODE
> || isMainText())
>
> Do you mean "there is no obvious better way"?
Read: *I* did not find any other
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> We should take the oppurtunito to move the devel www-site into
Lars> the user one. So that we only have one...
Do you want to keep the web sites separates from the user POV? Merging
them will be a lot of work.
JMarc
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Here's the (much simpler) patch for 1.4 too.
What happens when two toolbars are put on the same line? How does the
filler behave?
JMarc
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Lars Gullik Bjønnes wrote:
>> please keep the alignment change out of this.
Juergen> OK. Modified patch is attached.
You can apply this to 1.3.7, and the equivalent one to 1.4.0.
JMarc
On Thu, Sep 08, 2005 at 02:33:17PM +0200, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> Martin> Here finally the full updated patch. You will see that I
> Martin> include chunks to the he.po file... I don't want to do this,
> Martin> but this patch
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Juergen Spitzmueller wrote:
>> > But I might be in favour.
>>
>> I'll have a look.
Juergen> Here is the patch. Works like a charme, except for
Juergen> insettabular. I did not find a way to let the tabular cell's
Juerge
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> The attached patch fixes bug 2002 (citation "find backwards"
Juergen> skips one entry). I'm not really sure about the cause of the
Juergen> bug, but I suppose the following line in biblio.C makes find
Juergen> backward sk
On Thu, 2005-09-08 at 14:33 +0200, Jean-Marc Lasgouttes wrote:
> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
>
> Martin> Here finally the full updated patch. You will see that I
> Martin> include chunks to the he.po file... I don't want to do this,
> Martin> but this patch moves f
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes:
Michael> I have prepared a patch for 1.3 (see attachment). If you like
Michael> it, please let me know.
I'd rather not change bindings in 1.3.x. It is not worth it.
JMarc
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes:
Michael> Hello, I have added support for the great tex4ht converter
Michael> (which generates HTML especially well-suited for MS Word).
Michael> Enclosed please find a patch against 1.4.0. It also polishes
Michael> some comments (pure
Jean-Marc Lasgouttes wrote:
> Helge> Now there may be good reasons for not supporting an old
> Helge> customized file, and a popup error for this might be
> overkill.
>
> Helge> Still, how about adding something like this to the error
> Helge> message: "(Perhaps this file was customized for an old
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Thanks for the hint, that was easy. The attached patch fixes
Georg> the problem for lyxline insets (which is BTW now bug 2014:
Georg> http://bugzilla.lyx.org/show_bug.cgi?id=2014).
Georg> OK to commit?
This looks good, although what
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes:
Helge> Now there may be good reasons for not supporting an old
Helge> customized file, and a popup error for this might be overkill.
Helge> Still, how about adding something like this to the error
Helge> message: "(Perhaps this file was c
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
Martin> Here finally the full updated patch. You will see that I
Martin> include chunks to the he.po file... I don't want to do this,
Martin> but this patch moves functionality out to he.po that was
Martin> previously (in lyx-1.2) hardwi
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
Bennett> This patch enables lyx to compile, but the result crashes on
Bennett> launch. Here's the gdb output:
Jean-Marc> Let's see if we can get this one going.
Jean-Marc> Bennett, could you retry with the following patch (on
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Bennett> On Aug 5, 2005, at 12:13 PM, Jean-Marc Lasgouttes wrote:
>> Indeed. So an alternative would be to add #include to
>> user.hpp, right?
>>
>> Bennett, in case I am right, could you try this patch instead of
>> the previous one?
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Apply it...
I applied it, and further testing shows that I still have to learn
about operator precedence :)
I am going to apply the following patch now.
JMarc
Index: src/ChangeLog
Hi
I have just (apparently) successfully compiled lyx from cvs, using
% ./configure --enable-shared--with-frontend=qt
--with-qt-includes=/usr/share/qt3/include
--with-qt-libraries=/usr/share/qt3/lib
% make install-strip
where '%' il my terminal prompt on debian laptop, with gcc 4.0.2
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> No, but I dug it out again last night. Here's the updated patch
Angus> which I'll apply shortly to the 1.4 tree.
Great! I was going to do it :)
JMarc
Jean-Marc Lasgouttes wrote:
> Angus> Michael Schmitt wrote:
>>> Hi Angus, what happened to the "spell checker" patch?
> Angus> Jean-Marc has it. He's on holiday...
> It is always my fault...
> Angus> Ok, Ok, I'll apply it. Modulo the "history" changes that Lars
> Angus> didn't want.
> Did you?
On Thursday 08 September 2005 08:35, you wrote:
> > Maybe you could add this as a bug report to http://bugzilla.lyx.org so
> > that the problem doesn't get lost.
>
> I can't get an account!
>
> I tried to do so with my mail ([EMAIL PROTECTED]) but the server
> didn't send me anything. I also tried
52 matches
Mail list logo