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{\CA}{5.3};
  \pgfmathsetmacro{\CD}{0.3*\CA};
  \pgfmathsetmacro{\DF}{0.34*\CD};
  \pgfmathsetmacro{\FG}{0.45*\CA};
  \tkzDefPoint(90:\CA){A}
  \tkzDefPoint(-90:\CA){B}
  \tkzDefPoint(0,0){C}
  \tkzDefPoint(-90:\CD){D}
  \tkzDefPoint(19:\CA){E}
  \coordinate (F) at ($(D)+(-48:\DF)$);
  \coordinate (G) at ($(F)+(-48:\FG)$);
  \begin{pgfinterruptboundingbox}
   \tkzDefLine[parallel=through F](C,E) \tkzGetPoint{F2}
   \tkzInterLC(F,F2)(F,G) \tkzGetPoints{K}{L}
  \end{pgfinterruptboundingbox}
  \tkzDrawCircle(C,A)
  \tkzDrawCircle(D,F)
  \tkzDrawCircle(F,G)
  \draw (A) -- (B);
  \draw (C) -- (E);
  \draw (D) -- (E);
  \draw (D) -- (F);
  \draw (F) -- (E);
  \draw (F) -- (G);
  \draw (G) -- (E);
  \draw (K) -- (L);
  \draw (A) +(90:0.2) node{$a$};
  \draw (B) +(-90:0.2) node{$b$};
  \draw (C) +(180:0.2) node{$c$};
  \draw (D) +(170:0.2) node{$d$};
  \draw (E) +(25:0.2) node{$e$};
  \draw (F) +(-90:0.3) node{$f$};
  \draw (G) +(-48:0.2) node{$g$};
  \draw (K) +(-161:0.2) node{$k$};
  \draw (L) +(19:0.2) node{$l$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 306 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_115.png&oldid=- (Version vom 29.12.2019)