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}
\usetikzlibrary{intersections}
\begin{document}
 \begin{tikzpicture}
  \coordinate (A) at (0,0);
  \coordinate (B') at (1.45,0);
  \coordinate (C) at (3.1,-0.1);
  \coordinate (D) at (1.7,2.4);
  \draw (A) to[bend left=30] (D);
  \draw (D) to[bend left=26] (C);
  \path[draw, name path=lineAC] (A) to[bend left=15] (C);
  \path[name path=lineBD] (B') to[bend left=20] (D);
  \path[name intersections={of=lineAC and lineBD,name=sectionB}];
  \coordinate (B) at (sectionB-1);
  \draw (B) to[bend left=10] (D);
  \draw (A) +(-135:0.2) node{$a$};
  \draw (B) +(-90:0.2) node{$b$};
  \draw (C) +(-45:0.2) node{$c$};
  \draw (D) +(90:0.2) node{$d$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 62 Bild 2. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_031.png&oldid=- (Version vom 26.8.2018)