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 ?
General ⇒ picture problems
-
- Posts: 1
- Joined: Sun Jun 01, 2008 3:42 pm
picture problems
- Attachments
-
- Archive.zip
- (216.14 KiB) Downloaded 118 times
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
Hi,
consider this line at the beginning of your thesis.tex:
Remove the draft option, then it should work. Btw. varioref has also the draft option set.
Stefan
consider this line at the beginning of your thesis.tex:
Code: Select all
\documentclass[draft,british,a4paper,12pt]{phdthesis}
Stefan
LaTeX.org admin