I have just began to use Latex for some simple documents. I am using TexMaker Editor ... on a CentOS (Linux) system.
I have created a great CV ... and some simple letters, so I am green! I am loving Latex
I was working today on a letter and was attempting to insert images (.eps) ... I was successful to some degree ... I used code:
Code: Select all
\begin{figure}
\includegraphics[scale=0.60]{/home/local01/la.tex/let/logo-01.eps}
\end{figure}
I would like to be able to insert images in my papers, at will; say the right side of a technical paper w/caption. Then have text directly justified left of the image ... similar to what you might see in a magazine article; then more text, and maybe a image on the left w/caption, some text directly justified right of the image. In other words images to support the message of the paper.
Can anyone advise me where I can research this or how this can be archived?
Any help, is much appreciated.
Corbin