Re: BibLaTex and \bibitemsep?

2020-02-12 Thread Jürgen Spitzmüller
Am Mittwoch, den 12.02.2020, 22:58 +0100 schrieb Bernd:
> After researching the internet, I tried it with 
> 
> bibtex, Options: \setlength{\bibitemsep}{12em}
> 
> (see screenshot)
> 
> 
> etc, but it said "not defined", so I must have done something
> wrong...

This needs to go to the preamble, but as follows:

\AtBeginDocument{\setlength{\bibitemsep}{12em}}

(the \AtBeginDocument is needed as Biblatex is loaded after the user
preamble)

Alternatively, you can also put it in TeX code in the document
(somewhere before the bibliography).

HTH
Jürgen


signature.asc
Description: This is a digitally signed message part
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


BibLaTex and \bibitemsep?

2020-02-12 Thread Bernd

Dear all,

I cannot get BibLaTex to change the vertical space between the
individual entries in the bibliography.

After researching the internet, I tried it with

bibtex, Options: \setlength{\bibitemsep}{12em}

(see screenshot)

etc, but it said "not defined", so I must have done something wrong...

Kind regards,

Bernd

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: [ANNOUNCE] LyX 2.3.4.2 'Emergency' Release

2020-02-12 Thread Stephan Witt
Am 12.02.2020 um 17:54 schrieb emile lunardon :
> 
> 
> I compiled the new version of LyX 2.3.4.2. The crash while trying to use the 
> Ø symbol has disappeared. However, there is still an anomaly: if after 
> writing this symbol, you try to write a second one next to it, nothing 
> happens (this also happens with the Å symbol which is to the left of Ø on the 
> presentation palette). It seems to me that the cursor stays inside the 
> character instead of being positioned ready to receive a new character as it 
> happens with most symbols.
> 
> I don't think it's an urgent bug to fix since by moving the cursor with the 
> mouse you get the ability to insert a new character.

Yes, I’ve seen this too. But this is already fixed in the 2.4.x series. So as 
it is no crash I didn't try to solve it.

> Bug hunting is a never ending exercise!

Very true.

Stephan

> Le mer. 12 févr. 2020 à 14:54, Rich Shepard  a 
> écrit :
> On Wed, 12 Feb 2020, Richard Kimberly Heck wrote:
> 
> > This is an emergency release that fixes four bugs in 2.3.4. Only the first
> > two really warrant an emergency release, but while we're at it...
> 
> Riki,
> 
> My thanks to you and all the development team for being so responsive and
> effective. All us uses greatly appreciate your time and efforts with our
> indespensible writing tool.
> 
> Best regards,
> 
> Rich
> -- 
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
> -- 
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users

-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: [ANNOUNCE] LyX 2.3.4.2 'Emergency' Release

2020-02-12 Thread emile lunardon
I compiled the new version of LyX 2.3.4.2. The crash while trying to use
the Ø symbol has disappeared. However, there is still an anomaly: if after
writing this symbol, you try to write a second one next to it, nothing
happens (this also happens with the Å symbol which is to the left of Ø on
the presentation palette). It seems to me that the cursor stays inside the
character instead of being positioned ready to receive a new character as
it happens with most symbols.

I don't think it's an urgent bug to fix since by moving the cursor with the
mouse you get the ability to insert a new character.

Bug hunting is a never ending exercise!






Le mer. 12 févr. 2020 à 14:54, Rich Shepard  a
écrit :

> On Wed, 12 Feb 2020, Richard Kimberly Heck wrote:
>
> > This is an emergency release that fixes four bugs in 2.3.4. Only the
> first
> > two really warrant an emergency release, but while we're at it...
>
> Riki,
>
> My thanks to you and all the development team for being so responsive and
> effective. All us uses greatly appreciate your time and efforts with our
> indespensible writing tool.
>
> Best regards,
>
> Rich
> --
> lyx-users mailing list
> lyx-users@lists.lyx.org
> http://lists.lyx.org/mailman/listinfo/lyx-users
>
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


copy paste text in lyx document

2020-02-12 Thread Wolfgang Engelmann
If I copy and paste text from an external source into a lyx document, I 
get this error message:

 Bei der Ausführung von
python -tt $$s/scripts/html2latexwrapper.py gnuhtml2latex
"Buffer_importStringYAWZce.html" "Buffer_importStringYAWZce.tex"
ist ein Fehler aufgetreten
Its nothing serious, since ok ing it copies anyway. But would still like 
to know what I am missing. I use Debian bullseye and Lyx 2.3.3

Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: [ANNOUNCE] LyX 2.3.4.2 'Emergency' Release

2020-02-12 Thread Rich Shepard

On Wed, 12 Feb 2020, Richard Kimberly Heck wrote:


This is an emergency release that fixes four bugs in 2.3.4. Only the first
two really warrant an emergency release, but while we're at it...


Riki,

My thanks to you and all the development team for being so responsive and
effective. All us uses greatly appreciate your time and efforts with our
indespensible writing tool.

Best regards,

Rich
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: PDF export fails with pdflatex and LuaTeX

2020-02-12 Thread Martin Weise
On 12.02.20 09:16, Jürgen Spitzmüller wrote:
> Am Mittwoch, den 12.02.2020, 08:41 +0100 schrieb Martin Weise:
>> That did the trick!
> Excellent.
>
>> No clue though as to why I had to take the extra step of adding
>> something to a config file. Never happened to me with a fresh texlive
>> install before. And obviously, it had nothing to do with LyX.
> I suspect something went wrong at installation. Or maybe there is
> something wrong in the packages. Is this from ubuntu binaries or
> vanilla TeXLive?
>
>> Thanks bunches!
> Glad I could help. Such config problems are annoying and hard to track.
>
> Jürgen
>
It's from the Ubuntu 18.04 repositories. Works like a charm on other
computers.

Martin


-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: PDF export fails with pdflatex and LuaTeX

2020-02-12 Thread Jürgen Spitzmüller
Am Mittwoch, den 12.02.2020, 08:41 +0100 schrieb Martin Weise:
> That did the trick!

Excellent.

> No clue though as to why I had to take the extra step of adding
> something to a config file. Never happened to me with a fresh texlive
> install before. And obviously, it had nothing to do with LyX.

I suspect something went wrong at installation. Or maybe there is
something wrong in the packages. Is this from ubuntu binaries or
vanilla TeXLive?

> Thanks bunches!

Glad I could help. Such config problems are annoying and hard to track.

Jürgen


signature.asc
Description: This is a digitally signed message part
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users