3

Possible Duplicate:
LaTeX — specify font point size?

I'm working with beamer and one of my headlines is too big if I use \Large, and too small if I use \large. I'd like it to be just right. Is there a way to set the font size in absolute values, i.e. in points (pt) or something like that?

2
  • 2
    Perhaps this question is also of interest for you. Commented May 24, 2012 at 15:19
  • I'd say my question is a duplicate of this one :) I did search but did not find it.
    – levesque
    Commented May 24, 2012 at 15:42

1 Answer 1

8
\documentclass{beamer}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\begin{document}
\fontsize{3cm}{3.2cm}\selectfont abc
\end{document}

Not the answer you're looking for? Browse other questions tagged .