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 (1.7,2.7);
  \coordinate (B) at (0,0);
  \coordinate (C) at (3.25,-0.15);
  \coordinate (D') at (1.7,0);
  \draw (B) to[bend left=20] (A);
  \draw (A) to[bend left=20] (C);
  \path[draw, name path=lineBC] (B) to[bend left=20] (C);
  \path[name path=lineDA] (D') to[bend left=20] (A);
  \path[name intersections={of=lineBC and lineDA,name=sectionD}];
  \coordinate (D) at (sectionD-1);
  \draw (D) to[bend left=18] (A);
  \draw (A) +(90:0.2) node{$a$};
  \draw (B) +(-135:0.2) node{$b$};
  \draw (C) +(-45:0.2) node{$c$};
  \draw (D) +(-90:0.25) 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 52 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_023.png&oldid=- (Version vom 4.6.2018)