浏览代码

TikZ'ed image

Martin Thoma 11 年之前
父节点
当前提交
ae3f4e8133

二进制
documents/GeoTopo/GeoTopo.pdf


+ 3 - 3
documents/GeoTopo/Kapitel4.tex

@@ -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 - 0
documents/GeoTopo/figures/rectangle-2.1.tex

@@ -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 - 0
documents/GeoTopo/figures/rectangle-2.2.tex

@@ -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}

+ 1 - 1
tikz/rectangle-2/Makefile

@@ -1,4 +1,4 @@
-SOURCE  = triangle-similar
+SOURCE  = rectangle-2.2
 DELAY   = 80
 DENSITY = 300
 WIDTH   = 512

+ 1 - 1
tikz/rectangle-2/Readme.md

@@ -1,3 +1,3 @@
 Compiled example
 ----------------
-![Example](triangle-similar.png)
+![Example](rectangle-2.png)

二进制
tikz/rectangle-2/rectangle-2.1.png


+ 15 - 0
tikz/rectangle-2/rectangle-2.1.tex

@@ -0,0 +1,15 @@
+\documentclass[varwidth=true, border=2pt]{standalone}
+\usepackage{tkz-euclide}
+
+\begin{document}
+\usetkzobj{all}
+\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}
+\end{document}

二进制
tikz/rectangle-2/rectangle-2.2.png


+ 17 - 0
tikz/rectangle-2/rectangle-2.2.tex

@@ -0,0 +1,17 @@
+\documentclass[varwidth=true, border=2pt]{standalone}
+\usepackage{tkz-euclide}
+\usepackage{tikz}
+\usetikzlibrary{patterns}
+
+\begin{document}
+\usetkzobj{all}
+\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}
+\end{document}

二进制
tikz/rectangle-2/triangle-similar.png


+ 0 - 32
tikz/rectangle-2/triangle-similar.tex

@@ -1,32 +0,0 @@
-\documentclass[varwidth=true, border=2pt]{standalone}
-\usepackage{tikz}
-\usepackage{tkz-euclide}
-
-\begin{document}
-\usetkzobj{all}
-\begin{tikzpicture}
-    \tkzSetUpPoint[shape=circle,size=10,color=black,fill=black]
-    \tkzSetUpLine[line width=1]
-    \tkzDefPoints{0/0/A, 3/0/B', 2/2/C, 4/4/C'}
-    \tkzDefLine[parallel=through C](B',C') \tkzGetPoint{Phelper}
-    \tkzInterLL(A,B')(C,Phelper) \tkzGetPoint{B}
-    \tkzDrawLine[add=0 and 0.2](A,B')
-    \tkzDrawLine[add=0 and 0.2](A,C')
-    \tkzDrawSegment(B',C')
-
-    \node at ($(A)+(-0.1,-0.2)$)  {$A$};
-    \node at ($(B')+(0.2,-0.2)$)  {$B'$};
-    \node at ($(C')+(0,0.4)$)  {$C'$};
-    \node at ($(B)+(0.2,-0.2)$)  {$B$};
-    \node at ($(C)+(0.28,0.5)$)  {$C$};
-    \tkzDrawPolygon[ultra thick,color=blue,fill=blue!20](A,B',C') 
-    \tkzDrawPolygon[line width=0.3pt,color=red,fill=red!20](A,B,C) 
-    \tkzDrawPoints(A,B',C',B,C)
-    \tkzLabelSegment[below,red](A,B){$c$}
-    \tkzLabelSegment[left,red](A,C){$b$}
-    \tkzLabelSegment[right,red](B,C){$a$}
-    \tkzLabelSegment[below,blue,pos=0.8](A,B'){$c'$}
-    \tkzLabelSegment[left,blue,pos=0.8](A,C'){$b'$}
-    \tkzLabelSegment[right,blue](B',C'){$a'$}
-\end{tikzpicture}
-\end{document}