I couldn't find much help on google. Can anyone suggest me some link?

link|improve this question
feedback

migrated from stackoverflow.com Jun 23 '10 at 17:35

This question came from our site for professional and enthusiast programmers.

3 Answers

Try googling tex truetype - there's plenty of hits. The top one looks fairly promising

http://www.radamir.com/tex/ttf-tex.htm

although I've never done this myself.

link|improve this answer
feedback

When you've got TTF fonts installed you'll want to make sure that you have the following in your preamble:

\usepackage[T1]{fontenc}
\usepackage{ae,aecompl}
link|improve this answer
feedback

Try using XeTeX/XeLaTeX rather than plain TeX/LaTeX or pdfTeX/pdfLaTeX. XeTeX handles truetype and opentype fonts transparently, no need to go through any hassles:

http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=xetex_linux

link|improve this answer
feedback

Your Answer

 
or
required, but never shown