File:Perpendicular bisector el.svg

Summary

Description
Ελληνικά: Η μεσοκάθετος ε του ευθυγράμμου τμήματος ΑΒ.
Date
Source Own work
Author Dimitris131
SVG development
InfoField
Source code
InfoField

LaTeX code

\documentclass[tikz]{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=1.15}
\usepackage{mathrsfs}
\usetikzlibrary{arrows,calc}
\usepackage{tkz-euclide}
\pagestyle{empty}

\definecolor{AngleClr}{rgb}{0,0.39215686274509803,0}
\definecolor{ShapeClr}{rgb}{0.6,0.2,0}

\begin{document}

\begin{tikzpicture}[scale=.75]
\tkzSetUpLine[line width=1pt,color=black]
\tkzSetUpPoint[fill=black]

\tkzDefPoints{0/0/A,4/0/B,2/3/C,2/-2/D,2/0/M}

\tkzMarkRightAngle[line width=1.0pt, size=.25,color=AngleClr,fill=AngleClr,fill opacity=0.1](C,M,B)

\tkzDrawSegment[line width=0.8pt,color=black!80!white](C,D)
\tkzDrawSegment[line width=1.0pt,color=black](A,B)

\tkzDrawPoints[size=3](A,B)

\tkzLabelPoint[above left](A){$\rm A$}
\tkzLabelPoint[above right](B){$\rm B$}

\tkzLabelSegments[pos=0.0,right](C,D){$\epsilon$}
\tkzMarkSegments[mark=s||,size=3](A,M B,M)

\end{tikzpicture}
\end{document}

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Category:Self-published work#Perpendicular%20bisector%20el.svgCategory:PD-self#Perpendicular%20bisector%20el.svg
Category:PD-self Category:Self-published work Category:Valid SVG created with LaTeX code