Parts of my code are as follows:! LaTeX Error: File 'catalog' not found.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
1.213 \includegraphics[width=10cm]{catalog}
Code: Select all
\documentclass[english, 12pt, a4paper]{article}\usepackage{amsmath, amsfonts, amsthm}\usepackage{babel}\usepackage{graphicx}\usepackage{booktabs}\usepackage[T1]{fontenc}\usepackage[cp1250]{inputenc}\usepackage{alltt}\usepackage{color}
Code: Select all
\begin{figure}[h]\includegraphics[width=10cm]{catalog}\centering\caption{Systematic errors of common astrometric catalogs in comparison to 2MASS catalog. Horizontal axis shows the difference in arcsecs and vertical axis shows the probability density in arcsec$^{-1}$ \cite{catalogs07}.}\end{figure}
The image file is .png and is included in the folder of the .tex file, which is D:\tmp\TeXvzor\
What am I doing wrong?