Seite:Coppernicus 047.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{\radius}{3};
  \tkzDefPoint(2.4,2.7){A}
  \tkzDefPoint(0,0){B}
  \tkzDefPoint(-3.35,-1.7){C}
  \tkzDefPoint(3.3,0.65){D}
  \tkzDefPoint(-3.47,0.5){E}
  \tkzDefPoint(-0.35,4.05){F}
  \tkzDefPoint(-0.45,-2){X}
  \tkzDefPoint(-171:\radius){I}
  \begin{pgfinterruptboundingbox}
   \tkzCircumCenter(A,B,C) \tkzGetPoint{ABC}
   \tkzCircumCenter(D,B,E) \tkzGetPoint{DBE}
   \tkzCircumCenter(F,B,X) \tkzGetPoint{FBX}
  \end{pgfinterruptboundingbox}
  \tkzDefPointBy[rotation= center ABC angle 9.](B) \tkzGetPoint{I}
  \tkzDefPointBy[rotation= center ABC angle -9.5](B) \tkzGetPoint{K}
  \tkzDefPointBy[rotation= center FBX angle 6.](B) \tkzGetPoint{G}
  \tkzDefPointBy[rotation= center FBX angle -6.5](B) \tkzGetPoint{H}
  \tkzDrawArc[color=black](ABC,C)(A)
  \tkzDrawArc[color=black](FBX,X)(F)
  \tkzDrawArc[color=black](DBE,E)(D)
  \draw (H)  to[bend left=5] (K);
  \draw (G)  to[bend left=5] (I);
  \draw (A) +(60:0.2) node{$a$};
  \draw (B) +(125:0.2) node{$b$};
  \draw (C) +(180:0.2) node{$c$};
  \draw (D) +(0:0.2) node{$d$};
  \draw (E) +(180:0.2) node{$e$};
  \draw (F) +(90:0.2) node{$f$};
  \draw (I) +(0:0.2) node{$i$};
  \draw (G) +(180:0.2) node{$g$};
  \draw (H) +(0:0.2) node{$h$};
  \draw (K) +(135:0.2) node{$k$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 150 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_047.png&oldid=- (Version vom 7.1.2019)