Seite:Coppernicus 101.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.25};
  \pgfmathsetmacro{\AN}{0.62};
  \tkzDefPoint(156:\DA){A}
  \tkzDefPoint(-105:\DA){B}
  \tkzDefPoint(-49:\DA){C}
  \tkzDefPoint(0,0){D}
  \tkzDefPoint(-90:2.9*\AN){E}
  \tkzDefPoint(90:\DA){F}
  \tkzDefPoint(-90:\DA){G}
  \begin{pgfinterruptboundingbox}
   \tkzInterLC[R](D,A)(A, \AN cm) \tkzGetPoints{K1}{K2}
   \tkzInterLC[R](D,B)(B, \AN cm) \tkzGetPoints{L1}{L2}
   \tkzInterLC[R](D,C)(C, \AN 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 -120](M1) \tkzGetPoint{M}
  \tkzInterLL(D,C)(E,M) \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) +(156:0.2) node{$a$};
  \draw (B) +(-105:0.2) node{$b$};
  \draw (C) +(-49:0.2) node{$c$};
  \draw (D) +(60:0.2) node{$d$};
  \draw (E) +(45: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) +(180:0.2) node{$l$};
  \draw (M) +(0: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 285 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_101.png&oldid=- (Version vom 29.12.2019)