Seite:Principien1872-063.png

aus Wikisource, der freien Quellensammlung
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}
\usetkzobj{all}
\usetikzlibrary{calc,intersections}
\begin{document}
 \begin{tikzpicture}
  \tkzSetUpLine[line width=0.4pt]
  \pgfmathsetmacro{\OA}{2.08};
  \coordinate (O) at (0,0);
  \coordinate (A) at (0:\OA);
  \coordinate (V) at (180:\OA);
  \coordinate (P) at (32:\OA);
  \coordinate (K) at (P|-A);
  \coordinate (Z') at ($(A)!3.15!(P)$);
  \coordinate (S) at ($(V)!0.3!(P)$);
  \coordinate (Q) at (54:\OA);
  \begin{pgfinterruptboundingbox}
   \tkzDefLine[parallel=through Q](P,V) \tkzGetPoint{L1}
   \tkzInterLC(L1,Q)(O,A) \tkzGetPoints{L}{L2}
  \end{pgfinterruptboundingbox}
  \tkzInterLL(L,Q)(P,A) \tkzGetPoint{R}
  \coordinate (Y) at ($(P)!0.8!(R)$);
  \coordinate (Z) at ($(Z')!0.2!(R)$);
  \tkzInterLL(Z,Q)(S,P) \tkzGetPoint{T}
  \tkzDrawArc[color=black](O,A)(V)
  \draw (V) -- (A);
  \draw (V) -- (P);
  \draw[dashed] (A) -- (P);
  \draw[dashed] (K) -- (P);
  \draw (L) -- (R);
  \draw (P) -- (Z');
  \draw[dashed] (S) -- (Y);
  \draw[dashed] (Z) -- (T);
  \draw (A) +(0:0.25) node{$A$};
  \draw (K) +(-90:0.25) node{$K$};
  \draw (L) +(180:0.25) node{$L$};
  \draw (P) +(20:0.25) node{$P$};
  \draw (Q) +(-130:0.25) node{\scriptsize $Q$};
  \draw (R) +(60:0.25) node{$R$};
  \draw (S) +(-40:0.25) node{$S$};
  \draw (T) +(-90:0.25) node{$T$};
  \draw (V) +(-90:0.25) node{$V$};
  \draw (Y) +(0:0.25) node{$Y$};
  \draw (Z) +(0:0.25) node{$Z$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Isaac Newton: Mathematische Principien der Naturlehre. Robert Oppenheim, Berlin 1872, Seite 63. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Principien1872-063.png&oldid=- (Version vom 8.7.2021)