Code: Select all
\newpage
\begin{figure}[c]
\hspace{-1.5cm}
\includegraphics[scale=0.9]{sz.ps}
\end{figure}
I can visualise both pictures with irfanview so I know they're ok, so what could be the problem? Could it be the .ps file size?
Code: Select all
\newpage
\begin{figure}[c]
\hspace{-1.5cm}
\includegraphics[scale=0.9]{sz.ps}
\end{figure}
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
c
for LaTeX is not defined by default. It is possible that you have a package defining it, i am not aware of one though.Code: Select all
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[10pt,letterpaper]{article}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%% PACKAGES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{geometry}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{rotating}
\usepackage{cite}
\usepackage{color}
\usepackage{fancybox}
\usepackage{pstricks}
\usepackage{pst-plot}
\usepackage{pstricks-add}
\usepackage{epsf}
\begin{document}
\newpage
\begin{figure}[]
\hspace{-1.5cm}
\includegraphics[scale=0.9]{AnaFig1.ps}
\end{figure}
\end{document}
epstopdf
script, and use it with pdfLaTeX. Possibly epstopdf
is already installed on your machine, try that command at the command line, i.e. in a terminal window.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