File:Line segment greek.svg

Summary

Description
Ελληνικά: Ευθύγραμμο τμήμα ΑΒ με φορέα ε.
Date 01/05/24
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}

\begin{document}

\begin{tikzpicture}[scale=.75]
\tkzSetUpPoint[fill=black]

\tkzDefPoints{0/0/A,2/-1.25/B,3/-1.875/E} % The endpoints of the line segment.

\tkzDrawSegments[line width=0.75pt,color=black](A,B)
\tkzDrawSegment[line width=0.75pt,color=black,dashed,dash pattern=on 1pt off 1.75pt,add = 0.5 and 0.5](A,B)

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

\tkzLabelPoint[below](A){$\rm A$}
\tkzLabelPoint[below](B){$\rm B$}
\tkzLabelPoint[below](E){$\epsilon$}

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