Re: Biblatex missing characters in Libertinus

2021-12-03 Thread Herbert Voss

Am 04.12.21 um 08:47 schrieb Wolfgang Engelmann:


Good news:
After commenting out

\usepackage[utf8]{inputenc}


That is the default since 2019 and not needed for lualatex/xelatex



%\usepackage[T1]{fontenc}
%\usepackage[english]{babel}
%\usepackage{biblatex}

in the preamble the Polyglossia errors were gone.
The references in the text are shown, the Bibliography is ok.

There are still errors concerning special characters such as:

Missing character: There is no œ (U+009C) in font 
[LibertinusSerif-Regular.otf]
Missing character: There is no 𝑆 (U+1D446) in font 
[STIXTwoText-Italic.otf]:mode=base;script=latn;language=dflt;!
Missing character: There is no 𝑊 (U+1D44A) in font 
[STIXTwoText-Italic.otf]:mode=base;script=latn;language=dflt;!
Missing character: There is no 𝑐 (U+1D450) in font 
[STIXTwoText-Italic.otf]:mode=base;script=latn;language=dflt;!
Missing character: There is no 𝑐 (U+1D450) in font 
[STIXTwoText-Italic.otf]:mode=base;script=latn;language=dflt;!
Missing character: There is no 𝑚 (U+1D45A) in font 
[STIXTwoText-Italic.otf]:mode=base;script=latn;language=dflt;!
Missing character: There is no ▴ (U+25B4) in font 
[STIXTwoText-Italic.otf]:mode=base;script=latn;language=dflt;!Missing 
character: There is no 𝑥 (U+1D465) in font 
[STIXTwoText-Italic.otf]:mode=base;script=latn;language=dflt;!





I uppose that you do not used the math mode for 𝑆  and the other ones



I guess  I have to load more of the Libertinus- and Stixt stuff.
I have at the moment:

\usepackage{libertinus}
\usepackage{libertinus-otf}


only one is enough; libertinus loads itself the otf variant


\setmonofont[Scale=MatchLowercase,FakeStretch=0.88,Ligatures=ResetAll]{AnonymousPro} 


\usepackage{libertinusSerif-Regular.otf}



that is wrong and should be deleted.


\setmathfont{STIX2Math.otf}
\setmathfont{STIXTwoMath-Regular.otf}
\setmathfont{STIXTwoText-Italic.otf}




only the second one makes sense, the other ones should be deleted.

\setmathfont{STIXTwoMath-Regular.otf}



which should probably be corrected


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


Re: Biblatex missing characters in Libertinus

2021-12-03 Thread Wolfgang Engelmann



Am 03.12.21 um 19:57 schrieb Wolfgang Engelmann:



Am 03.12.21 um 12:11 schrieb Kees Zeelenberg (kzStats):

-Oorspronkelijk bericht-
Van: lyx-users  Namens Wolfgang 
Engelmann

Verzonden: vrijdag 3 december 2021 11:13
Aan: lyx-users@lists.lyx.org
Onderwerp: Re: Biblatex missing characters in Libertinus

Ups,
here the log file, the first one was empty.
Wolfgang


The latest stix2fonts seem to be called STIXTwootf, so with "Two" 
instead of "2", and have suffixes (Regular, etc).  With 
\setmathfont{STIXTwoMath-Regular.otf} in the preamble, the LyX-file 
compiles well and shows the correct pdf output, whereas with 
\setmathfont{STIX2Math.otf} it fails.


Kees



It is now better working after changing to STIXTwoMath-Regular.otf
\usepackage{libertinus}
%\setmathfont{STIX2Math.otf}
\setmathfont{STIXTwoMath-Regular.otf}

I added also
\setmathfont{STIXTwoMath-Italic.otf}

There is an error
no (U+009C) In Libertinus Serif-Regular.otf
and
no (U+1D446) In [STIXTwo-Italic.otf]:m

There is another error:
  Taken verbatim from babel files (2019/09/27 v3.34)

This error is a problem for me:
I don't know were Polyglossia was loaded after biblatex. I don't have it 
in the Document>settings>Latex Preamble.



Package polyglossia Info: Making " an active character on input line 177.
)
Package csquotes Info: Checking for multilingual support...
Package csquotes Info: ... found 'polyglossia' package.

