I would like to use powerdot to compose a document. I want to have a clock in the pdf file, but it does not show. If I am using Beamer, then how can I have a clock as in powerdot? Please help me.
\documentclass[size=12pt,
% style=husky,
% style= default
% style= elcolors
style=tycja,
paper=screen,
mode =present,
orient=landscape,
display = slidesnotes,
nopagebreaks,fleqn,clockformat]{powerdot}
\usepackage{fouriernc}
\begin{document}
\begin{slide}{First}
Let $ABC$ be a triangle.
\end{slide}
\end{document}

clockoption instead ofclockformat. – Paul Gaborit Oct 10 '12 at 05:53beamer, you can use thetdclockpackage. – Paul Gaborit Oct 10 '12 at 05:58hyperref: your version isv6.79k; my version isv6.83g. – Paul Gaborit Oct 10 '12 at 08:57