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