! Package biblatex Error: 'polyglossia' loaded after biblatex.

See the biblatex package documentation for explanation

At least I am getting now a pdf with>
Show Output Anyway
But the Bibliograpy is not shown and the references in the text are all 
in Bold

I set Bibliography in TOC, which does not show up.

Wolfgang


Good news:
After commenting out

\usepackage[utf8]{inputenc}
%\usepackage[T1]{fontenc}
%\usepackage[english]{babel}
%\usepackage{biblatex}

in the preamble the Polyglossia errors were gone.
The references in the text are shown, the Bibliography is ok.

There are still errors concerning special characters such as:

Missing character: There is no œ (U+009C) in font 
[LibertinusSerif-Regular.otf]
Missing character: There is no 𝑆 (U+1D446) in font 
[STIXTwoText-Italic.otf]:mode=base;script=latn;language=dflt;!
Missing character: There is no 𝑊 (U+1D44A) in font 
[STIXTwoText-Italic.otf]:mode=base;script=latn;language=dflt;!
Missing character: There is no 𝑐 (U+1D450) in font 
[STIXTwoText-Italic.otf]:mode=base;script=latn;language=dflt;!
Missing character: There is no 𝑐 (U+1D450) in font 
[STIXTwoText-Italic.otf]:mode=base;script=latn;language=dflt;!
Missing character: There is no 𝑚 (U+1D45A) in font 
[STIXTwoText-Italic.otf]:mode=base;script=latn;language=dflt;!
Missing character: There is no ▴ (U+25B4) in font 
[STIXTwoText-Italic.otf]:mode=base;script=latn;language=dflt;!Missing 
character: There is no 𝑥 (U+1D465) in font 
[STIXTwoText-Italic.otf]:mode=base;script=latn;language=dflt;!


I guess  I have to load more of the Libertinus- and Stixt stuff.
I have at the moment:

\usepackage{libertinus}
\usepackage{libertinus-otf}
\setmonofont[Scale=MatchLowercase,FakeStretch=0.88,Ligatures=ResetAll]{AnonymousPro} 


\usepackage{libertinusSerif-Regular.otf}
\setmathfont{STIX2Math.otf}
\setmathfont{STIXTwoMath-Regular.otf}
\setmathfont{STIXTwoText-Italic.otf}

which should probably be corrected

Thanks all who helped!

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


Re: Biblatex missing characters in Libertinus

2021-12-03 Thread Wolfgang Engelmann




Am 03.12.21 um 12:11 schrieb Kees Zeelenberg (kzStats):

-Oorspronkelijk bericht-
Van: lyx-users  Namens Wolfgang Engelmann
Verzonden: vrijdag 3 december 2021 11:13
Aan: lyx-users@lists.lyx.org
Onderwerp: Re: Biblatex missing characters in Libertinus

Ups,
here the log file, the first one was empty.
Wolfgang


The latest stix2fonts seem to be called STIXTwootf, so with "Two" instead of 
"2", and have suffixes (Regular, etc).  With \setmathfont{STIXTwoMath-Regular.otf} in the 
preamble, the LyX-file compiles well and shows the correct pdf output, whereas with 
\setmathfont{STIX2Math.otf} it fails.

Kees



It is now better working after changing to STIXTwoMath-Regular.otf
\usepackage{libertinus}
%\setmathfont{STIX2Math.otf}
\setmathfont{STIXTwoMath-Regular.otf}

I added also
\setmathfont{STIXTwoMath-Italic.otf}

There is an error
no (U+009C) In Libertinus Serif-Regular.otf
and
no (U+1D446) In [STIXTwo-Italic.otf]:m

There is another error:
 Taken verbatim from babel files (2019/09/27 v3.34)

This error is a problem for me:
I don't know were Polyglossia was loaded after biblatex. I don't have it 
in the Document>settings>Latex Preamble.



Package polyglossia Info: Making " an active character on input line 177.
)
Package csquotes Info: Checking for multilingual support...
Package csquotes Info: ... found 'polyglossia' package.

! Package biblatex Error: 'polyglossia' loaded after biblatex.

See the biblatex package documentation for explanation

At least I am getting now a pdf with>
Show Output Anyway
But the Bibliograpy is not shown and the references in the text are all 
in Bold

