On 03/11/2010 11:31 AM, Chris Reynolds wrote:
Hello,
We would like to donate to the LyX Project and become your official
sponsors. Could someone in charge of such questions get back to me with our
options.
Hello Chris,
Donation from company has been done once in the past, to sponsor a
de
On 03/12/2010 04:57 AM, BH wrote:
On Thu, Mar 11, 2010 at 2:37 PM, Vincent van Ravesteijn
wrote:
I'm not sure if you've already implemented these changes. If so, I
don't see any effect and thought it worth reporting that.
If not, well ... I'll just wait until you do. No hurry.
BH
Steve Litt wrote:
> Hi all,
>
> Did I ever mention how much I like LyX? It's wonderful. I'm writing my new
> book right now, and LyX is so easy and transparent that I'm pounding out an
> average of 3,000 words per day. LyX just stays out of your way and let's you
> whomp out content. It's great.
On Thu, Mar 11, 2010 at 2:37 PM, Vincent van Ravesteijn
wrote:
>
>> I'm not sure if you've already implemented these changes. If so, I
>> don't see any effect and thought it worth reporting that.
>>
>> If not, well ... I'll just wait until you do. No hurry.
>>
>> BH
>>
>
> I've committed some chan
In LyX 2.0svn open the menu Tools->Preferences->Output->LaTeX
You can see that the text fields don't have a uniform left border.
(I would have fixed this right now but my Qt designer currently doesn't work.)
regards Uwe
> I assume Uwe wanted the height of the cell content *in the output*
No, I want to calculate the cell height as drawn in LyX. (Exactly as Vincent
replied me)
thanks and regards
Uwe
On Fri, Mar 12, 2010 at 02:18:40AM +0100, for...@lyx.org wrote:
> Author: forenr
> Date: Fri Mar 12 02:18:39 2010
> New Revision: 33723
> URL: http://www.lyx.org/trac/changeset/33723
>
> Log:
> Fix command line parsing and allow unicode arguments for tex2lyx on Windows.
Jürgen, this is also neede
Am 11.03.2010 21:25, schrieb Vincent van Ravesteijn:
I want to fix the vertical alignment bugs in LyX 1.6 and also trunk.
To be able to do this, I need to calculate the height of the content
of the current cell (not the height of the row). How is this done?
tabular.cellInset(cell)->metrics(m,
On Thu, Mar 11, 2010 at 05:22:36PM +0100, Vincent van Ravesteijn wrote:
> Enrico,
>
> 1.
>
> Tex2lyx is not working for me anymore. This is caused by the assertion
> introduced in r33561:
>
> __wgetmainargs(&argc_, &argv_, &envp, -1, &newmode);
> LASSERT(argc == argc_, /**/);
>
> If I call "tex2
Vincent van Ravesteijn wrote:
> When I try to compile branch with cmake I get the following error:
>
> pcheaders.h(41) : fatal error C1083: Cannot open include file:
> 'boost/test/utils/nullstream.hpp': No such file or directory
>
> This is wat pcheaders.h says:
>
> # include
>
> This file re
On Thu, Mar 11, 2010 at 05:22:36PM +0100, Vincent van Ravesteijn wrote:
> Enrico,
>
> 1.
>
> Tex2lyx is not working for me anymore. This is caused by the assertion
> introduced in r33561:
>
> __wgetmainargs(&argc_, &argv_, &envp, -1, &newmode);
> LASSERT(argc == argc_, /**/);
>
> If I call "tex2
On 11/03/2010 4:12 PM, Jean-Marc Lasgouttes wrote:
Le 09/03/2010 14:00, rgheck a écrit :
I took a look at it and there are things like \...@expandtwoargs that I do
not understand. But Julien, if you are sure you know what you are doing
here, it is OK.
I can explain that particular line:
\...@
On 2010-03-11, Vincent van Ravesteijn wrote:
> Uwe Stöhr schreef:
>> > I want to fix the vertical alignment bugs in LyX 1.6 and also trunk.
>> > To be able to do this, I need to calculate the height of the content
>> > of the current cell (not the height of the row). How is this done?
>> Edwin, A
On 03/11/2010 04:11 PM, v...@lyx.org wrote:
Author: vfr
Date: Thu Mar 11 22:11:03 2010
New Revision: 33720
URL: http://www.lyx.org/trac/changeset/33720
Log:
Fix the InsetBranchParams::read function after that the '\n' was removed from
params2string in r33710.
Thanks.
There's a lot more c
Hi all,
Did I ever mention how much I like LyX? It's wonderful. I'm writing my new
book right now, and LyX is so easy and transparent that I'm pounding out an
average of 3,000 words per day. LyX just stays out of your way and let's you
whomp out content. It's great.
Thanks to the developers fo
Le 09/03/2010 14:00, rgheck a écrit :
FYI, I've had a look at this and will make some comments and/or go ahead
and commit. But I'm tied up with the Qt 4.6.x crashes at the moment.
JMarc, could you have a look at the TeX-related parts of the patch?
I took a look at it and there are things like
Uwe Stöhr schreef:
> I want to fix the vertical alignment bugs in LyX 1.6 and also trunk.
> To be able to do this, I need to calculate the height of the content
> of the current cell (not the height of the row). How is this done?
Edwin, Abdel, Vincent, do you have any hint for me how this can b
This patch adds a backtrace helper.
1) On LASSERTS it will pop-up a dialog notifying the user an assert
has occurred and that a back-trace has been generated. It will then
continue. There were some arguments for aborting LyX, but I think they
were made on the understanding that aborting LyX was the
> I want to fix the vertical alignment bugs in LyX 1.6 and also trunk.
> To be able to do this, I need to calculate the height of the content
> of the current cell (not the height of the row). How is this done?
Edwin, Abdel, Vincent, do you have any hint for me how this can be done?
thanks and r
I'm not sure if you've already implemented these changes. If so, I
don't see any effect and thought it worth reporting that.
If not, well ... I'll just wait until you do. No hurry.
BH
I've committed some changes in http://www.lyx.org/trac/changeset/33716.
- No more Drawers,
- ProgressView
When I try to compile branch with cmake I get the following error:
pcheaders.h(41) : fatal error C1083: Cannot open include file:
'boost/test/utils/nullstream.hpp': No such file or directory
This is wat pcheaders.h says:
# include
This file really does not exist.
Vincent
Enrico,
1.
Tex2lyx is not working for me anymore. This is caused by the assertion
introduced in r33561:
__wgetmainargs(&argc_, &argv_, &envp, -1, &newmode);
LASSERT(argc == argc_, /**/);
If I call "tex2lyx -sysdir /path/to/lib -f test.tex", argc = 2 while
argc_ = 5.
2.
When I call "lyx
On 3/11/2010 8:34 AM, Uwe Stöhr wrote:
I already use LyXLauncher. I only invented the batch file that calls
LyXLauncher, to avoid the LANG variable issue. When LANG is not set on a
PC, your solution works fine. When it is set, I don't have another idea
than to remove it when installing LyX. But t
So, here it is. This takes us down to three calls to updateBuffer():
1. The "main" call, and ideally the only one we would need, is in
GuiApplication::dispatch(), after the dispatch cycle has completed.
2. A call in Buffer::reload(), before the call to Buffer::changed().
Without this, we can
Le 10/03/2010 23:39, Abdelrazak Younes a écrit :
The problem is that it modifies stuff outside of the cell itself.
Such as?
Vincent made the same argument but I fail to see where this is true. For
longtable, we iterate through the rows and the collumns to see if header
of firstheader is set. F
> I think it may be better to put this in an application like the
> LyXLauncher that I made for my installer. AFAIK with a batch file you
> get an ugly pop-up window.
I already use LyXLauncher. I only invented the batch file that calls
LyXLauncher, to avoid the LANG variable issue. When LANG is
Hello,
We would like to donate to the LyX Project and become your official
sponsors. Could someone in charge of such questions get back to me with our
options.
Thanks in advance.
Chris R.
27 matches
Mail list logo