Search found 4 matches

by minger
Mon May 11, 2009 3:10 pm
Forum: General
Topic: EPS files PDFLaTeX and BibTeX help
Replies: 1
Views: 1330

Re: EPS files PDFLaTeX and BibTeX help

OK, I think I've already answered this for myself as well. Something about posting on a board must get my brain going.

It seems as though I can do a Regular Latex compile, then a bibtex compile, and another latex compile to get a DVI. I can then run dvi->ps to get a good postscript file. Then I can ...
by minger
Mon May 11, 2009 2:49 pm
Forum: General
Topic: EPS files PDFLaTeX and BibTeX help
Replies: 1
Views: 1330

EPS files PDFLaTeX and BibTeX help

OK guys, I'm almost done asking problems. Here's the latests. I have a large project (currently using LEd) and most of my image files are .eps files. Currently, the only way to get the pictures in the output file is to compile to DVI, and then DVI -> PDF. PDFLATEX does not recognize the eps files ...
by minger
Fri May 08, 2009 5:16 pm
Forum: General
Topic: Odd Compilation Error on Windows Miktex
Replies: 2
Views: 1605

Odd Compilation Error on Windows Miktex

DUH!!

I forgot to Mark the proper file as "main".



edit: OK, do I need any special plugin to enable .eps files? The current command I'm using is:

\newcommand{\munepsfig}[3][1.0]{%
\begin{figure}[!htbp]
\centering
\vspace{2mm}
\scalebox{#1}{\includegraphics{figures/#2.eps}}
\caption{#3 ...
by minger
Fri May 08, 2009 5:13 pm
Forum: General
Topic: Odd Compilation Error on Windows Miktex
Replies: 2
Views: 1605

Odd Compilation Error on Windows Miktex

Hi guys, I am having a very troubling problem. I am working on a thesis, and was using the metathesis template. I had it loaded onto a linux box, which I was doing all my work through an ssh client. Everything was fine, it was kind of a pain in the ass, but it worked.

Lately, I've wanted some ...