Hi,

On Wednesday, October 2, 2002, at 02:17 AM, Rohan Lloyd wrote:

>
> On Wednesday, October 2, 2002, at 12:03  PM, Rohan Lloyd wrote:
>
>> On Wednesday, October 2, 2002, at 06:58  AM, Chris Zubrzycki wrote:
>>
>>> Ok, I have been having a very weird problem, every time i try to 
>>> install doxygen on 10.2 it fails when making the pdf manual, there 
>>> are a few files it cannot find, but the fatal problem is a graphic, 
>>> which is in che correct location, but for some reason latex or 
>>> whatever is not able to use .gif files, which is what it is. Has 
>>> anyone else had any problems like this?
>>
>> I get the following error:
>>
>>     [92] [93]) (./htmlcmds.tex [94]) (./arch.tex [95]
>>
>>     ! LaTeX Error: File `archoverview' not found.
>>
>>     See the LaTeX manual or LaTeX Companion for explanation.
>>     Type  H <return>  for immediate help.
>>      ...
>>
>>     l.11 \includegraphics[width=14cm]{archoverview}
>>                                                    \caption{Data flow 
>> overview}
>>
>> Is that what you get? I have no idea what the problem is, I was going 
>> to send an email asking about it, but you beat me to it.
>
> A bit more info.
>
> At this point typing "H" gives:
>
>     ? h
>     I could not locate the file with any of these extensions:
>     .png,.pdf,.jpg,.mps,.tif
>
> And there is no file with that extension. However there is:
>
>     rohanl@gromit> ls -l archoverview.*
>     -rw-r--r--    1 root     admin       10673 Oct  2 18:56 
> archoverview.eps
>
> If I manually create a pdf file using ps2pdf, it runs without any 
> fatal errors.
>
> Here are all the TeX related packages I have installed:
>
>     rohanl@gromit> fink list tex | grep "^ i"
>      i      gettext 0.10.40-3       Message localization support
>      i      pdftex  20010417-9      Generate PDF from TeX directly
>      i      tetex-base      1.0-12  TeTeX is an implementation of TeX 
> for UNIX
>      i      tetex-texmf     1.0.2-6 Main texmf tree for a teTeX 
> installation
>      i      texinfo 4.2-1   Texinfo documentation system
>
> So how do I get LaTeX to use the .eps file?

The problem is, that you are making a pdf using pdflatex and and not 
plain latex creating a dvi file. Unfortunately pdflatex cannot handle 
eps files (or I haven't been able to figure out how to do it). 
Therefore you have to possibilies: either convert the eps file yourself 
to one of the graphic formats given by the help above, or you use latex 
to generate a dvi and you use dvipdf to convert the dvi to a pdf. 
However, I have only little experience with doxygen and I do not know 
how to tell doxygen about the second possibility.

Cheers,
                Remi

---------------------------------------------------------------------
I haven't lost my mind - it's backed up on my disk somewhere.

*********************************************************************
Remigius K. Mommsen                 e-mail: [EMAIL PROTECTED]
University of California, Irvine       URL:      home.cern.ch/mommsen
c/o SLAC                             voice:        ++1 (650) 926-3595
2575 Sand Hill Road #35             mobile:        ++1 (650) 387-1402
Menlo Park, CA 94025, US               fax:        ++1 (650) 926-8522
*********************************************************************



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to