Document Classes ⇒ ugly rectangle in the output of my Beamer compil
ugly rectangle in the output of my Beamer compil
I'm having rectangles around the title in Outline and on the navigation bar using Berkeley theme. They look like highlight for links.
How to get remove of them?
Thanks
How to get remove of them?
Thanks
Last edited by anselm on Fri Oct 15, 2010 11:03 am, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.
ugly rectangle in the output of my Beamer compil
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: ugly rectangle in the output of my Beamer compil
Hi,
I am facing the same problem.
Also each content in \frame{\tableofcontents} is sorrouned with rectangles
Does anybody know how to remove such rectangles?
Regards
Kasim
I am facing the same problem.
Also each content in \frame{\tableofcontents} is sorrouned with rectangles
Does anybody know how to remove such rectangles?
Regards
Kasim
ugly rectangle in the output of my Beamer compil
Have you ever heard what you say about someone who tries the same thing as before, expecting different results? A minimal working example, along with an example output example, is needed to diagnose this sort of problem.
Although it's very hard to tell with the minimal information provided, I'd suspect the problem has to do with what is discussed here; updating the relevant packages on your TeX system should solve the problem, unless your mirror is behind the times.
Although it's very hard to tell with the minimal information provided, I'd suspect the problem has to do with what is discussed here; updating the relevant packages on your TeX system should solve the problem, unless your mirror is behind the times.
ugly rectangle in the output of my Beamer compil
Thanks dearfrabjous wrote:Have you ever heard what you say about someone who tries the same thing as before, expecting different results? A minimal working example, along with an example output example, is needed to diagnose this sort of problem.
Although it's very hard to tell with the minimal information provided, I'd suspect the problem has to do with what is discussed here; updating the relevant packages on your TeX system should solve the problem, unless your mirror is behind the times.
Updating the hyperref from CTAN has solved the problem
thanks again
ugly rectangle in the output of my Beamer compil
Sorry not to post this before.
Find here an image of the problem and here the preamble:
As suggested in want of the link by Kasim there is a problem with hyperef in MinkteX 2.8 since I sart having those rectangle after updating!
I'm using TexmakerX editor on windows
Thank you all
Find here an image of the problem and here the preamble:
Code: Select all
\documentclass[heperref ={bookmarks = false}]{beamer}
\usetheme{Rochester}
\usepackage[utf8]{inputenc}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{items}[ball]
\setbeamertemplate{blocks}[rounded][shadow =true]
I'm using TexmakerX editor on windows
Thank you all
- Attachments
-
- This is a image of the problem
- UglyRect.png (49.59 KiB) Viewed 4567 times
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: ugly rectangle in the output of my Beamer compil
This is the hyperref issue. The bug will go away again when you update hyperref: it's not a beamer issue.
Joseph Wright