Search found 3 matches

by Garcia
Fri Mar 16, 2012 7:37 pm
Forum: LEd
Topic: Compilation via DviPDF fails
Replies: 6
Views: 97207

Re: Compilation via DviPDF fails

I would like to thank you for your help ;)
I converted EPS files to PDF and after that attached to source.
by Garcia
Fri Mar 16, 2012 12:21 pm
Forum: LEd
Topic: Compilation via DviPDF fails
Replies: 6
Views: 97207

Compilation via DviPDF fails

Hi,

Unfortunately this trick doesn't work ;/ I know perhaps that this package epstopdf is used for problems with .eps files generally.

I must to say that now i am working on my thesis and i have inserted only two .eps files in my code and one is working and the other one doesn't ;/ weird thing ...
by Garcia
Fri Mar 16, 2012 10:05 am
Forum: LEd
Topic: Compilation via DviPDF fails
Replies: 6
Views: 97207

Compilation via DviPDF fails

Hello,

So, I have a simple LaTeX document in LEd:
\documentclass[12pt]{article}
\usepackage{capt-of}
\usepackage{wrapfig}
\usepackage{multirow}
\usepackage{hyperref}
\usepackage{graphicx}

\title{My Sample \LaTeX{} Document}
\author{Someone}
\date{2012}

\begin{document}
\maketitle

\begin{figure ...