How can I insert a tif file into a Latex document?

  • Context: LaTeX 
  • Thread starter Thread starter julian
  • Start date Start date
  • Tags Tags
    Figure Latex
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Messages
862
Reaction score
366
I am trying to insert the tif file:

https://dl.dropboxusercontent.com/u/81787406/image.tif

into a Latex file with:

\usepackage{graphicx}\begin{figure}[ht!]
\centering
\includegraphics[width=50mm]{image.tif}
\end{figure}

but when I latex it I get the error: "Cannot determine size of graphic in image.tif (no Bounding Box)."

Can someone help with this as I now next to nothing about sort of thing. thanks
 
Last edited by a moderator:
on Phys.org
Reading that link I see I need to convert to .eps format. It works now - thanks.
 
  • Like
Likes   Reactions: Greg Bernhardt