Markus Mehrwald schrieb:
> I am creating a new template for powerdot. Now I have a problem with the
> footer. I want it in two lines. In the first line should be the text
> given with rf and in the second line the page number. Both should be
> right aligned.
use a table with \begin{tabular}{r@{}}
Herbert