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{\OA}{1.95};
  \tkzDefPoint(-105:\OA){A}
  \tkzDefPoint(18:\OA){B}
  \tkzDefPoint(65:\OA){C}
  \tkzDefPoint(-90:6.55*\OA){D}
  \tkzDefPoint(0,0){O}
  \begin{pgfinterruptboundingbox}
   \tkzInterLC(C,D)(O,A) \tkzGetPoints{C}{E}
  \end{pgfinterruptboundingbox}
  \tkzDrawCircle(O,A)
  \draw (A) -- (D);
  \draw (B) -- (D);
  \draw (C) -- (D);
  \draw (C) -- (A);
  \draw (B) -- (A);
  \draw (B) -- (E);
  \draw (A) -- (E);
  \draw (A) +(-135:0.2) node{$a$};
  \draw (B) +(18:0.2) node{$b$};
  \draw (C) +(65:0.2) node{$c$};
  \draw (D) +(-90:0.2) node{$d$};
  \draw (E) +(-40:0.2) node{$e$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 211 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_070.png&oldid=- (Version vom 11.5.2019)