6
votes
2answers
80 views

hyperref with implicit=false gives a warning

I am getting the following warning when I use beamer Package hyperref Warning: Option `pdftitle' has already been used I can recreate the problem with the following MWE based on the article ...
2
votes
1answer
170 views

Warnings with beamer class and itemize

I'm getting the following annoying warnings: LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <4> not available (Font) size <5> substituted on input line 16. ... LaTeX ...
0
votes
0answers
205 views

annoying warnings in beamer [closed]

I am using beamer to prepare a presentation and keep getting the following warning for each slide: Overfull \hbox (2.65947pt too wide) in paragraph at lines 99--99 [][][][] [] This is terribly ...
18
votes
2answers
4k views

How to remove the warnings “Font shape `OT1/cmss/m/n' in size <4> not available” and “Size substitutions with differences” in beamer?

LaTeX Font Warning: Font shape `OT1/cmss/m/n' in size <4> not available LaTeX Font Warning: Size substitutions with differences I am using the files from ...
2
votes
3answers
905 views

overfull vbox with beamercolorbox

In a latex-beamer document, I am using a custom headline template. It produces a headline only when in a section. Here is a stripped down version: \documentclass{beamer} \usepackage{times} % gets rid ...