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.7};
  \pgfmathsetmacro{\Ad}{1.15*\Ab};
  \pgfmathsetmacro{\AB}{0.64*\Ab};
  \pgfmathsetmacro{\ABb}{-16};
  \coordinate (A) at (0,0);
  \coordinate (B) at (\ABb:\AB);
  \coordinate (C) at (\ABb:0.45*\AB);
  \coordinate (b) at (\ABb:\Ab);
  \coordinate (d) at (4:\Ad);
  \path[draw, name path=Acb] (A) to[bend left=20] (b);
  \tkzDefLine[parallel=through B](b,d) \tkzGetPoint{D2}
  \path[name path=BD2] (B) to (D2);
  \path[name path=Ad] (A) to (d);
  \path[name intersections={of=BD2 and Acb,name=c}];
  \coordinate (c) at (c-1);
  \coordinate (D) at (intersection of B--D2 and A--d);
  \path[draw, name path=ACB] (A) to[bend left=20] (B);
  \draw (A) -- (b);
  \draw (A) -- (d);
  \draw (b) -- (d);
  \draw (B) -- (D);
  \draw (A) +(180:0.25) node{$A$};
  \draw (B) +(-120:0.25) node{$B$};
  \draw (C) +(90:0.15) node{$C$};
  \draw (D) +(90:0.25) node{$D$};
  \draw (b) +(-30:0.25) node{$b$};
  \draw (c) +(20:0.25) node{$c$};
  \draw (d) +(70:0.25) node{$d$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Isaac Newton: Mathematische Principien der Naturlehre. Robert Oppenheim, Berlin 1872, Seite 48. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Principien1872-048.png&oldid=- (Version vom 26.11.2022)