Seite:Principien1872-049.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{\Ad}{5.1};
  \pgfmathsetmacro{\Ar}{1.35*\Ad};
  \coordinate (A) at (0,0);
  \coordinate (d) at (0:\Ad);
  \coordinate (r) at (-90:\Ar);
  \coordinate (b) at ($ (r) !.65! (d) $);
  \coordinate (D) at ($ (A) !.5! (d) $);
  \coordinate (c) at (-29:0.5*\Ad);
  \begin{pgfinterruptboundingbox}
   \tkzDefLine[parallel=through D](d,r) \tkzGetPoint{R2}
  \end{pgfinterruptboundingbox}
  \coordinate (R) at (intersection of D--R2 and A--r);
  \coordinate (B) at (intersection of D--R and A--b);
  \coordinate (C) at ($ (A) !.65! (B) $);
  \path[draw] (A) to[bend left=20] (B);
  \path[draw] (A) to[bend left=20] (b);
  \draw (A) -- (d);
  \draw (A) -- (b);
  \draw (A) -- (r);
  \draw (D) -- (R);
  \draw (d) -- (r);
  \draw (A) +(90:0.25) node{$A$};
  \draw (B) +(-90:0.25) node{$B$};
  \draw (C) +(90:0.2) node{$C$};
  \draw (D) +(90:0.25) node{$D$};
  \draw (R) +(180:0.25) node{$R$};
  \draw (b) +(-45:0.25) node{$b$};
  \draw (c) +(0:0.25) node{$c$};
  \draw (d) +(70:0.25) node{$d$};
  \draw (r) +(-120:0.25) node{$r$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Isaac Newton: Mathematische Principien der Naturlehre. Robert Oppenheim, Berlin 1872, Seite 49. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Principien1872-049.png&oldid=- (Version vom 26.11.2022)