Search found 6 matches

by chairmanwow
Sat Dec 15, 2012 11:17 pm
Forum: Graphics, Figures & Tables
Topic: Cannot create images
Replies: 10
Views: 12115

Re: Cannot create images

I apologise, I wasn't sure how to do this.

I originally had the extension explicitly, then took it out when searching for the problem. It seems the .jpg file was in Pictures, so moving this to Documents solved the original problem, then scaling down solved the second.

Thank you for all your help!
by chairmanwow
Sat Dec 15, 2012 10:39 pm
Forum: Graphics, Figures & Tables
Topic: Cannot create images
Replies: 10
Views: 12115

Cannot create images

This is the simplified problem:


This is pdfTeX, Version 3.1415926-2.3-1.40.12 (MiKTeX 2.9)
entering extended mode
(C:/Users/User/Documents/untitled-4.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, afrikaans, ancientgreek, ar
abic, armenian, assamese, basque, bengali ...
by chairmanwow
Sat Dec 15, 2012 7:33 pm
Forum: Graphics, Figures & Tables
Topic: Cannot create images
Replies: 10
Views: 12115

Re: Cannot create images

I've moved the file to Documents, but still find the same issue.
by chairmanwow
Sat Dec 15, 2012 7:15 pm
Forum: Graphics, Figures & Tables
Topic: Cannot create images
Replies: 10
Views: 12115

Re: Cannot create images

It is currently .esp in Downloads, though I don't have a program to open it. Do I need to move it somewhere else?
by chairmanwow
Sat Dec 15, 2012 6:57 pm
Forum: Graphics, Figures & Tables
Topic: Cannot create images
Replies: 10
Views: 12115

Cannot create images

Thanks for your reply.

I had corrected the space issue in simplifying the issue, but must have missed it in looking back at the original problem.

Having corrected this, I now obtain:

! LaTeX Error: File `FitnessLandscape' not found.

See the LaTeX manual or LaTeX Companion for explanation.
Type ...
by chairmanwow
Sat Dec 15, 2012 6:31 pm
Forum: Graphics, Figures & Tables
Topic: Cannot create images
Replies: 10
Views: 12115

Cannot create images

Hi,

I'm having real trouble in creating any images using LaTeX. My current issue is with the following example:

\documentclass[a4paper,12pt]{article}
\usepackage{amsmath, amssymb, graphicx, setspace}
\begin{document}
\begin{figure}[hbtc]
\centering
\includegraphics{Fitness Landscape}
\caption ...