General\includegraphics ?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
fxlatex
Posts: 6
Joined: Wed Feb 13, 2008 1:34 am

\includegraphics ?

Post by fxlatex »

Wow; This is a great forum! First time posting.

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} 
The above code placed just bellow \begin{letter}; this placed a small logo (logo-01.esp) nicely in the upper left hand corner of my letter. I am happy with that. I, however, would rather had the logo in the upper right corner of the letter never could do that.

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

\includegraphics ?

Post by gmedina »

The wrapfig package could be useful.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
fxlatex
Posts: 6
Joined: Wed Feb 13, 2008 1:34 am

Re: \includegraphics ?

Post by fxlatex »

Wrapfig appears to work great! Thanks gmedina ...
rickyroma
Posts: 2
Joined: Fri Feb 15, 2008 1:59 am

Re: \includegraphics ?

Post by rickyroma »

Hi - new user here.

Just lloking for some help with adding graphics to my latex code. At university i was using .eps files which was fine - but now that ive finished i dont have the ability to use .eps at home.

3 Questions really:

1. Can i download something that will allow me to creat eps files?
2. what is the correct formatting for .jpg or .gif files?
3. Do you images have to be in the same folder as your tex source code in order for it to pick it up?

Any help would be greatly appreciated!

cheers
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

\includegraphics ?

Post by gmedina »

The epslatex document can be very useful to learn how to use imported graphics files in LaTeX documents.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
rickyroma
Posts: 2
Joined: Fri Feb 15, 2008 1:59 am

Re: \includegraphics ?

Post by rickyroma »

ta
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

\includegraphics ?

Post by localghost »

rickyroma wrote:PILE OF PISH
What is this answer all about?
Post Reply