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}
  \draw (0,0) circle[radius=2];
  \pgfmathsetmacro{\AEF}{66};
  \pgfmathsetmacro{\DEL}{10};
  \pgfmathsetmacro{\CEN}{15};
  \coordinate (A) at (0:2);
  \coordinate (B) at (\AEF-90:2);
  \coordinate (C) at (180:2);
  \coordinate (D) at (\AEF+90:2);
  \coordinate (E) at (0,0);
  \coordinate (F) at (\AEF:2);
  \coordinate (G) at (\AEF-180:2);
  \coordinate (H) at (\AEF-90-\DEL:2);
  \coordinate (L) at (\AEF+90+\DEL:2);
  \coordinate (M) at (-\CEN:2);
  \coordinate (N) at (180+\CEN:2);
  \draw (B) -- (D);
  \path[draw, name path=lineFG] (F) -- (G);
  \path[draw, name path=lineAC] (A) -- (C);
  \path[draw, name path=lineHL] (H) -- (L);
  \path[draw, name path=lineMN] (M) -- (N);
  \path[name intersections={of=lineFG and lineHL,name=sectionI}];
  \coordinate (I) at (sectionI-1);
  \path[name intersections={of=lineAC and lineHL,name=sectionK}];
  \coordinate (K) at (sectionK-1);
  \path[name intersections={of=lineMN and lineHL,name=sectionO}];
  \coordinate (O) at (sectionO-1);
  \coordinate (P) at (O|-E);
  \draw (O) -- (P);
  \draw (A) +(0:0.2) node{$a$};
  \draw (B) +(\AEF-90:0.2) node{$b$};
  \draw (C) +(180:0.2) node{$c$};
  \draw (D) +(\AEF+90:0.2) node{$d$};
  \draw (E) +(\AEF+45:0.2) node{$e$};
  \draw (F) +(\AEF:0.25) node{$f$};
  \draw (G) +(\AEF-180:0.2) node{$g$};
  \draw (H) +(\AEF-90-\DEL:0.2) node{$h$};
  \draw (I) +(\AEF+130:0.2) node{\small $i$};
  \draw (K) +(\AEF:0.2) node{$k$};
  \draw (L) +(\AEF+90+\DEL:0.2) node{$l$};
  \draw (M) +(-\CEN:0.2) node{$m$};
  \draw (N) +(180+\CEN:0.2) node{$n$};
  \draw (O) +(-90:0.2) node{$o$};
  \draw (P) +(90:0.2) node{$p$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 134 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_040.png&oldid=- (Version vom 26.8.2018)