I have this code in LaTeX, I compile with "latex+dvips+ps2pdf+See PDF"
\documentclass[a4paper,12pt]{article}
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\begin{document}
\begin{figure} [h]
\centering
\includegraphics [width=8cm]{CircuitoRC.pdf}
\caption{Carga de un condensador en un circuito RC.}
\label{fig:circuito}
\end{figure}
\end{document}
In \includegraphics it says me this:
LaTeX Error: Cannot determine size of graphic in
CircuitoRC.pdf(no BoundingBox).See the LaTeX manual or LaTeX Companion for explanation.Type H for immediate help....\includegraphics [width=8cm]{CircuitoRC.pdf}
I don't know why.
pdflatexto produce the pdf? Otherwise you will need your image in a format compatible withlatex. – samcarter_is_at_topanswers.xyz Jan 06 '17 at 18:36