I have a problem; I'm using beamer class for my thesis presentation and I need to change the font's color into a tabular enviroment but it doesn't work.
After \begin{document} I'm using this package
The main fault is to load the xcolor package again because it is already loaded by the beamer class. This is expressed by an error message (which you should get, too).
and the same error appears.
I can't make pdflatex with any correct .tex fail.
Please, can you tell me what may be a problem. I need to fix this very soon for my thesis presentation.
I want to remove this line, but it doesn't exist, neither in my tex file, nor in the mybeamersettings.tex. In mybeamersettings there are only two lines with usepackage:
I didn't make the presentation, I'd downloaded the example from http://faculty.csuci.edu/jorge.garcia/tex/beamer.htm. It should be working. You can look at the example. There is no "\usepackage[...]{xcolor}" line.
The error message shows that the xcolor package was loaded more than once. Have a look at "Option clash for package" in the UK TeX FAQ for more information.
That example worked for me. For further investigation you could post your .log file as attachment here, perhaps we would find the cause there.
After second line there is Option clash... Probably, latex load xcolor package more than once automatically, so I really don't know how to solve problem. I upload my .log file.