I'm trying to compile a basic page that includes only the title.
I've added the clock via global options.
When I compile it in {present, landscape} settings in "screen" paper size, everything is just fine.
However, it produces a vertical clock when compiled in "smartboard" paper size.
During compilation I execute latex > dvips > ps2pdf in this order.
How could I fix it?
I add the minimal non-working code below.
\documentclass[paper=smartboard, style=horatio, orient=landscape, size=17pt, clock]{powerdot}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\title{Title}
\author{Author}
\date{Date}
\begin{document}
\maketitle
\end{document}
