Document Classeshow to deal with the warnings?

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
gcheer3
Posts: 41
Joined: Wed Jun 25, 2008 4:39 pm

how to deal with the warnings?

Post by gcheer3 »

Hey Stefan,

As I said, the code works. There is no error, but there are couple warnings. Should I pay attention on them? Thanks again.

And these time, I tried '\usepackage{beamerthemesplit}'
it didnt show the theme

I use the Basic MikTex, should I download other packages seperately?

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
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

how to deal with the warnings?

Post by Stefan Kottwitz »

Hi,

it depends on what the wanings mean. At least one should read them, it could be a visible problem or not. I'm getting warnings too when compiling a minimal beamer example complaining about fontsize. Perhaps the beamer class chooses a fontsize thats too small, it will be repaired by TeX. (Using fix-cm would remove the warning.)

Concerning beamerthemesplit: the split theme is old, use the newer Malmoe instead:

Code: Select all

\usetheme{Malmoe}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Stefan
LaTeX.org admin
gcheer3
Posts: 41
Joined: Wed Jun 25, 2008 4:39 pm

Re: how to deal with the warnings?

Post by gcheer3 »

I am so lucky to find you here, Stenfan.

It worked again.
Post Reply