File:Acute angle 1 el.svg
Summary
Description |
English: 25 degrees acute angle Ελληνικά: Γωνία 25 μοιρών |
Date | |
Source | Own work |
Author | Dimitris131 |
SVG development | |
Source code | LaTeX code\documentclass[tikz]{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=1.15}
\usepackage{mathrsfs}
\usetikzlibrary{arrows,calc}
\usepackage{tkz-euclide}
\usepackage{fp}
\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/B,2.2/0/C}
\tkzDefPoint(25:2){A}
\tkzFillAngle[fill=AngleClr,size=.4,fill opacity=0.1](C,B,A)
\tkzMarkAngle[line width=1pt,size=.4,color=AngleClr](C,B,A)
\tkzDrawPoints[size=3](B)
\tkzLabelPoint[above right](A){$\rm x$}
\tkzLabelPoint[below left](B){$\rm O$}
\tkzLabelPoint[right](C){$\rm y$}
\tkzDrawSegments[line width=0.75pt](A,B B,C)
\end{tikzpicture}
\end{document}
|
Licensing
![]() |
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. |