Search found 3 matches

by aardvark
Thu Dec 04, 2008 6:13 pm
Forum: General
Topic: latex no longer finds eps files.
Replies: 2
Views: 1846

Re: latex no longer finds eps files.

the dvips -R0 (the R and 0 flags) worked !! thank you.

ajd
by aardvark
Wed Dec 03, 2008 6:22 pm
Forum: General
Topic: Converting latex documents to rtf/word.
Replies: 1
Views: 1231

Converting latex documents to rtf/word.

Is there a reasonable method one can use to take a pre-existing/compete report compiled in latex and convert the document (with pkg's, figures, etc.) to rtf with minimal intervention ?

I know that in the past this has always worked but not very well. I am hoping there is a public domain or even a ...
by aardvark
Wed Dec 03, 2008 6:19 pm
Forum: General
Topic: latex no longer finds eps files.
Replies: 2
Views: 1846

latex no longer finds eps files.

I have some documents which were prepared in latex approx. 3-5 years ago. These documents used epsfigures and the figures were presented using \epsfig command. The command was used specifically like:

\epsfig{file=../Measurements/figures/foo.eps,width=3mm}

inside the \figure environment. This has ...