I set Bibliography in TOC, which does not show up.

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


RE: Biblatex missing characters in Libertinus

2021-12-03 Thread Kees Zeelenberg (kzStats)
> -Oorspronkelijk bericht-
> Van: lyx-users  Namens Wolfgang Engelmann
> Verzonden: vrijdag 3 december 2021 11:13
> Aan: lyx-users@lists.lyx.org
> Onderwerp: Re: Biblatex missing characters in Libertinus
> 
> Ups,
> here the log file, the first one was empty.
> Wolfgang

The latest stix2fonts seem to be called STIXTwootf, so with "Two" instead 
of "2", and have suffixes (Regular, etc).  With 
\setmathfont{STIXTwoMath-Regular.otf} in the preamble, the LyX-file compiles 
well and shows the correct pdf output, whereas with \setmathfont{STIX2Math.otf} 
it fails.

Kees


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


Re: Biblatex missing characters in Libertinus

2021-12-03 Thread Wolfgang Engelmann



Am 03.12.21 um 09:08 schrieb Herbert Voss:

Am 03.12.21 um 08:53 schrieb Wolfgang Engelmann:



Thankful for any indication what I could try,



Run

luaotfload-tool --cache=purge --update -v

which should report _no_ problem. Is it true?

Herbert


At the end it says:
Task completed successfully.

But there where quite a number of outputs such as:

luaotfload | db : Found 7569 font files; 0 new, 0 stale entries.
luaotfload | db : Creating filename map.
luaotfload | db : Conflicting basename: "Asana-Math" already indexed in 
category texmf, ignoring.
luaotfload | db : Conflicting barename: "Asana-Math" already indexed in 
category texmf/otf, ignoring.


I reconfigured the lyx file,
but still got

luaotfload | db : Found 7569 font files; 0 new, 0 stale entries.

I am enclosing the lyx log file. Perhaps somebody has an idea whats 
going wrong.


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


Re: Biblatex missing characters in Libertinus

2021-12-03 Thread Herbert Voss

Am 03.12.21 um 08:53 schrieb Wolfgang Engelmann:



Thankful for any indication what I could try,



Run

luaotfload-tool --cache=purge --update -v

which should report _no_ problem. Is it true?



Herbert



Wolfgang


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


Re: Biblatex missing characters in Libertinus

2021-12-02 Thread Wolfgang Engelmann




Am 02.12.21 um 21:35 schrieb Herbert Voss:

Wolfgang Engelmann schrieb:

ok, Herbert, you are ahead of me and the https://www.lyx.org/
since you are using lyx 2.4
where did you get it?


Ah yes. I had the development version.
Now attached the version for 2.3.6 (original ubuntu)

Herbert


As expected, Herberts test file does not work
The error message:

! Package fontspec Error: The font "STIX2Math" cannot be found.
For immediate help type H .
 ...

l.13

A font might not be found for many reasons.
 Check the spelling, where the font is installed etc. etc.

 When in doubt, ask someone for help!

So I do, what the last sentence says!
---

What I did so far:
I do have the sticks2 fonts, as shown by
/usr/local/texlive/2021/texmf-dist/fonts$ find -iname 'stix2*'
May be, I have to set a PATH to it? How?
---
I put
 PATH=/usr/local/texlive/2021/bin/x86_64-linux:$PATH
in /etc/environment with sudo
The file was empty before. I rebootet and started my lyx file again, but 
get again
luaotfload | db : Reload initiated (formats: otf,ttf,ttc); reason: File 
not found: "STIX2Math.otf".

! Package fontspec Error: The font "STIX2Math" cannot be found.

I tried also /etc/environment.d
but I do not understand its functioning and stopped it
--
same after a reconfigure of the lyx file
-
my LyX version is 2.3.6
and
sudo apt-get install lyx
tells me for my version:
lyx ist schon die neueste Version (2.3.6-1).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
-
Thankful for any indication what I could try,

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


Re: Biblatex missing characters in Libertinus

2021-12-02 Thread Herbert Voss
Wolfgang Engelmann schrieb:
> ok, Herbert, you are ahead of me and the https://www.lyx.org/
> since you are using lyx 2.4
> where did you get it?

