Code: Select all
\includegraphics{me.eps}
Code: Select all
\includegraphics{me.eps}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\includegraphics[scale=1.0]{me.spe}
I try this, but it don't help me. A picture stretchs.php1ic wrote:Try
Code: Select all
\includegraphics[scale=1.0]{me.spe}
Code: Select all
\includegraphics[scale=0.75]{filename}
What command use for addition *.jpg files in latex?localghost wrote:Usually it doesn't make sense to convert a pixel based format (JPG) to a vector format (PS/EPS) unless your final output format is also postscript. You won't benefit from the advantages of this format. If the final output format is PDF, take the graphics file in JPG format and compile with pdflatex.
Thanks.localghost wrote:I already said that it is necessary to use the pdflatex compiler engine instead of latex. The command for inclusion remains the same (without suffix).
NEW: TikZ book now 40% off at Amazon.com for a short time.