Scientific Word/Workplace ⇒ Figure doesn't appear
-
- 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}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- 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.