Ah yes. I had the development version.
Now attached the version for 2.3.6 (original ubuntu)

Herbert

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


Re: Biblatex missing characters in Libertinus

2021-12-02 Thread Wolfgang Engelmann




Am 02.12.21 um 10:39 schrieb Wolfgang Engelmann:



Am 02.12.21 um 10:18 schrieb Herbert Voss:

Wolfgang Engelmann schrieb:






\usepackage{libertinus}
\setmathfont{STIX2Math.otf}


luaotfload | db : Reload initiated (formats: otf,ttf,ttc); reason: File
not foun
d: "STIX2Math.otf".
! Package fontspec Error: The font "STIX2Math" cannot be found.

I tried also /etc/environment.d
but I do not understand its functioning and stopped it


for font files in official directories you do not need
any path setting. Try the attaches minimal example. It works
under Ubuntu and TeXLive

Herbert


Thanks for the test file. I ran it, but get

/tmp/mozilla_wolfgang0/stix2.lyx is from a newer version of LyX and the 
lyx2lyx script failed to convert it.


my LyX version is 2.3.6
and
sudo apt-get install lyx
tells me for my version:
lyx ist schon die neueste Version (2.3.6-1).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

Strange.

Wolfgang


ok, Herbert, you are ahead of me and the https://www.lyx.org/
since you are using lyx 2.4
where did you get it?
Wolfgang
--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Re: Biblatex missing characters in Libertinus

2021-12-02 Thread Wolfgang Engelmann



Am 02.12.21 um 09:05 schrieb Wolfgang Engelmann:



Am 02.12.21 um 09:03 schrieb Wolfgang Engelmann:



Am 02.12.21 um 07:51 schrieb Wolfgang Engelmann:



Am 01.12.21 um 20:18 schrieb Herbert Voss:



Am 01.12.21 um 18:36 schrieb Wolfgang Engelmann:




\usepackage{libertinus}
\setmathfont{STIX2Math.otf}



I inserted your
\usepackage{libertinus}
\setmathfont{STIX2Math.otf}

