Fertig. Dieser Text wurde zweimal anhand der Quelle korrekturgelesen. Die Schreibweise folgt dem Originaltext.

LaTeX Source Code

% complile with »pdflatex -shell-escape«
\documentclass[tikz,convert=pdf2svg]{standalone}
\usepackage{tkz-euclide}
\usetkzobj{all}
\usetikzlibrary{calc,intersections}
\begin{document}
 \begin{tikzpicture}
  \tkzSetUpLine[line width=0.4pt]
  \pgfmathsetmacro{\AB}{3.3};
  \pgfmathsetmacro{\AD}{1.15*\AB};
  \pgfmathsetmacro{\Ab}{0.64*\AB};
  \coordinate (A) at (0,0);
  \coordinate (D') at (0:\AD);
  \coordinate (B) at (-25:\AB);
  \begin{pgfinterruptboundingbox}
   \tkzDefLine[orthogonal=through B](A,D') \tkzGetPoint{D2}
  \end{pgfinterruptboundingbox}
  \coordinate (D) at (intersection of A--D' and B--D2);
  \coordinate (d) at ($ (A) !0.48! (D) $);
  \path[draw, name path=AbB] (A) to[bend left=10] (B);
  \tkzDefLine[parallel=through d](D,B) \tkzGetPoint{d2}
  \path[name path=dd2] (d) to (d2);
  \path[name intersections={of=dd2 and AbB,name=b}];
  \coordinate (b) at (b-1);
  \begin{pgfinterruptboundingbox}
   \tkzDefLine[parallel=through b](B,D') \tkzGetPoint{d'2}
  \end{pgfinterruptboundingbox}
  \coordinate (d') at (intersection of A--D and b--d'2);
  \draw (A) -- (D');
  \draw (A) -- (B);
  \draw (A) -- (b);
  \draw (B) -- (D);
  \draw (B) -- (D');
  \draw (b) -- (d);
  \draw (b) -- (d');
  \draw (A) +(180:0.25) node{$A$};
  \draw (B) +(-90:0.25) node{$B$};
  \draw (D) +(90:0.25) node{$D$};
  \draw (D') +(90:0.25) node{$D'$};
  \draw (b) +(20:0.25) node{$b$};
  \draw (d) +(90:0.25) node{$d$};
  \draw (d') +(0.1,0.25) node{$d'$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Isaac Newton: Mathematische Principien der Naturlehre. Robert Oppenheim, Berlin 1872, Seite 52. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Principien1872-052.png&oldid=- (Version vom 26.11.2022)