Document Classesugly rectangle in the output of my Beamer compil

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
anselm
Posts: 7
Joined: Mon Aug 09, 2010 9:11 am

ugly rectangle in the output of my Beamer compil

Post by anselm »

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
Last edited by anselm on Fri Oct 15, 2010 11:03 am, edited 1 time in total.

Recommended reading 2024:

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

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

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

ugly rectangle in the output of my Beamer compil

Post by gmedina »

Hi,

please post a minimal working example showing the undesired features.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
kasim
Posts: 2
Joined: Sun Sep 26, 2010 12:21 am

Re: ugly rectangle in the output of my Beamer compil

Post by kasim »

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
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

ugly rectangle in the output of my Beamer compil

Post by frabjous »

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.
kasim
Posts: 2
Joined: Sun Sep 26, 2010 12:21 am

ugly rectangle in the output of my Beamer compil

Post by kasim »

frabjous 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.
Thanks dear

Updating the hyperref from CTAN has solved the problem
thanks again
anselm
Posts: 7
Joined: Mon Aug 09, 2010 9:11 am

ugly rectangle in the output of my Beamer compil

Post by anselm »

Sorry not to post this before.
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]
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
Attachments
This is a image of the problem
This is a image of the problem
UglyRect.png (49.59 KiB) Viewed 4567 times
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: ugly rectangle in the output of my Beamer compil

Post by josephwright »

This is the hyperref issue. The bug will go away again when you update hyperref: it's not a beamer issue.
Joseph Wright
Post Reply