I am trying to make triangle with the following source code but unable to get the result. Following is the source for the same.
Code: Select all
\documentclass[10pt,a4paper]{article}
\usepackage[usenames,dvipsnames]{pstricks}
\begin{document}
\begin{pspicture}(0,-1.34)(6.8,1.34)
\psline[linewidth=0.04](6.78,0.88)(0.0,1.32)(0.58,-1.32)(6.74,0.86)(6.74,0.86)(6.76,0.84)
\end{pspicture}
\end{document}