I want to write a simple letter using the dinbrief class but cannot get it to produce a DIN A4 page. The minimal example is this:
\documentclass[11pt,a4paper]{dinbrief}
\usepackage{german}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{eurosym}
\begin{document}
\subject{Some subject}
\backaddress{Me, some address}
\signature{Me again}
\Datum{Someplace}
\address{my name\\someplace\\some city}
\begin{letter}
{Other guy\\
his city}
\opening{Dear pdfLaTeX,}
why don't you produce the proper page size?
\closing{Kind regards}
\end{letter}
\end{document}
This produces a US letter sized document when I run pdflatex document from the terminal. I run ubuntu 12.04 with texlive-full packages installed and updated.
I would assume the a4paper option in the header is pretty unambiguous...
Am I missing something obvious?
texlive-fullis outdated (TeXLive 2009). There is no current version of TL for Ubuntu/Debian at the moment. It is recommended to install TL 2011/12 over its own installer. – Martin Scharrer♦ Jul 2 '12 at 11:39tlmgr) and will be installed in a single directory (/usr/local/texliveusually). There are no binary dependencies between TL and other tools, like editors, so there is no issue here. – Martin Scharrer♦ Jul 2 '12 at 11:46tlmgrutility. – bloodworks Jul 2 '12 at 11:49