(I had before
\usepackage{libertinus-otf}
\setmonofont[Scale=MatchLowercase,FakeStretch=0.88,Ligatures=ResetAll]{AnonymousPro} 


>the second one in one line, i.e. [...]{AnonymousPro}


that is also ok, libertinus is a wrapper for libertinus-otf and 
libertinus-type1






which gives an error message
! Package fontspec Error: The font "STIX2Math" cannot be found.



it is  part of a full texlive installation.  You can try the file name:

\setmathfont{STIXTwoMath-Regular.otf}

it it doesn't help, then try to install STIXTwo:
https://ctan.org/tex-archive/fonts/stix2-otf?lang=de

Maybe that Ubuntu has an own package for that.

Herbert
Thanks, Herbert


I do have the sticks2 fonts, as shown by

/usr/local/texlive/2021/texmf-dist/fonts$ find -iname 'stix2*'

May be, I have to set a PATH to it? ow?

Wolfgang


I put

  PATH=/usr/local/texlive/2021/bin/x86_64-linux:$PATH
in /etc/environment with sudo

The file was empty before. I rebootet and started my lyx file again, 
but get again


luaotfload | db : Reload initiated (formats: otf,ttf,ttc); reason: 
File not foun

d: "STIX2Math.otf".
! Package fontspec Error: The font "STIX2Math" cannot be found.

I tried also /etc/environment.d
but I do not understand its functioning and stopped it

Wolfgang


same after a reconfigure of the lyx file

Wolfgang


also problems with tlmgr:

sudo tlmgr install stix2math
tlmgr: package repository 
https://mirror.dogado.de/tex-archive/systems/texlive/tlnet (verified)

tlmgr install: package stix2math not present in repository.
tlmgr: action install returned an error; continuing.
tlmgr: An error has occurred. See above messages. Exiting.

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


Re: Biblatex missing characters in Libertinus

2021-12-02 Thread Wolfgang Engelmann




Am 02.12.21 um 10:18 schrieb Herbert Voss:

Wolfgang Engelmann schrieb:






\usepackage{libertinus}
\setmathfont{STIX2Math.otf}


luaotfload | db : Reload initiated (formats: otf,ttf,ttc); reason: File
not foun
d: "STIX2Math.otf".
! Package fontspec Error: The font "STIX2Math" cannot be found.

I tried also /etc/environment.d
but I do not understand its functioning and stopped it


for font files in official directories you do not need
any path setting. Try the attaches minimal example. It works
under Ubuntu and TeXLive

Herbert


Thanks for the test file. I ran it, but get

/tmp/mozilla_wolfgang0/stix2.lyx is from a newer version of LyX and the 
lyx2lyx script failed to convert it.


my LyX version is 2.3.6
and
sudo apt-get install lyx
tells me for my version:
lyx ist schon die neueste Version (2.3.6-1).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

Strange.

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


Re: Biblatex missing characters in Libertinus

2021-12-02 Thread Herbert Voss
Wolfgang Engelmann schrieb:
>
>
>
>> \usepackage{libertinus}
>> \setmathfont{STIX2Math.otf}
>>
>> luaotfload | db : Reload initiated (formats: otf,ttf,ttc); reason: File
>> not foun
>> d: "STIX2Math.otf".
>> ! Package fontspec Error: The font "STIX2Math" cannot be found.
>>
>> I tried also /etc/environment.d
>> but I do not understand its functioning and stopped it

for font files in official directories you do not need
any path setting. Try the attaches minimal example. It works
under Ubuntu and TeXLive

Herbert

stix2.pdf
Description: Adobe PDF document


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


Re: Biblatex missing characters in Libertinus

2021-12-02 Thread Wolfgang Engelmann



Am 02.12.21 um 09:03 schrieb Wolfgang Engelmann:



Am 02.12.21 um 07:51 schrieb Wolfgang Engelmann:



Am 01.12.21 um 20:18 schrieb Herbert Voss:



Am 01.12.21 um 18:36 schrieb Wolfgang Engelmann:




\usepackage{libertinus}
\setmathfont{STIX2Math.otf}



I inserted your
\usepackage{libertinus}
\setmathfont{STIX2Math.otf}

(I had before
\usepackage{libertinus-otf}
\setmonofont[Scale=MatchLowercase,FakeStretch=0.88,Ligatures=ResetAll]{AnonymousPro} 


>the second one in one line, i.e. [...]{AnonymousPro}


that is also ok, libertinus is a wrapper for libertinus-otf and 
libertinus-type1






which gives an error message
! Package fontspec Error: The font "STIX2Math" cannot be found.



it is  part of a full texlive installation.  You can try the file name:

\setmathfont{STIXTwoMath-Regular.otf}

it it doesn't help, then try to install STIXTwo:
https://ctan.org/tex-archive/fonts/stix2-otf?lang=de

Maybe that Ubuntu has an own package for that.

Herbert
Thanks, Herbert


I do have the sticks2 fonts, as shown by

/usr/local/texlive/2021/texmf-dist/fonts$ find -iname 'stix2*'

May be, I have to set a PATH to it? ow?

Wolfgang


I put

  PATH=/usr/local/texlive/2021/bin/x86_64-linux:$PATH
in /etc/environment with sudo

The file was empty before. I rebootet and started my lyx file again, but 
get again


luaotfload | db : Reload initiated (formats: otf,ttf,ttc); reason: File 
not foun

d: "STIX2Math.otf".
! Package fontspec Error: The font "STIX2Math" cannot be found.

I tried also /etc/environment.d
but I do not understand its functioning and stopped it

Wolfgang


same after a reconfigure of the lyx file

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


Re: Biblatex missing characters in Libertinus

2021-12-02 Thread Wolfgang Engelmann



Am 02.12.21 um 07:51 schrieb Wolfgang Engelmann:



Am 01.12.21 um 20:18 schrieb Herbert Voss:



Am 01.12.21 um 18:36 schrieb Wolfgang Engelmann:




\usepackage{libertinus}
\setmathfont{STIX2Math.otf}



I inserted your
\usepackage{libertinus}
\setmathfont{STIX2Math.otf}

(I had before
\usepackage{libertinus-otf}
\setmonofont[Scale=MatchLowercase,FakeStretch=0.88,Ligatures=ResetAll]{AnonymousPro} 


>the second one in one line, i.e. [...]{AnonymousPro}


that is also ok, libertinus is a wrapper for libertinus-otf and 
libertinus-type1






which gives an error message
! Package fontspec Error: The font "STIX2Math" cannot be found.



it is  part of a full texlive installation.  You can try the file name:

\setmathfont{STIXTwoMath-Regular.otf}

it it doesn't help, then try to install STIXTwo:
https://ctan.org/tex-archive/fonts/stix2-otf?lang=de

Maybe that Ubuntu has an own package for that.

Herbert
Thanks, Herbert


I do have the sticks2 fonts, as shown by

/usr/local/texlive/2021/texmf-dist/fonts$ find -iname 'stix2*'

May be, I have to set a PATH to it? ow?

Wolfgang


I put

 PATH=/usr/local/texlive/2021/bin/x86_64-linux:$PATH
in /etc/environment with sudo

The file was empty before. I rebootet and started my lyx file again, but 
get again


luaotfload | db : Reload initiated (formats: otf,ttf,ttc); reason: File 
not foun

d: "STIX2Math.otf".
! Package fontspec Error: The font "STIX2Math" cannot be found.

I tried also /etc/environment.d
but I do not understand its functioning and stopped it

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


Re: Biblatex missing characters in Libertinus

2021-12-01 Thread Wolfgang Engelmann



Am 01.12.21 um 20:18 schrieb Herbert Voss:



Am 01.12.21 um 18:36 schrieb Wolfgang Engelmann:




\usepackage{libertinus}
\setmathfont{STIX2Math.otf}



I inserted your
\usepackage{libertinus}
\setmathfont{STIX2Math.otf}

(I had before
\usepackage{libertinus-otf}
\setmonofont[Scale=MatchLowercase,FakeStretch=0.88,Ligatures=ResetAll]{AnonymousPro} 


>the second one in one line, i.e. [...]{AnonymousPro}


that is also ok, libertinus is a wrapper for libertinus-otf and 
libertinus-type1






which gives an error message
! Package fontspec Error: The font "STIX2Math" cannot be found.



it is  part of a full texlive installation.  You can try the file name:

\setmathfont{STIXTwoMath-Regular.otf}

it it doesn't help, then try to install STIXTwo:
https://ctan.org/tex-archive/fonts/stix2-otf?lang=de

Maybe that Ubuntu has an own package for that.

Herbert
Thanks, Herbert


I do have the sticks2 fonts, as shown by

/usr/local/texlive/2021/texmf-dist/fonts$ find -iname 'stix2*'

May be, I have to set a PATH to it? ow?

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


Re: Biblatex missing characters in Libertinus

2021-12-01 Thread Herbert Voss



Am 01.12.21 um 18:36 schrieb Wolfgang Engelmann:




\usepackage{libertinus}
\setmathfont{STIX2Math.otf}



I inserted your
\usepackage{libertinus}
\setmathfont{STIX2Math.otf}

(I had before
\usepackage{libertinus-otf}
\setmonofont[Scale=MatchLowercase,FakeStretch=0.88,Ligatures=ResetAll]{AnonymousPro} 


>the second one in one line, i.e. [...]{AnonymousPro}


that is also ok, libertinus is a wrapper for libertinus-otf and 
libertinus-type1






which gives an error message
! Package fontspec Error: The font "STIX2Math" cannot be found.



it is  part of a full texlive installation.  You can try the file name:

\setmathfont{STIXTwoMath-Regular.otf}

it it doesn't help, then try to install STIXTwo:
https://ctan.org/tex-archive/fonts/stix2-otf?lang=de

Maybe that Ubuntu has an own package for that.

Herbert



What was wrong?
Do you need more of the log-file? >
 A font might not be found for many reasons.
 Check the spelling, where the font is installed etc. etc.

 When in doubt, ask someone for help!


luaotfload | aux : no font with id 0

Package fontspec Warning: Font "STIX2Math" does not contain requested 
Script

(fontspec)    "Math".

luaotfload | aux : no font with id 0
luaotfload | aux : no font with id 0

! Package fontspec Error: The font "STIX2Math" cannot be found.



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


Re: Biblatex missing characters in Libertinus

2021-12-01 Thread Wolfgang Engelmann



Am 01.12.21 um 16:22 schrieb Herbert Voss:



Am 01.12.21 um 09:22 schrieb Wolfgang Engelmann:
Running a biblatex document for the pdf output I get errors for 
missing characters.

What is the best way to remove these errors?
Wolfgang


Missing character: There is no ▴ (U+25B4) in font 
[LibertinusMath-Regular.otf]
Missing character: There is no œ (U+009C) in font 
[LibertinusSerif-Regular.otf]


Missing character: There is no 𝜇 (U+1D707) in font 
[LibertinusSerif-Regular.o
Missing character: There is no 𝜑 (U+1D711) in font 
[LibertinusSerif-Regular.o


Wolfgang, three of the four characters are math symbols. You have
to load a proper math font. Write into the preamble:

\usepackage{libertinus}
\setmathfont{STIX2Math.otf}



I inserted your
\usepackage{libertinus}
\setmathfont{STIX2Math.otf}

(I had before
\usepackage{libertinus-otf}
\setmonofont[Scale=MatchLowercase,FakeStretch=0.88,Ligatures=ResetAll]{AnonymousPro} 


>the second one in one line, i.e. [...]{AnonymousPro}

which gives an error message
! Package fontspec Error: The font "STIX2Math" cannot be found.

What was wrong?
Do you need more of the log-file? >
 A font might not be found for many reasons.
 Check the spelling, where the font is installed etc. etc.

 When in doubt, ask someone for help!


luaotfload | aux : no font with id 0

Package fontspec Warning: Font "STIX2Math" does not contain requested Script
(fontspec)"Math".

luaotfload | aux : no font with id 0
luaotfload | aux : no font with id 0

! Package fontspec Error: The font "STIX2Math" cannot be found.

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


Re: Biblatex missing characters in Libertinus

2021-12-01 Thread Wolfgang Engelmann



Am 01.12.21 um 16:22 schrieb Herbert Voss:



Am 01.12.21 um 09:22 schrieb Wolfgang Engelmann:
Running a biblatex document for the pdf output I get errors for 
missing characters.

What is the best way to remove these errors?
Wolfgang


Missing character: There is no ▴ (U+25B4) in font 
[LibertinusMath-Regular.otf]
Missing character: There is no œ (U+009C) in font 
[LibertinusSerif-Regular.otf]


Missing character: There is no 𝜇 (U+1D707) in font 
[LibertinusSerif-Regular.o
Missing character: There is no 𝜑 (U+1D711) in font 
[LibertinusSerif-Regular.o


Wolfgang, three of the four characters are math symbols. You have
to load a proper math font. Write into the preamble:

\usepackage{libertinus}
\setmathfont{STIX2Math.otf}


then you can write:



There is a $▴$ (U+25B4) in font [STIX2Math.otf]

There is a œ  (U+009C) in font Libertinus Serif

There is a $𝜇$ (U+1D707) in font [STIX2Math.otf]

There is a $𝜑$  (U+1D711) in font [STIX2Math.otf]



Herbert



Thanks a lot, Herbert. That is very helpful.
By the way, I know you have published quite a number of books on topics 
related to tex et al. Is there one which helps to better understand 
biblatex?

Yours,
Wolfgang


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


Re: Biblatex missing characters in Libertinus

2021-12-01 Thread Herbert Voss



Am 01.12.21 um 09:22 schrieb Wolfgang Engelmann:
Running a biblatex document for the pdf output I get errors for 
missing characters.

What is the best way to remove these errors?
Wolfgang


Missing character: There is no ▴ (U+25B4) in font 
[LibertinusMath-Regular.otf]
Missing character: There is no œ (U+009C) in font 
[LibertinusSerif-Regular.otf]


Missing character: There is no 𝜇 (U+1D707) in font 
[LibertinusSerif-Regular.o
Missing character: There is no 𝜑 (U+1D711) in font 
[LibertinusSerif-Regular.o


Wolfgang, three of the four characters are math symbols. You have
to load a proper math font. Write into the preamble:

\usepackage{libertinus}
\setmathfont{STIX2Math.otf}


then you can write:



There is a $▴$ (U+25B4) in font [STIX2Math.otf]

There is a œ  (U+009C) in font Libertinus Serif

There is a $𝜇$ (U+1D707) in font [STIX2Math.otf]

There is a $𝜑$  (U+1D711) in font [STIX2Math.otf]



Herbert


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