Seite:Principien1872-064.png

Dieser Text wurde anhand der angegebenen Quelle einmal korrekturgelesen. Die Schreibweise sollte dem Originaltext folgen. Es ist noch ein weiterer Korrekturdurchgang nötig.

LaTeX Source Code

% complile with »pdflatex -shell-escape«
\documentclass[tikz,convert=pdf2svg]{standalone}
\usepackage{tkz-euclide}
\begin{document}
 \begin{tikzpicture}
  \tkzSetUpLine[line width=0.4pt]
  \pgfmathsetmacro{\OP}{2.14};
  \coordinate (O) at (0,0);
  \coordinate (A) at (-80:\OP);
  \coordinate (P) at (0:\OP);
  \coordinate (V) at (-146:\OP);
  \coordinate (T) at (146:\OP);
  \coordinate (S) at ($(V)!0.2!(P)$);
  \coordinate (R) at ($(T)!0.2!(P)$);
  \tkzDefLine[parallel=through S](R,P) \tkzGetPoint{G}
  \coordinate (P') at ($(G)!1.9!(P)$);
  \coordinate (G') at ($(P)!1.25!(G)$);
  \tkzDrawCircle[color=black](O,P)
  \draw[dashed] (V) -- (T);
  \draw[dashed] (V) -- (S);
  \draw[dashed] (T) -- (R);
  \draw (R) -- (P);
  \draw (S) -- (P);
  \draw[dashed] (S) -- (G);
  \draw (G') -- (P');
  \draw (A) +(-80:0.25) node{$A$};
  \draw (G) +(20:0.25) node{$G$};
  \draw (P) +(20:0.25) node{$P$};
  \draw (R) +(-110:0.25) node{$R$};
  \draw (S) +(-90:0.25) node{$S$};
  \draw (T) +(146:0.25) node{$T$};
  \draw (V) +(-146:0.25) node{$V$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Isaac Newton: Mathematische Principien der Naturlehre. Robert Oppenheim, Berlin 1872, Seite 64. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Principien1872-064.png&oldid=- (Version vom 8.7.2021)