Hi,
I think this is a bug. Could someone please reproduce this before I fill a
report. See attachments.
Document class: KOMA-script article, biblatex bibliography, biber backend
Inserting a reference entry that has *two authors* results in an intext
citation *Author et al.* in the LyX i
On 03/18/2015 07:43 PM, Enrico Forestieri wrote:
On Wed, Mar 18, 2015 at 09:42:58PM +0100, Jean-Marc Lasgouttes wrote:
Le 18/03/15 19:14, Enrico Forestieri a écrit :
LyX uses gunzip for uncompressing a gzipped file. Most probably, that
could be also directly done in memory by using zlib, but I
On Wed, Mar 18, 2015 at 09:42:58PM +0100, Jean-Marc Lasgouttes wrote:
> Le 18/03/15 19:14, Enrico Forestieri a écrit :
> >LyX uses gunzip for uncompressing a gzipped file. Most probably, that
> >could be also directly done in memory by using zlib, but I don't know
> >if that's a bigger problem in t
On 16/03/2015 14:29, Juergen Spitzmueller wrote:
commit 066d6a9cfb3936c61b514d085df01dd6835c784a
Author: Juergen Spitzmueller
Date: Mon Mar 16 14:30:02 2015 +0100
Grr...
By the way, we use at works clang-format for coding style formatting. I
am confident that all LyX rules can be enfo
On 18/03/2015 11:39, Jean-Marc Lasgouttes wrote:
Le 18/03/2015 08:30, Uwe Stöhr a écrit :
Within the last 2 weeks a commit lead to these new compiler warnings:
(The same that I constantly report here. I am wondering why the appear
so often with recent commits.)
The warnings should be gone now.
Le 18/03/15 19:14, Enrico Forestieri a écrit :
LyX uses gunzip for uncompressing a gzipped file. Most probably, that
could be also directly done in memory by using zlib, but I don't know
if that's a bigger problem in the native Windows world ;)
We have support/gzstream.h for that, and I would b
Le 18/03/15 20:27, Georg Baum a écrit :
Oops! Thanks for the fix.
Why do you think that the LyX file format needs to follow the LaTeX
restrictions? IMHO it does not need to match (therefore I did not include
the {} in the LyX file format, which is done for other special characters).
Well, it r
Jean-Marc Lasgouttes wrote:
> Georg, note that there was an error for LaTeX 2e (\LaTeX2e instead of
> \LaTeXe). I fixed it in LaTeX output, but I suspect that we should
> change the file format too for consistency sake.
Oops! Thanks for the fix.
Why do you think that the LyX file format needs to
On Wed, Mar 18, 2015 at 05:40:54PM +0100, Jürgen Spitzmüller wrote:
> 2015-03-18 17:32 GMT+01:00 Scott Kostyshak:
>
> > And for Linux is there something I need in PATH? I have installed
> > libqt5svg5 but that did not help (note that I am using a compiled Qt
> > 5). Do I need to install libqt5svg5
On Wed, Mar 18, 2015 at 06:22:52PM +0100, Stephan Witt wrote:
> Am 18.03.2015 um 18:05 schrieb Jean-Marc Lasgouttes :
>
> > Le 18/03/2015 17:01, Enrico Forestieri a écrit :
> >>> I use CMake. The icons are in the directory so it is not clear to me
> >>> why they are not found. Naybe it is a proble
On Wed, Mar 18, 2015 at 2:08 PM, Enrico Forestieri wrote:
> On Wed, Mar 18, 2015 at 01:09:09PM -0400, Scott Kostyshak wrote:
>> On Wed, Mar 18, 2015 at 12:50 PM, Kornel Benko wrote:
>>
>> > I suppose you have /qtbase/bin in your PATH already?
>>
>> No I did not. I added this and recompiled and no
On Wed, Mar 18, 2015 at 01:09:09PM -0400, Scott Kostyshak wrote:
> On Wed, Mar 18, 2015 at 12:50 PM, Kornel Benko wrote:
>
> > I suppose you have /qtbase/bin in your PATH already?
>
> No I did not. I added this and recompiled and now the icons seem to
> show correctly.
>
> > Other than this I d
On Wed, Mar 18, 2015 at 1:40 PM, Kornel Benko wrote:
> Am Mittwoch, 18. März 2015 um 13:09:09, schrieb Scott Kostyshak
>
>> On Wed, Mar 18, 2015 at 12:50 PM, Kornel Benko wrote:
>>
>> > I suppose you have /qtbase/bin in your PATH already?
>>
>> No I did not. I added this and recompiled and now
Am Mittwoch, 18. März 2015 um 13:09:09, schrieb Scott Kostyshak
> On Wed, Mar 18, 2015 at 12:50 PM, Kornel Benko wrote:
>
> > I suppose you have /qtbase/bin in your PATH already?
>
> No I did not. I added this and recompiled and now the icons seem to
> show correctly.
>
> > Other than this I
Am 18.03.2015 um 18:05 schrieb Jean-Marc Lasgouttes :
> Le 18/03/2015 17:01, Enrico Forestieri a écrit :
>>> I use CMake. The icons are in the directory so it is not clear to me
>>> why they are not found. Naybe it is a problem with the slashes in
>>> the folder?
>>
>> No, you need gunzip in the
On Wed, Mar 18, 2015 at 12:50 PM, Kornel Benko wrote:
> I suppose you have /qtbase/bin in your PATH already?
No I did not. I added this and recompiled and now the icons seem to
show correctly.
> Other than this I don't know.
>
>> Do I need to install libqt5svg5-dev and recompile Qt 5?
>
> Defin
Le 18/03/2015 17:01, Enrico Forestieri a écrit :
I use CMake. The icons are in the directory so it is not clear to me
why they are not found. Naybe it is a problem with the slashes in
the folder?
No, you need gunzip in the PATH. You can download it from
http://www.gzip.org/gzip124xN.zip
Simply
Am Mittwoch, 18. März 2015 um 12:32:54, schrieb Scott Kostyshak
> On Wed, Mar 18, 2015 at 12:01 PM, Enrico Forestieri wrote:
> > On Wed, Mar 18, 2015 at 11:20:49AM +0400, Uwe Stöhr wrote:
> >> I just compiled master and started the resulting LyX.exe. As result
> >> I get tons of these warnings:
2015-03-18 17:32 GMT+01:00 Scott Kostyshak:
> And for Linux is there something I need in PATH? I have installed
> libqt5svg5 but that did not help (note that I am using a compiled Qt
> 5). Do I need to install libqt5svg5-dev and recompile Qt 5?
>
Yes, you need the qt5svg headers (where ever they
On Wed, Mar 18, 2015 at 12:01 PM, Enrico Forestieri wrote:
> On Wed, Mar 18, 2015 at 11:20:49AM +0400, Uwe Stöhr wrote:
>> I just compiled master and started the resulting LyX.exe. As result
>> I get tons of these warnings:
>>
>> ..\..\..\..\src\frontends\qt4\GuiApplication.cpp (612): Cannot load
On Wed, Mar 18, 2015 at 11:20:49AM +0400, Uwe Stöhr wrote:
> I just compiled master and started the resulting LyX.exe. As result
> I get tons of these warnings:
>
> ..\..\..\..\src\frontends\qt4\GuiApplication.cpp (612): Cannot load
> icon C:/LyXGit/Master/lib/images/index-insert.svgz please verif
Le 18/03/2015 08:30, Uwe Stöhr a écrit :
Within the last 2 weeks a commit lead to these new compiler warnings:
(The same that I constantly report here. I am wondering why the appear
so often with recent commits.)
The warnings should be gone now. Please confirm.
THis uses integer arithmetic now
Le 18/03/2015 08:30, Uwe Stöhr a écrit :
Within the last 2 weeks a commit lead to these new compiler warnings:
(The same that I constantly report here. I am wondering why the appear
so often with recent commits.)
It's my fault. I will fix this.
JMarc
..\..\..\src\insets\InsetSpecialChar.cp
Le 18/03/2015 07:21, James a écrit :
I have started to believe the double word bug is deeper than just double
words.
It seems as though what ever is causing duplicating words can similarly
remove words (i.e. like it cuts a word out of the sentence).
Hi James,
I am not sure I asked already (I k
2015-03-18 8:53 GMT+01:00 Uwe Stöhr:
> Qt 4.8.6
>
Does your qt build contain the qtsvg headers?
Jürgen
>
> regards Uwe
>
Am 18.03.2015 um 11:39 schrieb Jürgen Spitzmüller:
2015-03-18 8:20 GMT+01:00 Uwe Stöhr:
I just compiled master and started the resulting LyX.exe. As result
I get tons of these warnings:
..\..\..\..\src\frontends\qt4\__GuiApplication.cpp (612): Cannot
load icon C:/LyXGit/Master/l
2015-03-18 8:20 GMT+01:00 Uwe Stöhr:
> I just compiled master and started the resulting LyX.exe. As result I get
> tons of these warnings:
>
> ..\..\..\..\src\frontends\qt4\GuiApplication.cpp (612): Cannot load icon
> C:/LyXGit/Master/lib/images/index-insert.svgz please verify resource
> system!
>
Within the last 2 weeks a commit lead to these new compiler warnings:
(The same that I constantly report here. I am wondering why the appear
so often with recent commits.)
..\..\..\src\insets\InsetSpecialChar.cpp(57): warning C4244: '=':
convesion from 'double' to 'int', possible dataloss
[
I just compiled master and started the resulting LyX.exe. As result I
get tons of these warnings:
..\..\..\..\src\frontends\qt4\GuiApplication.cpp (612): Cannot load icon
C:/LyXGit/Master/lib/images/index-insert.svgz please verify resource system!
I use CMake. The icons are in the directory s
29 matches
Mail list logo