I'm using the following code to mark the right angle:
Code: Select all
\begin{figure}[!htb]
\begin{pspicture}(0,0)(5,5)
\psline{-}(0,0)(5,5)
\psline{-}(5,0)(5,5)
\psline{-}(0,0)(5,0)
\psarc(0,0){1}{0}{45}
\psframe[dimen=middle](0,0)(.35,.35)
\end{pspicture}
\end{figure}
How could I move it to where the right angle is?
THanks