hello all!
i have in the output file between the paragraphs a vertical space that isn't little,and it contains in the middle one bracket (
how can i suppress this?
i have also an image ,how can i put it in my program ,and wish extension should i give to her,and where i must put it ,in which directory?
thanks very much.
General ⇒ space and figure.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
space and figure.
Hi meliahabib,
More information concerning graphics inclusion you could find in the document Guide to using Encapsulated PostScript in LaTeX.
Stefan
just at one place? Could you show the corresponding LaTeX code that you've written for those paragraphs?meliahabib wrote:i have in the output file between the paragraphs a vertical space that isn't little,and it contains in the middle one bracket ( how can i suppress this?
It depends -meliahabib wrote: i have also an image ,how can i put it in my program ,and wish extension should i give to her,and where i must put it ,in which directory?
- if you use pdflatex, that means you are compiling directly to pdf, you could include graphics files with the extensions .pdf, .jpg and .png of the corresponding format,
- if you compile with latex to dvi and ps you could include .eps files.
More information concerning graphics inclusion you could find in the document Guide to using Encapsulated PostScript in LaTeX.
Stefan
LaTeX.org admin