GeneralActual time during presentation

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
afinko
Posts: 7
Joined: Sun Jun 29, 2008 11:46 pm

Actual time during presentation

Post by afinko »

I am using LaTeX Beamer presentation.
I want to see what time it is during presentation in full screen mode adobe reader.
Are there any possibilities ?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

Actual time during presentation

Post by Juanjo »

Yes, there are. Try the packages tdclock and analogclok that you can download from this URL: http://pcmap.unizar.es/numerico/software.php
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.
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
afinko
Posts: 7
Joined: Sun Jun 29, 2008 11:46 pm

Re: Actual time during presentation

Post by afinko »

Juanjo Tnx, this is exactly what i need :D
Laura
Posts: 5
Joined: Wed Nov 05, 2008 1:57 am

Re: Actual time during presentation

Post by Laura »

Hi I was wondering if anybody could be of help.
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!
Laura
Posts: 5
Joined: Wed Nov 05, 2008 1:57 am

Re: Actual time during presentation

Post by Laura »

Hi again everyone!
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!
User avatar
Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

Actual time during presentation

Post by Juanjo »

Your two posts relate to different problems. The first one concerns the behaviour of the package, the second one is about how to install it. None of them clarifies which is exactly your problem. For example, have you managed to complete a compilation of a sample document? Do you get errors? Do you get a valid pdf but clocks don't work? Which is your pdf viewer?

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}
Put in the same folder a copy of tdclock.sty and compile foo.tex with pdfLaTeX. If you don't get foo.pdf, attach here foo.log. If you get it, open it with Acrobat reader. Do you see the current date and hour? If not, attach here foo.log and foo.pdf. If yes, the package works and only remains to correctly install it. In such a case, ask again for help (not to me, since I'm a Mac user, and only an occassional Windows XP user). Anyway, I figure out that the problem comes from an outdated version of hyperref. I've done a test on a Windows XP machine with MikTeX 2.7 and I got an error message saying that \HyField@flags was an "undefined control sequence". After update, the error has dissapeared and everything goes fine.
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
Laura
Posts: 5
Joined: Wed Nov 05, 2008 1:57 am

Re: Actual time during presentation

Post by Laura »

I really apperciate you getting back to me!
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 546 times
User avatar
Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

Re: Actual time during presentation

Post by Juanjo »

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.
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
Laura
Posts: 5
Joined: Wed Nov 05, 2008 1:57 am

Actual time during presentation

Post by Laura »

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.
Thank you so much! It worked! I'm so grateful and extremely happy now!
Post Reply