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{calc,intersections}
\begin{document}
 \begin{tikzpicture}
  \draw (0,0) circle[radius=2];
  \coordinate (A) at (200:2);
  \coordinate (B) at (158:2);
  \coordinate (C) at (60:2);
  \coordinate (D) at (-20:2);
  \path (B);
  \pgfgetlastxy{\xB}{\yB}
  \path (C);
  \pgfgetlastxy{\xC}{\yC}
  \path (D);
  \pgfgetlastxy{\xD}{\yD}
  \pgfmathanglebetweenlines{\pgfpoint{\xB}{\yB}}{\pgfpoint{\xD}{\yD}}{\pgfpoint{\xB}{\yB}}{\pgfpoint{\xC}{\yC}}
  \pgfmathsetmacro{\angCBD}{\pgfmathresult};
  \draw (A) -- (B) -- (C) -- (D) --cycle;
  \draw (B) -- (D);
  \path[draw, name path=lineAC] (A) -- (C);
  \path[name path=lineBE] (B) -- ($(B)!1!\angCBD:(A)$);
  \path[name intersections={of=lineAC and lineBE,name=section}];
  \coordinate (E) at (section-1);
  \draw (B) -- (E);
  \draw (A) +(-135:0.2) node{$a$};
  \draw (B) +(135:0.2) node{$b$};
  \draw (C) +(45:0.2) node{$c$};
  \draw (D) +(-45:0.2) node{$d$};
  \draw (E) +(-45: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 34 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_006.png&oldid=- (Version vom 29.10.2017)