Scientific Word/Workplace ⇒ Figure doesn't appear
-
rockybalboa
- Posts: 15
- Joined: Wed Mar 04, 2009 12:33 am
Figure doesn't appear
I am using Scientific Word in Windows Vista and I would like to insert a figure using latex commands.
The figure does not show up...Below is my code.
THanks a lot
Javier
\begin{document}
\usepackage{graphicx}
\usepackage{float}
\begin{document}
Text
\begin{figure}[ht]
\centering
\includegraphics[scale=0.5]{image}
\caption{caption text}
\label{fig:image}
\end{figure}
\end{document}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
kaiserkarl13
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Figure doesn't appear
Sometimes Postscript graphics (.ps, .eps) don't appear correctly when viewing the DVI, but they look fine in the PDF or Postscript output. TeX (and thus DVI) itself doesn't handle Postscript all that well, but dvips and the like will fix that.