General ⇒ space and figure.
-
- Posts: 9
- Joined: Wed Aug 20, 2008 6:53 pm
space and figure.
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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
space and figure.
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