General ⇒ picture problems
-
- Posts: 1
- Joined: Sun Jun 01, 2008 3:42 pm
picture problems
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
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
picture problems
consider this line at the beginning of your thesis.tex:
Code: Select all
\documentclass[draft,british,a4paper,12pt]{phdthesis}
Stefan