Graphics, Figures & TablesIncluding "pstex" and "pstex_t" files in the rsproca.cls document class in Overleaf

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Vasu
Posts: 1
Joined: Sun Mar 11, 2018 1:42 pm

Including "pstex" and "pstex_t" files in the rsproca.cls document class in Overleaf

Post by Vasu »

rsproca_new.cls
"rsproca" documentclass
(50.64 KiB) Downloaded 321 times

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply