4

I would like to put a picture in text body as shown in the following picture from MS Word.

Image in test

I tried some things but not working. What I want is more or less the \LaTex command but for my image!

Is there any way to do this in latex?

David Carlisle
  • 757,742
Manos C
  • 238

1 Answers1

5

just use

I studied in \includegraphics[height=0.8em]{tudelftlogo}.

or perhaps

I studied in \includegraphics[height=0.8em]{tudelftlogo}Delft.

depending whether the final Delft is part of the image.

and add \usepackage{graphicx}

David Carlisle
  • 757,742