Re: LyX-3.2.7.1 not finding biber

2024-03-29 Thread Rich Shepard

On Fri, 29 Mar 2024, Paul Rubin wrote:


First, try "kpsewhich biblatex.sty" in a terminal to confirm that TeXLive
knows where to find it. If the return is empty, there's a setup problem
with TeXLive.


Paul,

Working off the mail list with Herbert I think I just found the problem, but
not yet the solution.

I used the same command, `perl ./install-tl --no-interaction --paper=letter'
on both the Slackware64-14.2 desktop and the Slackware64-15.0 laptop.

On the former, all files are in /usr/local/texlive/2024; on laptop,
some/many/most files are in /usr/share/texlive/2024. The latter is
apparently the Debian default.

Why two different installations using the same command line installed
differently might well be the reason I have the missing files errors.

Thanks,

Rich

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


Re: LyX-3.2.7.1 not finding biber

2024-03-29 Thread Paul Rubin




On 3/29/24 10:21, Rich Shepard wrote:

On Fri, 29 Mar 2024, Rich Shepard wrote:


Found a couple and changed them. Will check this morning if that solves
the problem.


Invoked lyx-2.3.7.1 and opened a document with bibliography. When the
document loaded a message box appeared telling me that lyx couldn't find
biblatex.sty.

However, that style file is present in:
/usr/local/texlive/2024/texmf-dist/tex/latex/biblatex/biblatex.sty

And, in Document -> Settings -> Bibliograpy the processor still says 
`biber

(not found)'. This still needs fixing.

Where should I look to find why both biber and biblatex are not found?

TIA,

Rich

Rich,

First, try "kpsewhich biblatex.sty" in a terminal to confirm that 
TeXLive knows where to find it. If the return is empty, there's a setup 
problem with TeXLive.


Second, try "which biber" in a terminal to confirm that biber is on your 
system path. If not, you may need to modify your system path (or change 
how biber is installed).


FWIW, on my system the texlive tree is under /usr/share rather than 
/usr/local (and kpsewhich finds biblatex.sty) and biber is in /usr/bin 
(which is of course on my system path).


Paul

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


Re: LyX-3.2.7.1 not finding biber

2024-03-29 Thread Rich Shepard

On Fri, 29 Mar 2024, Rich Shepard wrote:


Found a couple and changed them. Will check this morning if that solves
the problem.


Invoked lyx-2.3.7.1 and opened a document with bibliography. When the
document loaded a message box appeared telling me that lyx couldn't find
biblatex.sty.

However, that style file is present in:
/usr/local/texlive/2024/texmf-dist/tex/latex/biblatex/biblatex.sty

And, in Document -> Settings -> Bibliograpy the processor still says `biber
(not found)'. This still needs fixing.

Where should I look to find why both biber and biblatex are not found?

TIA,

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


Re: LyX-3.2.7.1 not finding biber

2024-03-29 Thread Rich Shepard

On Thu, 28 Mar 2024, Rich Shepard wrote:


This is a new installation of the OS on the laptop. There is no TeXLive2023
anywhere. And the only reference to texlive is the TEXLIVEPATH in
~/.bash_profile. I've no idea where `echo $PATH' could find a texlive/2023/
directory since none exists.


Paul,

Found a couple and changed them. Will check this morning if that solves the
problem.

More later,

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


Re: LyX-3.2.7.1 not finding biber

2024-03-28 Thread Rich Shepard

On Thu, 28 Mar 2024, Paul Rubin wrote:


Not sure this is the problem, but you have .../texlive/202*4*/... in the
bash profile and .../texlive/202*3*/... in PATH.


Paul,

This is a new installation of the OS on the laptop. There is no TeXLive2023
anywhere. And the only reference to texlive is the TEXLIVEPATH in
~/.bash_profile. I've no idea where `echo $PATH' could find a texlive/2023/
directory since none exists.

Sigh. Thanks,

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


Re: LyX-3.2.7.1 not finding biber

2024-03-28 Thread Rich Shepard

On Thu, 28 Mar 2024, Tobias Hilbricht wrote:


check if biber is found, at the command line like this:
$ which biberĀ 
$ /home/tobias/.local/bin/biber
If it is not installed, install, e. g.
$ tlmgr install biber
If it is installed but not found you have to place it in $PATH:
$ echo $PATH
shows possible folders.


Tobias,

`which' doesn't find it, but find did, in my path:
$ echo $PATH
/home/rshepard/bin:/usr/local/bin:/usr/local/texlive/2023/bin/x86_64-linux:/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/usr/lib64/libexec/kf5:/usr/lib64/qt5/bin

It's in the third entry because in ~/.bash_profile I specified
TEXLIVEPATH=/usr/local/texlive/2024/bin/x86_64-linux:$PATH

Wonder why lyx isn't finding it.

Thanks,

Rich

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


Re: LyX-3.2.7.1 not finding biber

2024-03-28 Thread Tobias Hilbricht
Rich,

check if biber is found, at the command line like this:
$ which biberĀ 
$ /home/tobias/.local/bin/biber
If it is not installed, install, e. g.
$ tlmgr install biber
If it is installed but not found you have to place it in $PATH:
$ echo $PATH
shows possible folders.

Hope it helps
Tobias



Am Donnerstag, dem 28.03.2024 um 12:36 -0700 schrieb Rich Shepard:
> I installed LyX-2.3.7.1 and JabRef-5.12 on my laptop running
> Slackware64-15.0. When I try to compile a document using pdflatex LyX
> tells
> me that the bibliography processor (biber) is not available (see
> attached.)
> 
> How to I make biber available in 2.3.7.1?
> 
> TIA,
> 
> Rich

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


Re: LyX-3.2.7.1 not finding biber

2024-03-28 Thread Rich Shepard

On Thu, 28 Mar 2024, Rich Shepard wrote:

Screenshot now sent.

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


LyX-3.2.7.1 not finding biber

2024-03-28 Thread Rich Shepard

I installed LyX-2.3.7.1 and JabRef-5.12 on my laptop running
Slackware64-15.0. When I try to compile a document using pdflatex LyX tells
me that the bibliography processor (biber) is not available (see attached.)

How to I make biber available in 2.3.7.1?

TIA,

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