Seite:Principien1872-065.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}
\usetkzobj{all}
\begin{document}
 \begin{tikzpicture}
  \tkzSetUpLine[line width=0.4pt]
  \pgfmathsetmacro{\CA}{2.25};
  \coordinate (C) at (0,0);
  \coordinate (A) at (180:\CA);
  \coordinate (A') at (0:\CA);
  \coordinate (P) at (135:\CA);
  \coordinate (Q) at (147:\CA);
  \coordinate (M) at (P|-A);
  \coordinate (N) at (Q|-A);
  \coordinate (T) at (P|-Q);
  \coordinate (S1) at ($(T)!1.5!(M)$);
  \coordinate (S2) at ($(Q)!1.5!(N)$);
  \begin{pgfinterruptboundingbox}
   \tkzDefLine[orthogonal=through P](C,P) \tkzGetPoint{Z'}
  \end{pgfinterruptboundingbox}
  \tkzInterLL(T,Q)(P,Z') \tkzGetPoint{Z}
  \tkzInterLL(N,Q)(P,Z) \tkzGetPoint{R}
  \tkzDrawArc[color=black](C,A')(A)
  \draw (C) -- (P);
  \draw (A) -- (A');
  \draw (T) -- (Z);
  \draw (P) -- (S1);
  \draw (R) -- (S2);
  \draw (P) -- (Z');
  \draw (A) +(180:0.25) node{$A$};
  \draw (C) +(-90:0.25) node{$C$};
  \draw (M) +(45:0.2) node{\scriptsize $M$};
  \draw (N) +(135:0.2) node{\scriptsize $N$};
  \draw (P) +(135:0.25) node{$P$};
  \draw (Q) +(-50:0.19) node{\scriptsize $Q$};
  \draw (R) +(110:0.2) node{\scriptsize $R$};
  \draw (S1) +(-90:0.25) node{$S$};
  \draw (S2) +(-90:0.25) node{$S$};
  \draw (T) +(0:0.15) node{\scriptsize $T$};
  \draw (Z) +(180:0.2) node{\scriptsize $Z$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Isaac Newton: Mathematische Principien der Naturlehre. Robert Oppenheim, Berlin 1872, Seite 65. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Principien1872-065.png&oldid=- (Version vom 8.7.2021)