[H-GEN] LaTeX question

Craig Eldershaw ce at comlab.ox.ac.uk
Sun Mar 26 05:03:59 EST 2000


[ Humbug *General* list - semi-serious discussions about Humbug and ]
[ Unix-related topics.  Please observe the list's charter.          ]

>the input:
>...
>\usepackage{graphics}
>...
>  \begin{titlepage}
>    \includegraphics[426,154pt]{logo.jpg}
>...

LaTeX really only likes encapsulated postscript files - if it does use
anything else, then it's really a cludge.  It's probably assuming it is
an eps file.  Tyr using 'graphicx' (rather than 'graphics') and ading a
'type=gif' option to your includegraphics line.  If that fails, check
in .../texmf/tex/latex/config/graphics.cfg to see for any mention of
.gif files.

Best solution is probably to convert the .gif to an .eps file.

C.

--
* This is list (humbug) general handled by majordomo at lists.humbug.org.au .
* Postings to this list are only accepted from subscribed addresses of
* lists 'general' or 'general-post'.



More information about the General mailing list