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 122 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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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