GeneralUsing beamer in TeXnicCenter

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
bscout
Posts: 4
Joined: Mon Sep 01, 2008 1:50 am

Using beamer in TeXnicCenter

Post by bscout »

Guys, I am doing a presentation. I get the pdf but not without these warnings.
LaTeX Font Info: Try loading font information for U+msa on input line 144.
("C:\Program Files\MiKTeX 2.7\tex\latex\amsfonts\umsa.fd"
File: umsa.fd 2002/01/19 v2.2g AMS font definitions
)
LaTeX Font Info: Try loading font information for U+msb on input line 144.

("C:\Program Files\MiKTeX 2.7\tex\latex\amsfonts\umsb.fd"
File: umsb.fd 2002/01/19 v2.2g AMS font definitions
)
LaTeX Font Info: Font shape `T1/phv/m/it' in size <8> not available
(Font) Font shape `T1/phv/m/sl' tried instead on input line 144.
LaTeX Font Info: Font shape `T1/phv/m/it' in size <6> not available
(Font) Font shape `T1/phv/m/sl' tried instead on input line 144.
LaTeX Font Info: Font shape `T1/phv/m/it' in size <5> not available
(Font) Font shape `T1/phv/m/sl' tried instead on input line 144.

Overfull \vbox (26.56433pt too high) detected at line 144
Could you, please, provide me with some advice?

Thanks in advance. :)

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Re: Using beamer in TeXnicCenter

Post by Stefan Kottwitz »

Hi bscout,

welcome to the board!
It seems you are trying to use the Helvetica font with italic type, but that's not available, slanted type is used instead.
Further some text is too wide and extends into the margin, check line 144, perhaps post it here.

Stefan
LaTeX.org admin
bscout
Posts: 4
Joined: Mon Sep 01, 2008 1:50 am

Using beamer in TeXnicCenter

Post by bscout »

Stefan_K wrote:Hi bscout,

welcome to the board!
Thank you! :)

This is my line 144.
\end{tabular}
\caption{Something...}
\end{table}
Sorry for the inconvenience.
Post Reply