Re: bibentry and LyX?

2020-03-18 Thread Jürgen Spitzmüller
Am Dienstag, den 17.03.2020, 19:11 +0100 schrieb Bernd: > Dear lyx-users, > > I want to use bibentry: > > > \usepackage{bibentry} > > > > \nobibliography > > ... > > \bibentry{xyz} > > But it says it misses biblatex (which is not true because it comes > preloaded in LyX). bibentry is part of t

Hyperref support

2020-03-18 Thread Steve Hnizdur
Hi When "Use Hyperref Support" is checked in PDF properties Lyx automatically inserts \usepackage[unicode=true, bookmarks=false, breaklinks=false,pdfborder={0 0 1},backref=section,colorlinks=false] {hyperref} in the preamble. Any ideas where all these options come from? are they hard code

Re: bibentry and LyX?

2020-03-18 Thread Bernd
Am Dienstag, den 17.03.2020, 19:11 +0100 schrieb Bernd: /Dear lyx-users, />//>/I want to use bibentry: />//>/> \usepackage{bibentry} />/> />/> \nobibliography />/> ... />/> \bibentry{xyz} />//>/But it says it misses biblatex (which is not true because it comes />/preloaded in LyX). / bibentry

Re: bibentry and LyX?

2020-03-18 Thread Jürgen Spitzmüller
Am Mittwoch, den 18.03.2020, 17:06 +0100 schrieb Bernd: > But can it be automated? > I want the URL only to show up in the dedicated bibliography at the > end. > Something like \AtEachCitekey or \AtEveryCitekey (or maybe > \AddToCitekey if such a thing exists)... \AtEveryCitekey exists. See biblat

Re: bibentry and LyX?

2020-03-18 Thread Bernd
Yes, I saw that, but if I put \AtEveryCitekey{\clearfield{url}} in the preamble, it says "not defined" (which should not be the case). I have to look closer into it. Alternatively, if I use url=false in the biblatex options, can I somehow toggle it to url=true for the bibliography? -- ly

Re: bibentry and LyX?

2020-03-18 Thread Jürgen Spitzmüller
Am Mittwoch, den 18.03.2020, 18:44 +0100 schrieb Bernd: > in the preamble, it says "not defined" (which should not be the > case). Either use it in the document body or in preamble within \AtBeginDocument{ ... } This is because biblatex needs to be loaded very late (after the user preamble). Jür

Re: bibentry and LyX?

2020-03-18 Thread Bernd
Am Mittwoch, den 18.03.2020, 18:44 +0100 schrieb Bernd: in the preamble, it says "not defined" (which should not be the case). Either use it in the document body or in preamble within \AtBeginDocument{ ... } This is because biblatex needs to be loaded very late (after the user preamble). Jür

Graphics problems with LyX 2.3.4.2 on Linux Mint

2020-03-18 Thread Graeme
I currently use Linux Mint 18.3. Recently I upgraded to LyX 2.3.4.2 using the PPA available at http://ppa.launchpad.net/lyx-devel/release/ubuntu xenial main Since this upgrade there have been problems with the display of EPS and PDF graphics files in the main LyX editor window, and with the exp

Re: Graphics problems with LyX 2.3.4.2 on Linux Mint

2020-03-18 Thread Paul A. Rubin
On 3/18/20 3:19 PM, Graeme wrote: I currently use Linux Mint 18.3. Recently I upgraded to LyX 2.3.4.2 using the PPA available at http://ppa.launchpad.net/lyx-devel/release/ubuntu xenial main Since this upgrade there have been problems with the display of EPS and PDF graphics files in the main

Re: bibentry and LyX?

2020-03-18 Thread Bernd
Hello again... When I tried this method with urldate instead of url, it did not work (i.e. field was not supressed). Strangely, there were no error messages. \AtBeginDocument{\AtEveryCitekey{\clearfield{urldate}}} I also checked for lastvisited and lastchecked, though my .bib file contains u

Re: bibentry and LyX?

2020-03-18 Thread Bernd
Found it: for some unknown reason, urldate is split up into urlyear, urlmonth and urlday. \AtBeginDocument{\AtEveryCitekey{\clearfield{urlyear}}} works. Bernd :) -- lyx-users mailing list lyx-users@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-users