File:Rectangle el.svg

Summary

Description
Ελληνικά: Ορθογώνιο παραλληλόγραμμο ΑΒΓΔ.
Date 30 August 23
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/D,4/0/C,0/2.75/A,4/2.75/B,2/1.5/O}

\tkzFillPolygon[fill=ShapeClr,fill opacity=0.1,inner sep=1cm](A,B,C,D)

\tkzMarkRightAngles[line width=1pt, size=.25,color=AngleClr,fill=AngleClr,fill opacity=0.1](A,B,C B,C,D C,D,A D,A,B)

\tkzDrawPolygon[color=ShapeClr](A,B,C,D)
\tkzDrawPoints[size=3](A,B,C,D)
\tkzLabelPoint[above left](A){$\rm A$}
\tkzLabelPoint[above right](B){$\rm B$}
\tkzLabelPoint[below right](C){$\rm\Gamma$};
\tkzLabelPoint[below left](D){$\rm\Delta$};

\tkzMarkSegments[mark=||,size=3](A,B C,D)
\tkzMarkSegments[mark=|,size=3](B,C A,D)

\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#Rectangle%20el.svgCategory:PD-self#Rectangle%20el.svg
Category:PD-self Category:Self-published work Category:Valid SVG created with LaTeX code