mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Vorlesung vom 23.01.2014 teilweise geTeXt
This commit is contained in:
parent
7348ee2e37
commit
6536ec2326
11 changed files with 179 additions and 8 deletions
|
@ -0,0 +1,15 @@
|
|||
\begin{tikzpicture}
|
||||
\tkzSetUpPoint[shape=circle,size=3,color=black,fill=black]
|
||||
\tkzSetUpLine[line width=1]
|
||||
\tkzInit[xmax=6,ymax=5,xmin=-5,ymin=0]
|
||||
\tkzDefPoints{-2/0/A,3.5/0/B,-0.85/0/C,2/0/D,2/2/P}
|
||||
\tkzDefPoints{-1/0/X, -1/5/Y}
|
||||
\tkzDrawLine[add=0.1 and 0.1](X,Y)
|
||||
\tkzAxeXY
|
||||
|
||||
\tkzDrawArc[R,line width=1pt,color=red](A,0.5 cm)(0,180)
|
||||
\tkzDrawArc[R,line width=1pt](B,2.5 cm)(0,180)
|
||||
\tkzDrawArc[R,line width=1pt](C,3.5 cm)(0,180)
|
||||
\tkzDrawArc[R,line width=1pt](D,2.0 cm)(0,180)
|
||||
\tkzDrawPoints(P)
|
||||
\end{tikzpicture}
|
Loading…
Add table
Add a link
Reference in a new issue