Install non-free latex fonts

,

sudo getnonfreefonts-sys --all
It includes luximono (and luximono.sty) for latex, a nice fixedwidth font with all typeface included (blod, italics) I use this one for listings (lstlistings, algorithmic etc …)

And now for something completly different :
Install ms font in linux :
sudo apt-get install msttcorefonts ttf-ms-fonts
sudo fc-cache -f -v

Leave a Reply