Math & Sciencemarking equal sides

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Mini
Posts: 73
Joined: Thu Aug 06, 2009 12:46 pm

marking equal sides

Post by Mini »

Hello,

Say I draw a an isosceles triangle (like below)... How could I mark the two sides to be equal using the usual notation?

Code: Select all

\documentclass[12pt, a4paper, fleqn, leqno]{article}
\pagestyle{empty}
\linespread{1.5}
\usepackage{polynom}
\usepackage{amsmath}
\usepackage{pstricks}
\usepackage{pst-plot}
\usepackage[lmargin=1cm, rmargin=1cm, tmargin=1cm, bmargin=1cm]{geometry}
\usepackage{pst-eucl}
\newcommand{\cosec}{\operatorname{cosec}}

\begin{document}

\begin{pspicture}(-5,0)(5,5)
    \psline(-5,0)(0,5)
    \psline(5,0)(0,5)
    \psline(-5,0)(5,0)
\end{pspicture}

\end{document} 
Thanks

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