I am facing a challenge importing a graph from a PDF file into Latex. I use Latex Editor (LEd). I have plotted the graph and saved it as PDF in the same directory as the latex project files. Have been trying import the graph into Latex using:
\usepackage{graphics}
Code: Select all
\begin{figure}
\includegraphics{Document1}
\end{figure}
\includegraphics
. How can I include the graph into the project? Or how can I add the graphics into it, since it only contains \include
and \includeonly
?Thanks