Question

How to set the font generated from a beamer latex file to Times New Roman in preamble?

Thanks!

Was it helpful?

Solution

Just go here: http://www.ctan.org/tex-archive/info/Free_Math_Font_Survey/survey.html, choose the most similar font to the one you want and add

\includepackage{fontname}

in the preamble

you can try also with \includepackage{times} but I don't know if it's the font you want..

OTHER TIPS

The times package is obsolete. Better use mathptmx with Times Roman as default text font and supporting math as well:

\usepackage{mathptmx}

Btw. the default warnings (including font warning) would appear with Times as well. To get rid of it see Removing beamer warnings.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top