I use Lyx for creating business forms and it was bliss for the last six
months.
Unfortunately, recently none of my previous Lyx documents which always
worked would compile to a dvi.
It now create hordes of error messages due to the presence of tables.
There are many (such as missing endgroup etc)
No time (it is still weekend :-) to test the patch. But the exact
reason for the auto entries is to tell lyx we want autoview for
certain formats, not for all entries with "" viewer.
Cheers,
Bo
On Sun, May 14, 2006 at 10:58:54PM +0200, Jean-Marc Lasgouttes wrote:
> > "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
>
> >> Why do you need configure.py to set "auto" entries? Isn't it enough
> >> to rely on canOpenFile in LyX itself?
>
> OK, I finally managed to put my finger on why I do n
On Sat, May 13, 2006 at 12:52:04PM +0200, Andre Poenitz wrote:
> On Thu, May 11, 2006 at 10:44:41PM +0200, Enrico Forestieri wrote:
> > On Thu, May 11, 2006 at 09:55:21PM +0200, Andre Poenitz wrote:
> > > On Thu, May 11, 2006 at 01:24:44PM +0200, Enrico Forestieri wrote:
> > > > All of this becaus
Hi
Just visited the www.lyx.org site. The screenshots on aren't loading. By the
way Lyx looks great and I am going to get it.
Cheers
Mark Kortink
Jean-Marc Lasgouttes wrote:
If we can support Win9x, we should. Isn't there some kind way to fall
back to AddFontResource when it is the only one available?
Anyway Joost, I'll let you decide.
Let's not make things too complicated and go for AddFontResource and
RemoveFontResource. The attached
Jean-Marc Lasgouttes wrote:
"Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Paul A. Rubin <[EMAIL PROTECTED]> writes:
Thanks, Georg. Unfortunately, the Windows distribution of LyX (at
least Angus's version) doesn't include qtconfig. I infer from its
absence that font choices are ei
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:
>> Why do you need configure.py to set "auto" entries? Isn't it enough
>> to rely on canOpenFile in LyX itself?
OK, I finally managed to put my finger on why I do not like the
setting of auto in configure.py: first it complicates the code and
more
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Paul A. Rubin <[EMAIL PROTECTED]> writes:
>> Thanks, Georg. Unfortunately, the Windows distribution of LyX (at
>> least Angus's version) doesn't include qtconfig. I infer from its
>> absence that font choices are either compiled int
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
>> Win98/Me are currently not supported, so maybe we should indeed
>> use AddFontResourceEx. Or is LyX 1.5 with Qt4 going to support
>> 98/Me?
Abdelrazak> At least it seems to work fine right now on Windows Me. So
Abdelrazak> if
Angus Leeming wrote:
Perhaps ping Joost to suggest that his reworking of the installers includes
qtconfig?
It looks like the Windows version of qtconfig only allows you to change
the complete GUI style, not the fonts.
Joost
On Sun, May 14, 2006 at 04:00:59PM +0200, Jean-Marc Lasgouttes wrote:
> > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:
>
> Enrico> There is no problem in the final link stage, because libtool
> Enrico> is used. This is independent of --with-x or --without-x. I get
> Enrico> it ri
Bo Peng wrote:
Please remove the SConsign line for now (at the end of SConstruct). I
already notice this but the fix is among a big untested patch.
this
scons CCFLAGS=-O3 frontend=qt4
extra_inc_path=c:/programs/Aspell-0.60.4/include
extra_lib_path=c:/programs/Aspell-0.60.4/lib logfile=logfil
Paul A. Rubin <[EMAIL PROTECTED]> writes:
> Thanks, Georg. Unfortunately, the Windows distribution of LyX (at least
> Angus's version) doesn't include qtconfig. I infer from its absence
> that font choices are either compiled into LyX or are done by the Qt DLL
> based on some algorithm.
Perha
Joost Verburg a écrit :
Jean-Marc Lasgouttes wrote:
You could do it in FontLoader destructor, I guess. Of course, it is
not very symmetrical, but I do not think initFontPath could be
called in FontLoader constructor (the lyxdir is not known at this
point).
Of course, if we used AddFontResourceE
Jean-Marc Lasgouttes wrote:
You could do it in FontLoader destructor, I guess. Of course, it is
not very symmetrical, but I do not think initFontPath could be
called in FontLoader constructor (the lyxdir is not known at this
point).
Of course, if we used AddFontResourceEx... ;)
Win98/Me are cu
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes:
Joost> Joost Verburg wrote:
>> Attached the new patch for 1.4 with the code moved to the qt2
>> frontend. Is this OK?
Joost> It would be better to also remove the font resources when
Joost> closing LyX. How should I add an unload function
Jean-Marc Lasgouttes a écrit :
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> No, I don't provide any library by hand. That's because I
Abdelrazak> compile dynamically against Qt3 (and Qt4).
So when linking dynamically, dlls know what other dlls they nee
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> No, I don't provide any library by hand. That's because I
Abdelrazak> compile dynamically against Qt3 (and Qt4).
So when linking dynamically, dlls know what other dlls they need?
JMarc
Joost Verburg wrote:
Attached the new patch for 1.4 with the code moved to the qt2 frontend.
Is this OK?
It would be better to also remove the font resources when closing LyX.
How should I add an unload function for this FontLoader?
Joost
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Guess how I found the files? The problem was that I only
Georg> grepped in src. I am going to commit this updated patch. I did
Georg> not change intl (I think it is copied verbatim from gettext),
Georg> and I did neither change the FAQ
Jean-Marc Lasgouttes a écrit :
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Im am not sure what you are doing but please do not forget
Abdelrazak> that the gcc mingw target work fine so please localize
Abdelrazak> your change to the cygwin platform (including gcc
A
Am Sonntag, 14. Mai 2006 16:03 schrieb Jean-Marc Lasgouttes:
> > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
>
> Georg> Since OS/2 is dead and LyX does not work on it anymore for
> Georg> several years I propose to remove the remaining bits. OK?
>
> I'd say yes. You should use grep to s
Am Samstag, 13. Mai 2006 13:37 schrieb Andre Poenitz:
> So you mean dropping the half-baked \xymatix support would be a good
> idea?
Yes, if unknown array-like environments would work. That is not the case,
and therefore my original statement is not correct. We should enhance the
math parser to
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes:
Michael> BTW: Didn't we decide to drop xforms support after LyX 1.4?
Not yet.
JMarc
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Since OS/2 is dead and LyX does not work on it anymore for
Georg> several years I propose to remove the remaining bits. OK?
I'd say yes. You should use grep to see whether other instances exist.
A good example is lyx.man.
JMarc
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes:
Georg> Am Freitag, 12. Mai 2006 17:24 schrieb Jean-Marc Lasgouttes:
>> Since it eventually uses unitFromString, I'd say it uses LyX
>> format.
Georg> Thanks. I think I now understand why it works, and am going to
Georg> add the attached docu
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:
Enrico> There is no problem in the final link stage, because libtool
Enrico> is used. This is independent of --with-x or --without-x. I get
Enrico> it right in both cases. The problem is in the recognition of
Enrico> the "Qt library n
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Im am not sure what you are doing but please do not forget
Abdelrazak> that the gcc mingw target work fine so please localize
Abdelrazak> your change to the cygwin platform (including gcc
Abdelrazak> -mno-cygwin).
Wh
> yes
Then wait for Bo :-(
Please remove the SConsign line for now (at the end of SConstruct). I
already notice this but the fix is among a big untested patch.
Bo
PS: I am not officially back to work now.
Edwin Leuven a écrit :
Abdelrazak Younes wrote:
Did you install the python win32 extension?
http://sourceforge.net/project/showfiles.php?group_id=78018
http://python.net/crew/skippy/win32/
yes
Then wait for Bo :-(
Abdel.
Abdelrazak Younes wrote:
Did you install the python win32 extension?
http://sourceforge.net/project/showfiles.php?group_id=78018
http://python.net/crew/skippy/win32/
yes
Edwin Leuven a écrit :
this is what i get:
C:\svn\development\scons>scons qt_dir=c:/programs/Qt/4.1.2 mode=release
scons: Reading SConscript files ...
TypeError: can only concatenate list (not "str") to list:
File "SConstruct", line 412:
env.AppendUnique(CPPPATH = env['QT_INC_PATH'])
Fi
this is what i get:
C:\svn\development\scons>scons qt_dir=c:/programs/Qt/4.1.2 mode=release
scons: Reading SConscript files ...
TypeError: can only concatenate list (not "str") to list:
File "SConstruct", line 412:
env.AppendUnique(CPPPATH = env['QT_INC_PATH'])
File "C:\programs\Python24
Sreekumar Bhaskaran {msbad084} a écrit :
To add to my previous comment: The delete button gets activated when I click on the
"full author list" box. The citation style also comes back then
Year, I've written in the Wiki that the Citation dialog is not ready.
You have been warned ;-)
That s
Edwin Leuven a écrit :
guess this one is for bo or abdel
i try to get lyx to build on windows
i installed
- python
- scons
- msys
- qt
- mingw
- zlib, libiconv, bzip2 (installed in the mingw dir)
simply calling
C:\svn\development\scons>scons frontend=qt4
gives me this error:
IOError: [Errn
guess this one is for bo or abdel
i try to get lyx to build on windows
i installed
- python
- scons
- msys
- qt
- mingw
- zlib, libiconv, bzip2 (installed in the mingw dir)
simply calling
C:\svn\development\scons>scons frontend=qt4
gives me this error:
IOError: [Errno 2] No such file or dir
37 matches
Mail list logo