mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
TikZ'ed image
This commit is contained in:
parent
d8cced3a57
commit
ae3f4e8133
12 changed files with 55 additions and 37 deletions
Binary file not shown.
|
@ -454,7 +454,7 @@ schneiden sich.
|
|||
\input{figures/smaller-angle.tex}
|
||||
\label{fig:def.14.8.1}
|
||||
}%
|
||||
\subfloat[{\color{green} Innenwinkel} und {\color{blue} Außenwinkel} in $\triangle PQR$, vgl. \cref{def:14.8d} (Bild 5)]{
|
||||
\subfloat[{\color{green} Innenwinkel} und {\color{blue} Außenwinkel} in $\triangle PQR$, vgl. \cref{def:14.8d}]{
|
||||
\input{figures/interiour-exteriour-angles-triangle.tex}
|
||||
\label{fig:def.14.8.2}
|
||||
}
|
||||
|
@ -625,11 +625,11 @@ Sei im Folgenden \enquote{IWS} die \enquote{Innenwinkelsumme}.
|
|||
\begin{figure}[ht]
|
||||
\centering
|
||||
\subfloat[TODO]{
|
||||
\input{figures/todo.tex}
|
||||
\input{figures/rectangle-2.1.tex}
|
||||
\label{fig:bild-4}
|
||||
}%
|
||||
\subfloat[TODO]{
|
||||
\input{figures/todo.tex}
|
||||
\input{figures/rectangle-2.2.tex}
|
||||
\label{fig:bild-5}
|
||||
}%
|
||||
\label{fig:flaechengleichheit}
|
||||
|
|
9
documents/GeoTopo/figures/rectangle-2.1.tex
Normal file
9
documents/GeoTopo/figures/rectangle-2.1.tex
Normal file
|
@ -0,0 +1,9 @@
|
|||
\begin{tikzpicture}
|
||||
\tkzSetUpPoint[shape=circle,size=10,color=black,fill=black]
|
||||
\tkzSetUpLine[line width=1]
|
||||
\tkzDefPoints{0/0/A, 4/0/B, 4/2/C, 0/2/D, 3/2/E, 4/1/F, 1/0/G, 1/-1/H}
|
||||
\tkzDrawPolygon[fill=black!20](A,B,C,D)
|
||||
\tkzDrawPolygon[orange,fill=orange!20](E,C,F)
|
||||
\tkzDrawPolygon[orange,fill=orange!20](A,G,H)
|
||||
\tkzDrawPoints(A,B,C,D)
|
||||
\end{tikzpicture}
|
9
documents/GeoTopo/figures/rectangle-2.2.tex
Normal file
9
documents/GeoTopo/figures/rectangle-2.2.tex
Normal file
|
@ -0,0 +1,9 @@
|
|||
\begin{tikzpicture}
|
||||
\tkzSetUpPoint[shape=circle,size=10,color=black,fill=black]
|
||||
\tkzSetUpLine[line width=1]
|
||||
\tkzDefPoints{0/0/A, 4/0/B, 4/2/C, 0/2/D}
|
||||
\tkzDrawPolygon(A,B,C,D)
|
||||
\tkzDrawPolygon[pattern=north east lines](A,B,C)
|
||||
\tkzDrawPolygon[pattern=north west lines](C,D,A)
|
||||
\tkzDrawPoints(A,B,C,D)
|
||||
\end{tikzpicture}
|
Loading…
Add table
Add a link
Reference in a new issue