Re: Failed tests

Scott Kostyshak <[email protected]> Sun, 28 Jun 2026 11:07:44 +0200
Newsgroups gmane.editors.lyx.devel
Message-ID <akDj4AQBuveSV2pU@jimmy>
On Tue, Jun 23, 2026 at 08:41:12AM +0200, Kornel Benko wrote:
> 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.

Thanks a lot, Kornel!

I tried the steps and it still doesn't work for me. I must have done
something wrong, but not sure what. In any case, I've ignored these two
tests on lyx-tester for now. As long as you and Jürgen are running the
tests and the pass for you, that is fine.

Scott

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

iQEzBAEBCgAdFiEEMfkICpsJzYuNuGlOA4ZnarZHC+sFAmpA5GAACgkQA4ZnarZH
C+tibgf/ZGcdqaxDcw1BA54CmDophm2gCM4GCdwjpXgTJNfjpO5pyJy/OTAVIhgB
rwCxhU0ub3x6Q/QafmlIzVkV1nwdZ9oUqzK5Nos13+vCpLMVZHfN12pBmdjc4dbK
oyBLfQNtVZ4LD7SOdUoFXiF4jdQXQhBdbdlGqci+n+jpKTOQBlH+nGMJqWTbgoCu
nu72p5Tnfh8nbDTGrW3oRJ99Sec9Nnql1u7/tpVQZ1fkrYCSkIsQMdzNpwRHnP/j
1SA7hvZB57CwK17mbYDP2mS4T/AFDJ1u7tFuoOAl9CpLm874gd4UOkFLhslxtg2i
rjB24G9KepFo6YE8dAAbL9Q9+GnMIA==
=1wXX
-----END PGP SIGNATURE-----