On 2014-08-24 09:04:41 +0900, Norbert Preining wrote: > On Sat, 23 Aug 2014, Vincent Lefevre wrote: > > 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 ... ??
Not on my machine: $ pwd /usr/share/texlive/texmf-dist/fonts/truetype/typoland/carlito $ for i in * ; do if [ ! -r `readlink $i` ] ; then echo $i ; fi ; done Carlito-Bold.ttf Carlito-BoldItalic.ttf Carlito-Italic.ttf Carlito-Regular.ttf $ ll ../../../../../../fonts/truetype/crosextra -rw-r--r-- 1 root root 58892 2013-03-19 17:07:39 Caladea-Bold.ttf -rw-r--r-- 1 root root 61828 2013-03-19 17:07:39 Caladea-BoldItalic.ttf -rw-r--r-- 1 root root 61860 2013-03-19 17:07:39 Caladea-Italic.ttf -rw-r--r-- 1 root root 58964 2013-03-19 17:07:39 Caladea-Regular.ttf The name is Caladea, not Carlito. But... $ apt-cache search fonts-crosextra- fonts-crosextra-caladea - Sans-serif font metric-compatible with Cambria font fonts-crosextra-carlito - Sans-serif font metric-compatible with Calibri font I have fonts-crosextra-caladea installed (due to some dependency), but not fonts-crosextra-carlito. So, this is a dependency issue. -- Vincent Lefèvre <[email protected]> - Web: <https://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

