\documentclass[10pt]{article}
\usepackage{mathpazo}
\usepackage[a4paper,margin=10mm]{geometry}
\begin{document}
\fbox{%
\begin{minipage}{\linewidth}
\textbf{Course:} \hfill \textbf{Essay} \rule{2em}{0.2pt} \textbf{of} \rule{2em}{0.2pt}
\end{minipage}
}
\end{document}
The right margin of the fbox is cut off when I print the document. It looks fine in print preview, however. What can I do about this? Where is the problem? What should I try to diagnose the problem?
Looking more closely at the pdf onscreen, it seems like the left margin is still bigger than the right margin: they should be the same. Could this have something to do with it?
