I couldn't find much help on google. Can anyone suggest me some link?
|
feedback
|
migrated from stackoverflow.com Jun 23 '10 at 17:35
This question came from our site for professional and enthusiast programmers.
|
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. | |||
|
feedback
|
|
When you've got TTF fonts installed you'll want to make sure that you have the following in your preamble:
| |||
|
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 | |||
|
feedback
|