Graphics, Figures & TablesGraphic covers Text and appears off the Page

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
lle
Posts: 1
Joined: Mon Oct 03, 2011 8:10 pm

Graphic covers Text and appears off the Page

Post by lle »

Hi all-- This is my first post. I've been using a new document class made specifically for my thesis requirements (cornell.cls found here: http://www.gradschool.cornell.edu/sites ... is-2.9.zip)
and I am encountering a weird problem with displaying graphics that I haven't seen before. Specifically, the graphic always appears off page and if I include the 'h' option for the figure, it will appear above some of the text. ?!? I tried to place this particular graphic into other documents using standard cls files and that I have used without a problem. I've attached a picture of what the document looks like. I'd really appreciate any help!! ~LL

\begin{figure} [htp]
\centering
\includegraphics[scale=0.8]{TimingFigure1.pdf}
\hfill
\caption{(A) } \label{figure:TimingExperimentDesign}
\end{figure}

Packages I am using

\usepackage{graphicx,pstricks}
\usepackage{graphics}
\usepackage{moreverb}
\usepackage{subfigure}
\usepackage{epsfig}
\usepackage{subfigure}
\usepackage{hangcaption}
\usepackage{txfonts}
\usepackage{palatino}
\usepackage{apacite}
\usepackage{setspace}
Attachments
Screen shot 2011-10-03 at 2.21.51 PM.png
Screen shot 2011-10-03 at 2.21.51 PM.png (52.35 KiB) Viewed 990 times

Recommended reading 2024:

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

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

Post Reply