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{\EA}{2.4};
  \pgfmathsetmacro{\EF}{0.5};
  \tkzDefPoint(90:\EA){A}
  \tkzDefPoint(180:\EA){B}
  \tkzDefPoint(-90:\EA){C}
  \tkzDefPoint(0:\EA){D}
  \tkzDefPoint(0,0){E}
  \tkzDefPoint(0:\EF){F}
  \tkzDefPoint(180:\EA-2*\EF){G}
  \tkzDefPoint(90:\EA+\EF){M1}
  \tkzDefPoint(90:\EA-\EF){N1}
  \tkzDefPoint(180:\EA-\EF){M2}
  \tkzDefPoint(180:\EA-3*\EF){N2}
  \tkzDefPoint(90:\EF){O}
  \tkzDrawCircle(E,A)
  \tkzDrawCircle(F,D)
  \tkzDrawCircle(O,A)
  \tkzDrawArc[color=black](E,F)(O)
  \tkzDrawCircle(G,N2)
  \tkzDrawCircle(A,N1)
  \draw (A) -- (C);
  \draw (B) -- (D);
  \draw (A) +(90:0.2) node{$a$};
  \draw (B) +(180:0.2) node{$b$};
  \draw (C) +(-90:0.2) node{$c$};
  \draw (D) +(0:0.2) node{$d$};
  \draw (E) +(-45:0.2) node{$e$};
  \draw (F) +(60:0.25) node{$f$};
  \draw (G) +(45:0.2) node{$g$};
  \draw (M1) +(90:0.2) node{$m$};
  \draw (N1) +(50:0.2) node{$n$};
  \draw (M2) +(-145:0.2) node{$m$};
  \draw (N2) +(-45:0.2) node{$n$};
  \draw (O) +(180:0.2) node{$o$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 194 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_066.png&oldid=- (Version vom 11.5.2019)