I've tried to google this problem, and it seems common.
But I couldnt find a solution.
I'm using TeXnicCenter 1.0 RC1 and MikTeX 2.8 (install missing packages = Yes).
Output profile LaTex => DVI works fine.
But LaTeX => PS => PDF I get black and white pictures. But everything else is fine!
And the profile LaTex => PDF I get this error:
Here's some codeI found no \citation commands
I found no \bibdata command
I found no \bibstyle command
(There were 3 error messages)
Code: Select all
\documentclass[12pt,a4paper,oneside]{report}
\usepackage{graphicx}
\begin{document}
\chapter[Testing LaTex format]{Test}
..open its first research in \cite{adusumalli_evaluation_2010}.
\begin{figure}[h]
\centering
\includegraphics[scale=0.5,bb=0 0 425 319]{ifam2.jpg}
\caption{Front picture of its main building}
\end{figure}
\bibliography{mylib0}
\bibliographystyle{plain}
\end{document}
Thanks