GeneralGenerating files with many picutures

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
death7
Posts: 2
Joined: Mon Jul 07, 2008 11:29 am

Generating files with many picutures

Post by death7 »

Morning all!

I am a LaTex novice and did come across problems when I want to generate something like a user manual with LaTex, in which many many pictures should be included. After each of the picture only a short comment of one or two sentences is written and then comes the next picture.
the problem is, the pictures are treated as "float" in latex, so if there are many pictures with only few texts, it happens all the time that in the generated file latex put all the short texts together first and then all the pictures together. As a result, if I want to realise the format of one picture, one comment, one picture, one comment... I have to adjust the size of every picture again and again after generating the file again and again. really a waste of time, and the result is still not so satisfactory.
is there any guys out there who has more experience in handling such problems?
by the way, I use package{graphicx} and all the pictures are in format of JPG and also tried some methods like using the palcement [htb!]
Thank you in advance^^

Yujia

Recommended reading 2024:

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

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

T3.
Posts: 208
Joined: Fri Mar 14, 2008 12:58 pm

Generating files with many picutures

Post by T3. »

Section 21 in Using Imported Graphics in LaTeX and pdfLaTeX describes how you can get non-floating figures in LaTeX. You will find there many other valuable suggestions as well.

Cheers,

Tomek
death7
Posts: 2
Joined: Mon Jul 07, 2008 11:29 am

Re: Generating files with many picutures

Post by death7 »

I have tried it out to use the non-floating figures~
not bad~~
thanks a lot^^
Post Reply