truetype fonts in LaTeX the easy way (on Debian/Unbuntu)
Steps:
-
Read: How to use nice fonts in LaTeX
-
Install the software:
sudo apt-get install texlive-xetexsudo apt-get install lcdf-typetools
The latter one is needed for otfinfo to 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!
Read other posts