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}
\begin{document}
 \begin{tikzpicture}
  \tkzSetUpLine[line width=0.4pt]
  \pgfmathsetmacro{\OM}{1.6};
  \pgfmathsetmacro{\ON}{3.3};
  \pgfmathsetmacro{\dot}{0.05};
  \coordinate (O) at (0,0);
  \coordinate (M) at (142:\OM);
  \coordinate (N) at (28:\ON);
  \coordinate (K) at (M |- O);
  \coordinate (L) at (N |- O);
  \coordinate (A) at ($(M)+(-90:1.43*\ON)$);
  \coordinate (H) at ($(N)+(115:0.98*\ON)$);
  \coordinate (P) at ($(N)+(-90:1.21*\ON)$);
  \coordinate (p) at ($(H)+(-90:1.95*\ON)$);
  \begin{pgfinterruptboundingbox}
   \tkzInterLC(M,A)(O,L) \tkzGetPoints{D}{D2}
   \tkzDefLine[orthogonal=through D](O,D) \tkzGetPoint{C1}
   \tkzDefLine[parallel=through A](O,D) \tkzGetPoint{C2}
   \tkzInterLL(D,C1)(A,C2) \tkzGetPoint{C}
   \tkzDefLine[orthogonal=through p](H,N) \tkzGetPoint{G1}
   \tkzInterLL(L,P)(p,G1) \tkzGetPoint{G}
   \tkzDefLine[orthogonal=through O](p,N) \tkzGetPoint{B1}
   \tkzInterLL(N,p)(O,B1) \tkzGetPoint{B}
   \tkzDefLine[parallel=through p](B,O) \tkzGetPoint{Q1}
   \tkzDefLine[parallel=through G](L,O) \tkzGetPoint{Q2}
   \tkzInterLL(G,Q2)(p,Q1) \tkzGetPoint{Q}
  \end{pgfinterruptboundingbox}
  \draw[dotted] (A) -- (C);
  \draw[dotted] (D) -- (C);
  \draw[dashed] (H) -- (p);
  \draw (O) -- (M);
  \draw (O) -- (N);
  \draw (H) -- (N);
  \draw (O) -- (D);
  \draw (O) -- (B);
  \draw (K) -- (L);
  \draw (p) -- (G);
  \draw (p) -- (Q);
  \draw (N) -- (P);
  \draw (N) -- (p);
  \draw (M) -- (A);
  \tkzDrawArc[color=black](O,D)(L)
  \draw[fill] (A) circle[radius=\dot];
  \draw[fill] (P) circle[radius=\dot];
  \draw[fill] (p) circle[radius=\dot];
  \draw (A) +(180:0.25) node{$A$};
  \draw (B) +(0:0.25) node{$B$};
  \draw (C) +(-60:0.25) node{$C$};
  \draw (D) +(180:0.25) node{$D$};
  \draw (G) +(0:0.25) node{$G$};
  \draw (H) +(90:0.25) node{$H$};
  \draw (K) +(180:0.25) node{$K$};
  \draw (L) +(0:0.25) node{$L$};
  \draw (O) +(-70:0.25) node{$O$};
  \draw (P) +(-90:0.25) node{$P$};
  \draw (Q) +(180:0.25) node{$Q$};
  \draw (p) +(-90:0.25) node{$p$};
  \draw (M) +(90:0.25) node{$M$};
  \draw (N) +(35:0.25) node{$N$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Isaac Newton: Mathematische Principien der Naturlehre. Robert Oppenheim, Berlin 1872, Seite 34. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Principien1872-034.png&oldid=- (Version vom 26.11.2022)