Search found 6 matches

by robousy
Thu Jun 25, 2009 10:37 am
Forum: General
Topic: .eps ?
Replies: 2
Views: 1970

Re: .eps ?

Thanks Keta,

I just figured how to deal with this in my own solution, although yours sounds like it would probably be more elegant.

My solution was to use an eps to pdf converter, then convert the pdf to jpg and use standard LateX code.

The address for that is: http://www.ps2pdf.com/

It worked ...
by robousy
Thu Jun 25, 2009 3:38 am
Forum: General
Topic: arXiv Submission
Replies: 5
Views: 6138

Re: arXiv Submission

I just did the conversion as you suggested but arXiv did not accept the .pdf. It could tell that it was ultimately LateX generated even though I had a .ps and used some online software to convert to .pdf.
by robousy
Thu Jun 25, 2009 3:09 am
Forum: General
Topic: .eps ?
Replies: 2
Views: 1970

.eps ?

When compiling I'm having problems with MikTex reading my .eps figures.

Preamble

\usepackage{amssymb,amsmath,amsfonts}
\usepackage{graphicx}
\usepackage{graphics}
\usepackage{eepic,epsfig}
\usepackage{cite}

Code

\begin{figure}[tbph]
\begin{center}
\epsfig{figure=fig1.eps,width=11.5cm,height ...
by robousy
Thu Jun 25, 2009 12:00 am
Forum: General
Topic: arXiv Submission
Replies: 5
Views: 6138

Re: arXiv Submission

hmmmmm. I think I might know where the problem originates...but I'm still not sure hwo to fix:

I'm using:

\usepackage{amssymb,amsmath,amsfonts}
\usepackage{graphicx}
\usepackage{graphics}
\usepackage{eepic,epsfig}
\usepackage{cite}

and for my .eps figures I'm using:

\begin{figure}[tbph]
\begin ...
by robousy
Wed Jun 24, 2009 10:04 pm
Forum: General
Topic: arXiv Submission
Replies: 5
Views: 6138

Re: arXiv Submission

Hey Frabjous,

Thanks for your comment.

Sure, I could, but that would not solve the issue of arXiv not compiling my .tex file.

If I can figure out why it won't compile as a pdf and solve that, then it will simultaneusly solve the arXiv problem.

Rich
by robousy
Wed Jun 24, 2009 9:47 pm
Forum: General
Topic: arXiv Submission
Replies: 5
Views: 6138

arXiv Submission

Hello from a noob!

I'm having some issues submitting to arXiv and I thought I'd see if anyone here could assist.

Details

1. Running Texnic
2. Compiling in Miktex
3. Compiling works fine if I compile in: LaTeX=>PS mode.
4. Compiling FAILS if I compile in LaTeX=>PDF mode.
5. Attempted submission ...