Document Classes ⇒ how to deal with the warnings?
how to deal with the warnings?
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?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
how to deal with the warnings?
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}
Re: how to deal with the warnings?
It worked again.