Generalpicture problems

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
ihavenoface
Posts: 1
Joined: Sun Jun 01, 2008 3:42 pm

picture problems

Post by ihavenoface »

hi all, really need help with this problem

im doing my thesis and was given a template (see attached) everything works fine in the template, however when i try to include an image it doesn't show up in the resultant pdf. A bounding box with just the name of the file is shown (see thesis.pdf for an example of this)

anybody any ideas ive tried everything using png, eps, jpg, pdf nothing seems to work ?
Attachments
Archive.zip
(216.14 KiB) Downloaded 118 times

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

picture problems

Post by Stefan Kottwitz »

Hi,

consider this line at the beginning of your thesis.tex:

Code: Select all

\documentclass[draft,british,a4paper,12pt]{phdthesis}
Remove the draft option, then it should work. Btw. varioref has also the draft option set.

Stefan
LaTeX.org admin
Post Reply