Seite:Principien1872-047b.png

aus Wikisource, der freien Quellensammlung
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{\PT}{4.6};
  \pgfmathsetmacro{\Pp}{1.065*\PT};
  \pgfmathsetmacro{\PQ}{\PT/4};
  \coordinate (P) at (0,0);
  \coordinate (Q) at (0:\PQ);
  \coordinate (R) at (0:2*\PQ);
  \coordinate (S) at (0:3*\PQ);
  \coordinate (T) at (0:\PT);
  \coordinate (p) at (90:\Pp);
  \path[draw, name path=prT] (p) to[bend left=34] (T);
  \tkzDefLine[parallel=through Q](P,p) \tkzGetPoint{l}
  \path[name path=Ql] (Q) to (l);
  \path[name intersections={of=prT and Ql,name=q}];
  \coordinate (q) at (q-1);
  \tkzDefLine[parallel=through R](Q,q) \tkzGetPoint{m}
  \tkzDefLine[parallel=through P](Q,q) \tkzGetPoint{K}
  \path[name path=Rm] (R) to (m);
  \path[name intersections={of=prT and Rm,name=r}];
  \coordinate (r) at (r-1);
  \tkzDefLine[parallel=through S](R,r) \tkzGetPoint{n}
  \tkzDefLine[parallel=through Q](R,r) \tkzGetPoint{L}
  \path[name path=Sn] (S) to (n);
  \path[name intersections={of=prT and Sn,name=s}];
  \coordinate (s) at (s-1);
  \tkzDefLine[parallel=through T](S,s) \tkzGetPoint{o}
  \tkzDefLine[parallel=through R](S,s) \tkzGetPoint{M}
  \draw (P) -- (T);
  \draw (P) -- (p);
  \draw (Q) -- (l);
  \draw (R) -- (m);
  \draw (S) -- (n);
  \draw (T) -- (o);
  \draw (K) -- (m);
  \draw (L) -- (n);
  \draw (M) -- (o);
  \draw (p) -- (l);
  \draw (P) +(-90:0.25) node{$P$};
  \draw (Q) +(-90:0.25) node{$Q$};
  \draw (R) +(-90:0.25) node{$R$};
  \draw (S) +(-90:0.25) node{$S$};
  \draw (T) +(-90:0.25) node{$T$};
  \draw (p) +(160:0.25) node{$p$};
  \draw (q) +(45:0.25) node{$q$};
  \draw (r) +(45:0.25) node{$r$};
  \draw (s) +(45:0.25) node{$s$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Isaac Newton: Mathematische Principien der Naturlehre. Robert Oppenheim, Berlin 1872, Seite 47. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Principien1872-047b.png&oldid=- (Version vom 26.11.2022)