Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I wanna use color or xcolor package. So I typed \usepackage{xcolor} in the preamble. But the problem I got is that all my figures (of .jpg format) won't be loaded.

Is there some conflict between these packages and the graphicx package. If so please guide me how to resolve this conflict.

share|improve this question
6  
There is no conflict (in fact color and graphicx packages were written at the same time, by the same person). You will need to provide an example code that allows us to reproduce the problem, and say what error message you get. – David Carlisle Oct 2 '12 at 14:25
How do you compile the file (pdflatex or latex/dvips or xelatex or latex/dvipdfmx or ...) and have you specified any driver options? – Heiko Oberdiek Oct 2 '12 at 14:50
I compile the file pdflatex (with key f9) – samy Oct 3 '12 at 15:49
the error is as follows <FigTitle/Logo.jpg, id=411, 185.69376pt x 152.57pt> <use FigTitle/Logo.jpg> ! Too many }'s. \color@endbox ->\color@endgroup \egroup l.12 \end{figure} – samy Oct 3 '12 at 15:55
Welcome to TeX.sx! Please add a minimal working example (MWE) that illustrates your problem. – Martin Schröder Oct 4 '12 at 13:12
show 1 more comment

closed as too localized by egreg, Gonzalo Medina, Paul Gaborit, Kurt, lockstep Nov 3 '12 at 23:38

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.