Hi Vincent, On Sat, 23 Aug 2014, Vincent Lefevre wrote: > /usr/share/texlive/texmf-dist/fonts/truetype/public/lato contains:
Thanks, indeed. THat is the problem with font packages chaging the file names ... hard to deal with it. > Same problem for symlinks in: > > /usr/share/texlive/texmf-dist/fonts/truetype/typoland/carlito Huuu? $ for i in * ; do if [ ! -r `readlink $i` ] ; then echo $i ; fi ; done $ for i in * ; do file `readlink $i`; done ../../../../../../fonts/truetype/crosextra/Carlito-BoldItalic.ttf: TrueType font data ../../../../../../fonts/truetype/crosextra/Carlito-Bold.ttf: TrueType font data ../../../../../../fonts/truetype/crosextra/Carlito-Italic.ttf: TrueType font data ../../../../../../fonts/truetype/crosextra/Carlito-Regular.ttf: TrueType font data $ These fonts are here ... ?? > and some symlinks in: > > /usr/share/texlive/texmf-dist/fonts/truetype/google/roboto Indeed: $ for i in * ; do if [ ! -r `readlink $i` ] ; then echo $i ; fi ; done Roboto-BlackItalic.ttf RobotoCondensed-LightItalic.ttf Roboto-MediumItalic.ttf $ I will fix these for the next upload, and hope that the font packages do not rename fonts too many times. Norbert ------------------------------------------------------------------------ PREINING, Norbert http://www.preining.info JAIST, Japan TeX Live & Debian Developer GPG: 0x860CDC13 fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13 ------------------------------------------------------------------------ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org