General ⇒ Actual time during presentation
Actual time during presentation
I want to see what time it is during presentation in full screen mode adobe reader.
Are there any possibilities ?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Actual time during presentation
The first package provides a digital clock showing the real time. The second package gives an analog clock, but it only works on Windows platforms.
Re: Actual time during presentation

Re: Actual time during presentation
I downloaded this package (tdclock.sty) but cannot get any of the sample tex files to run. I am using vista.
I seem to encounter problems at the \initclock line. No matter what I try I still can't succeed in running the files!
Thanks!
Re: Actual time during presentation
I'm still looking for help on how to do this before I make my presentation!
Has anyone installed this package successfully? I placed it in the same folder as my other .sty files. I updated the FNDB and refreshed it. But when I browse packages it doesn't appear in the list.... Any ideas?
Thanks!
Actual time during presentation
To bound the problem, let us start with a simple step. Copy the following code in a tex file, say, foo.tex:
Code: Select all
\documentclass{article}
\usepackage[timeinterval=10]{tdclock}
\begin{document}
\initclock
\tdclock
\end{document}
Re: Actual time during presentation
I'm using Adobe Reader 8. I seem to get the same error message you got but I updated hyperref from here: http://www.ctan.org/tex-archive/macros/ ... /hyperref/ using the hyperref.zip and then updated the FNDB and still no luck

It seems to stop and highlight the \initclock line...
thanks again for your help!
- Attachments
-
- testA.tex
- (8.09 KiB) Downloaded 574 times
Re: Actual time during presentation
Actual time during presentation
Thank you so much! It worked! I'm so grateful and extremely happy now!Juanjo wrote:Don't update by your own. Use the program that MikTeX provides for this purpose (Start > MikTeX 2.7 > Update). Quite surely, you will have to update first the binaries, then in a new run of the update program, the remaining packages. Please note, as shown by the log file, that you were still using version v6.77f, dated on 2007/11/17, of the hyperref package. The last version is v6.78l, dated on 2008/09/29.