Seite:Coppernicus 104.png

aus Wikisource, der freien Quellensammlung
Fertig. Dieser Text wurde zweimal anhand der Quelle korrekturgelesen. Die Schreibweise folgt dem Originaltext.

LaTeX Source Code

% complile with »pdflatex«
\documentclass[tikz,convert=pdf2svg]{standalone}
\usepackage{tkz-euclide}
\usetkzobj{all}
\begin{document}
 \begin{tikzpicture}
  \tkzSetUpLine[line width=0.4pt]
  \pgfmathsetmacro{\DA}{5.22};
  \pgfmathsetmacro{\AK}{0.58};
  \tkzDefPoint(128:\DA){A}
  \tkzDefPoint(-25:\DA){B}
  \tkzDefPoint(31:\DA){C}
  \tkzDefPoint(0,0){D}
  \tkzDefPoint(-90:2.7*\AK){E}
  \tkzDefPoint(90:\DA){F}
  \tkzDefPoint(-90:\DA){G}
  \begin{pgfinterruptboundingbox}
   \tkzInterLC[R](D,A)(A, \AK cm) \tkzGetPoints{K1}{K2}
   \tkzInterLC[R](D,B)(B, \AK cm) \tkzGetPoints{L1}{L2}
   \tkzInterLC[R](D,C)(C, \AK cm) \tkzGetPoints{M1}{M2}
  \end{pgfinterruptboundingbox}
  \tkzDefPointBy[rotation= center A angle 50](K1) \tkzGetPoint{K}
  \tkzDefPointBy[rotation= center B angle -115](L1) \tkzGetPoint{L}
  \tkzDefPointBy[rotation= center C angle -55](M1) \tkzGetPoint{M}
  \tkzInterLL(D,A)(E,K) \tkzGetPoint{X}
  \tkzDrawCircle(D,A)
  \tkzDrawCircle(A,K)
  \tkzDrawCircle(B,L)
  \tkzDrawCircle(C,M)
  \draw (F) -- (G);
  \draw (D) -- (A);
  \draw (D) -- (B);
  \draw (D) -- (C);
  \draw (E) -- (A);
  \draw (E) -- (K);
  \draw (A) -- (K);
  \draw (E) -- (B);
  \draw (E) -- (L);
  \draw (B) -- (L);
  \draw (E) -- (C);
  \draw (E) -- (M);
  \draw (C) -- (M);
  \draw (A) +(128:0.2) node{$a$};
  \draw (B) +(-25:0.2) node{$b$};
  \draw (C) +(31:0.2) node{$c$};
  \draw (D) +(-130:0.2) node{$d$};
  \draw (E) +(-130:0.2) node{$e$};
  \draw (F) +(90:0.25) node{$f$};
  \draw (G) +(-90:0.2) node{$g$};
  \draw (K) +(40:0.2) node{$k$};
  \draw (L) +(45:0.2) node{$l$};
  \draw (M) +(170:0.2) node{$m$};
  \draw (X) +(40:0.2) node{$x$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 289 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_104.png&oldid=- (Version vom 29.12.2019)