3

When I use \includegraphics all of my figures say "chesches" at the bottom left of the figure.

Here is the code:

\begin{figure}
\includegraphics[width = 6 inches]{HHCircuit.png}
\end{figure}
Ryan
  • 31

1 Answers1

2

Use in not inches:

\begin{figure}
\includegraphics[width = 6in]{HHCircuit.png}
\end{figure}
Paul Gaborit
  • 70,770
  • 10
  • 176
  • 283