Am Fri, 3 Jul 2020 15:30:44 +0200
schrieb Kornel Benko <[email protected]>:

> Am Fri, 03 Jul 2020 14:30:55 +0200
> schrieb Jürgen Spitzmüller <[email protected]>:
> 
> > Am Freitag, den 03.07.2020, 12:54 +0200 schrieb Kornel Benko:  
> > > Thanks, but I seem unable to enter a _working_ entry into
> > > lib/latexfonts.
> > > 
> > > All I get in Document->Fonts is either
> > >         libertinus Serif (not installed)
> > > or if that is corrected, then the tex-preamble does not show
> > > \usepackage{libertinus}
> > > 
...
> > 
> > Both libertinus and libertinus-type1 should work. Did you add the
> > package to chkconfig.ltx and reconfigure?
> > 
> > Jürgen  
> 
> Reconfigured yes. But forgot chkconfig.ltx.
> 
>       Kornel

Next problem. Libertinus has options to select serif, sans etc.

But if I define for rm
        Package libertinus
        PackageOptions serif
for sans
        Package libertinus
        PackageOptions sans
and for tt
        Package libertinus
        PackageOptions mono=true

In the document set scale for sans 90, and for tt 80.

The resulting tex output is
        \usepackage[serif,osf]{libertinus}
        \usepackage[sans,ScaleSF=0.9]{libertinus}
        \usepackage[mono=true,ScaleTT=0.8]{libertinus}

which pdflatex does not like.
OTOH, using
        
\usepackage[serif,osf,sans,ScaleSF=0.9,mono=true,ScaleTT=0.8]{libertinus}
is OK.

How can we achieve that?

        Kornel

Attachment: pgpRsVduwzsl9.pgp
Description: Digitale Signatur von OpenPGP

-- 
lyx-devel mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to