Re: Failed tests

Kornel Benko <[email protected]> Tue, 23 Jun 2026 08:41:12 +0200
Newsgroups gmane.editors.lyx.devel
Message-ID <20260623084112.5bdfc4c2@admin1-desktop>
Am Mon, 22 Jun 2026 18:09:01 +0200
schrieb Scott Kostyshak <[email protected]>:

> On Mon, Jun 15, 2026 at 10:17:53AM +0200, Kornel Benko wrote:
> > Am Mon, 15 Jun 2026 07:35:50 +0200
> > schrieb "Jürgen Spitzmüller" <[email protected]>:
> >   
> > > Am Sonntag, dem 14.06.2026 um 21:10 +0200 schrieb Kornel Benko:  
> > > > Sorry, I seem unable to handle this html file.    
> > > 
> > > Google cyberbit.ttf. For instance:
> > > https://ftp.kh.edu.tw/Linux/CLE/fonts/ttf/unicode/bitstream/
> > >   
> > 
> > Thanks Jürgen, this works. I see, that I already had bitstream-cyberbit.ttf identical
> > to Cyberbit.ttf from this URL, but was unsure to use it.
> >  $ sum Cyberbit.ttf bitstream-cyberbit.ttf
> > 34532 13041 bitstream-cyberbit.ttf
> > 34532 13041 Cyberbit.ttf
> > 
> > Now this test pass.  
> 
> What commands did you use to install the font (and make it so LaTeX can use it)?
> 
> Scott

Commands to install
$ mkdir -p /usr/local/texlive/texmf-local/fonts/truetype/public/cyberbit
$ cp -pv \
	bitstream-cyberbit.ttf \
	/usr/local/texlive/texmf-local/fonts/truetype/public/cyberbit/bitstream-cyberbit.ttf
$ mktexlsr

Commands to enable system to use latex fonts:
1.) create /etc/fonts/conf.avail/09-texlive-fonts.conf
 # sudo cp `kpsewhich -var-value TEXMFSYSVAR`/fonts/conf/texlive-fontconfig.conf
 /etc/fonts/conf.avail/09-texlive-fonts.conf

2.) edit /etc/fonts/conf.avail/09-texlive-fonts.conf with content

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <dir>/usr/local/texlive/current/texmf-dist/fonts/opentype</dir>
  <dir>/usr/local/texlive/current/texmf-dist/fonts/truetype</dir>
  <dir>/usr/local/texlive/current/texmf-dist/fonts/type1</dir>
  <dir>/usr/local/texlive/texmf-local/fonts/opentype</dir>
  <dir>/usr/local/texlive/texmf-local/fonts/truetype</dir>
  <dir>/usr/local/texlive/texmf-local/fonts/type1</dir>
</fontconfig>

3.) update the symbolic link 'current' for the used texlive
 $ cd /usr/local/texlive
 # rm current
 # ln -s 2026 /usr/local/texlive/current

4.) make 09-texlive-fonts.conf known to system
 $ cd /etc/fonts/conf.d
 # sudo ln -s ../conf.avail/09-texlive-fonts.conf /etc/fonts/conf.d/09-texlive-fonts.conf
 # sudo fc-cache -fsv

#######################################################

That should make it.

	Kornel

-- 
lyx-devel mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-devel
signature.asc (application/pgp-signature, 488 B)
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCgAdFiEE75EqQxV38F6szpLQb1AEVgNfRFsFAmo6KogACgkQb1AEVgNf
RFsmJQgAh8N+rYecnP++fc3tU4lEQjBskEHXcXkyaDE8rMZE7JnMb9Q39en1Jev9
iJwguIkBg4uamobt/k648UNA0yBDa30wRwyPsCZE+/58v5V3XSCG4xMKtpU6lIHQ
Ijp1GV9k5kJQ+SX1q4qOS9XOAo+XEd+/oPILLbO3brEKntwE0wF8ciWLtE+lJ4gT
Lt9gvPiGCLurSxkwirOSXgarrlzL3ex83MmWTZFZcZo39fg7+CoPvzkJ6UwodsNx
Sc8awXJxp3ZP1SPCxnJ+DMjpUySWAfm40ovxubmHnu/k31TONserNS+SSHt92Kn7
vRobmGDoI4L4J87bpjvCktX5ksWGUg==
=knVe
-----END PGP SIGNATURE-----