[Tex/LaTex] Page size too small when using beamer class

beamerpaper-size

When I use the beamer class, the resulted pdf document has very small pages:

What can I do in order to create A4 sized slides?

The beginning of the latex document is:

\documentclass[xcolor=dvipsnames]{beamer}
\usetheme{Madrid}
\usecolortheme[named=ForestGreen]{structure}

The reported size in adobe reader is 5.04" x 3.78"

Best Answer

If you want to distribute the slides, just print them to a PDF and scale the pages. Then you can distribute a version with 4 slides on a page, e.g. You can do this from within your favourite PDF viewer, or use the pgfpages package. The beamer documentation section 4.6 outlines these techniques.