[texhax] Adding an object into a MikTeX file

Edsko de Vries edsko at edsko.net
Sun Nov 11 16:45:07 CET 2007


On Fri, Nov 09, 2007 at 05:08:42PM +0000, G. Vlasakakis wrote:
> 
> Hi,
> 
> Could you pls provide me with some assistance about how i can insert a 
> .jbeg, .jpg or .bmp into a MikTeX file? I need to insert some pictures and 
> images found online to my report so i was thinking of firstly saving them 
> as image files.
> 
> thanks a lot in advance,

\begin{document}
\usepackage{graphicx}

\begin{document}

\includegraphics[width=0.5\textwidth]{picture.jpg}

\end{document}

then use pdflatex to compile. 

Edsko


More information about the texhax mailing list