GeneralHelp! Diagrams in latex

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
thesixth
Posts: 1
Joined: Sat Aug 02, 2008 5:27 pm

Help! Diagrams in latex

Post by thesixth »

Hi people
I am new to Latex and trying to figure out the best way to get diagrams into my latex work. I have converted a file to a .pdf and used

Code: Select all

\includegraphics{C:/filename.pdf}
which seemd to work except that the graphic was on the bottom of the next page. I can't find from search engines any way to specify where the graphic goes or understand why this happened... :? :?
Help gratefully received! 8-)

Recommended reading 2024:

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

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

Re: Help! Diagrams in latex

Post by Stefan Kottwitz »

Hi,

do you use \includegraphics and nothing else? Or are you using the figure environment? Because if you use the figure environment the graphic may be placed somewhere else depending on the parameters to the environment.

Stefan
LaTeX.org admin
Post Reply