Search found 3 matches

by Fr00pY
Tue Apr 10, 2012 8:40 pm
Forum: Document Classes
Topic: Beamer | Fix Overfull \hbox warnings with modified theme
Replies: 4
Views: 9027

Beamer | Fix Overfull \hbox warnings with modified theme

\paperwidth works fine, but unfortunately it doesn't removes the main issue. i changed the \setbeamertemplate{frametitle} using \paperwidth :

\documentclass[10pt]{beamer}

\usepackage[ngerman]{babel}
\usepackage[latin1]{inputenc}
\usepackage{helvet}

\usetheme{Berlin}

%colors ...
by Fr00pY
Tue Apr 10, 2012 5:04 pm
Forum: Document Classes
Topic: Beamer | Fix Overfull \hbox warnings with modified theme
Replies: 4
Views: 9027

Beamer | Fix Overfull \hbox warnings with modified theme

i tried that. the problem is, that \textwidth in the headline is as wide as the document, but in the frametitle it seems to be smaller. furthermore if set 1.0429\textwidth to 1\textwidth it doesn't change the warning.
i think the problem is the box containing "X.Y":
\begin{beamercolorbox}[wd=.14 ...
by Fr00pY
Tue Apr 10, 2012 4:33 pm
Forum: Document Classes
Topic: Beamer | Fix Overfull \hbox warnings with modified theme
Replies: 4
Views: 9027

Beamer | Fix Overfull \hbox warnings with modified theme

hey everyone,
i have a little problem with beamer and hope that this is the right session in the forum. i modified a theme of beamer in a way that it looks as i like it. everythings works fine and i'm happy with the result but i get some "Overfull \hbox" warnings and would like to know how to fix ...