Document Classes ⇒ Problem in beamer/hyperref
Problem in beamer/hyperref
They appear in the simplest slides possible, e.g.
\documentclass[10 pt,compress]{beamer}
\usetheme{Antibes}
\usepackage[UKenglish]{babel}
\begin{document}
\section{Introduction}
\frame{
\frametitle{Bla}
BLA2
}
\end{document}
I have recently updated the MikTeX v.2.8. I believe this is the problem
I attach the log file. I need some help as soon as possible please!! Thanks.
- Attachments
-
- aa1.log
- (37.22 KiB) Downloaded 370 times
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
Problem in beamer/hyperref
If rolling back to an older version isn't feasible, perhaps you could compile your document with one of the online compilers; scribtex seemed to do fine with your document, for example.
Re: Problem in beamer/hyperref
Scribtex works, but I will use that as a last option as I have around 40 slides with figures and it's not practical. It also does not load a package (lucidabr) but it's not crucial.
Alternatively how can I shift back to an older hyperref version using MiKTex? I might also work on linux if this could fix it, somehow.
It's strange there is no simple way just to say don't draw the boxes around the links!!!
Re: Problem in beamer/hyperref
\hypersetup{
colorlinks,%
citecolor=black,%
filecolor=black,%
linkcolor=black,%
urlcolor=black
}
However, a final small issue appears, that is the title of the presentation normally shown in the theme Antibes is not shown anymore in the navigation bar. If someone has any idea on how to make it appear again, it'd be much appreciated.
Thanks.
Problem in beamer/hyperref
By the way, the ScribTeX thing was just an example; I think there are other options that don't put restrictions on the number of resources if you look around a bit. (maybe LaTeX lab would be better?)