Seite:Principien1872-066.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}
\begin{document}
 \begin{tikzpicture}
  \tkzSetUpLine[line width=0.4pt]
  \pgfmathsetmacro{\PV}{5.1};
  \coordinate (P) at (0,0);
  \coordinate (V) at (180:\PV);
  \coordinate (Y') at (145:0.95*\PV);
  \coordinate (S) at ($(P)!0.85!(V)$);
  \coordinate (R) at ($(P)!0.44!(Y')$);
  \coordinate (Q) at ($(S)!0.72!(R)$);
  \coordinate (Q') at ($(P)!1.25!(Q)$);
  \coordinate (T) at (Q|-S);
  \begin{pgfinterruptboundingbox}
   \tkzDefLine[orthogonal=through S](Y',P) \tkzGetPoint{Y''}
  \end{pgfinterruptboundingbox}
  \coordinate (Y) at (intersection of S--Y'' and P--Y');
  \draw (P) -- (V);
  \draw (P) -- (Y');
  \draw (S) -- (Y);
  \draw (S) -- (R);
  \draw (Q) -- (T);
  \draw (Q') -- (P);
  \draw (P) +(0:0.25) node{$P$};
  \draw (Q) +(90:0.25) node{$Q$};
  \draw (R) +(70:0.25) node{$R$};
  \draw (S) +(-110:0.25) node{$S$};
  \draw (T) +(-90:0.25) node{$T$};
  \draw (V) +(60:0.25) node{$V$};
  \draw (Y) +(90:0.25) node{$Y$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Isaac Newton: Mathematische Principien der Naturlehre. Robert Oppenheim, Berlin 1872, Seite 66. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Principien1872-066.png&oldid=- (Version vom 26.11.2022)