Seite:Coppernicus 037.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]
  \tkzDefPoint(130:2){A}
  \tkzDefPoint(178:2){B}
  \tkzDefPoint(-28:2){C}
  \tkzDefPoint(23:2){D}
  \tkzDefPoint(0,0){E'}
  \tkzDefPoint(-0.05,-0.15){E}
  \tkzDefPoint(157:2){F}
  \tkzDefPoint(-7:2){I}
  \tkzDefPoint(65:2){K}
  \begin{pgfinterruptboundingbox}
   \tkzCircumCenter(A,E,C) \tkzGetPoint{O1}
   \tkzCircumCenter(B,E,D) \tkzGetPoint{O2}
  \end{pgfinterruptboundingbox}
  \tkzDefPointBy[rotation= center O1 angle 18](E) \tkzGetPoint{M}
  \tkzDefPointBy[rotation= center O2 angle 22.5](E) \tkzGetPoint{L}
  \begin{pgfinterruptboundingbox}
   \tkzCircumCenter(K,L,M) \tkzGetPoint{O3}
   \tkzCircumCenter(F,L,I) \tkzGetPoint{O4}
   \tkzInterCC(O1,A)(O4,I) \tkzGetPoints{H2}{H}
  \end{pgfinterruptboundingbox}
  \tkzDrawCircle(E',A)
  \tkzDrawArc[color=black](O1,A)(C)
  \tkzDrawArc[color=black](O2,B)(D)
  \tkzDrawArc[color=black](O3,M)(K)
  \tkzDrawArc[color=black](O4,I)(F)
  \draw (A) +(144:0.2) node{$a$};
  \draw (B) +(180:0.2) node{$b$};
  \draw (C) +(-30:0.2) node{$c$};
  \draw (D) +(40:0.2) node{$d$};
  \draw (E) +(-110:0.2) node{$e$};
  \draw (F) +(180:0.2) node{$f$};
  \draw (H) +(60:0.2) node{$h$};
  \draw (I) +(0:0.2) node{$i$};
  \draw (K) +(70:0.2) node{$k$};
  \draw (L) +(70:0.25) node{$l$};
  \draw (M) +(-110:0.2) node{$m$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 80 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_037.png&oldid=- (Version vom 9.3.2019)