Code: Select all
\documentclass[openacc]{rsproca_new}%%%%where rsproca is the template name
%%%% *** Do not adjust lengths that control margins, column widths, etc. ***
%%%%%%%%%%% Defining Enunciations %%%%%%%%%%%
\newtheorem{theorem}{\bf Theorem}[section]
\newtheorem{condition}{\bf Condition}[section]
\newtheorem{corollary}{\bf Corollary}[section]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\usepackage{color}
%\usepackage[dvips]{graphics}
\usepackage{graphicx}
\usepackage{epsfig,color}
%\usepackage{pstricks}
\usepackage[dvipsnames]{xcolor}
\usepackage{appendix}
% if you need a4paper
%\documentclass[a4paper, 10pt, conference]{ieeeconf} % Use this line for a4
\usepackage[english]{babel}
%\usepackage[utf8]{inputenc}
%\usepackage{algorithm}
%\usepackage[noend]{algpseudocode}
\usepackage{amsmath}% paper
\usepackage{amsfonts}
\begin{document}
%*******************************************************************************
\begin{figure}[tbh]
%\centering
\begin{center}
\input{system.pstex_t}
\caption{System model.}
\label{Fig:System_Model}
\end{center}
\end{figure}
%*******************************************************************************
\end{document}
The error message is:
./system.pstex_t:2: LaTeX Error: Unknown graphics extension: .pstex. See the LaTeX manual or LaTeX Companion for explanation. Type H <return> for immediate help. ... l.2 \includegraphics{system.pstex} %
I am not able to upload the "system.pstex_t" and "system.pstex" files.