Failed tests

Kornel Benko kornel at lyx.org
Tue Jun 23 06:41:12 UTC 2026


Am Mon, 22 Jun 2026 18:09:01 +0200
schrieb Scott Kostyshak <skostysh at lyx.org>:

> 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" <jspitzm at gmail.com>:
> >   
> > > 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: Digitale Signatur von OpenPGP
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20260623/db54dcad/attachment.sig>


More information about the lyx-devel mailing list