Graphics, Figures & TablesTick Marks and base angles

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
coachbennett1981
Posts: 274
Joined: Fri Feb 05, 2010 10:15 pm

Tick Marks and base angles

Post by coachbennett1981 »

Localhost gave me this code and I am wondering if two things are possible:

1. Can you draw psarcs to show the base angles are equal. I can't seem to figure this out.

2. Can I put tick marks on the sides that are equal. I have tried used a \ to do this, but it looks terrible.

Any advice would be appreciated...

Code: Select all


\documentclass{minimal}
\usepackage{pstricks-add}

\begin{document}
  \pspolygon(2;90)(2;210)(2;330)
\end{document}


Nick

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