Steps:
Read: How to use nice fonts in LaTeX
Install the software:
sudo apt-get install texlive-xetexsudo apt-get install lcdf-typetoolsThe latter one is needed for
otfinfoto determine the font family name.Read /usr/share/doc/texlive-doc/xetex/XeTeX-reference.pdf
Use
xelatexto create thepdfof your LaTeX documents
If you get the following error install the package lmodern
LaTeX Error: File `lmodern.sty' not found.
Finally I can use truetype fonts in my LaTeX documentation. Sweet!
Tags: latex

