Seite:Principien1872-049b.png

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{\ec}{5};
  \pgfmathsetmacro{\Ae}{1.8*\ec};
  \coordinate (e) at (0,0);
  \coordinate (A) at (-90:\Ae);
  \coordinate (c) at (0:\ec);
  \coordinate (g) at ($ (e) !0.35! (c) $);
  \coordinate (b2) at ($ (e) !0.8! (c) $);
  \coordinate (E) at ($ (e) !0.41! (A) $);
  \tkzDefLine[parallel=through E](e,c) \tkzGetPoint{C2}
  \coordinate (C) at (intersection of A--c and E--C2);
  \coordinate (G) at (intersection of A--g and E--C);
  \path[draw, name path=Abc] (A) to[bend left=19] (c);
  \path[draw, name path=Ab2] (A) to (b2);
  \path[name intersections={of=Ab2 and Abc,name=b}];
  \coordinate (b) at (b-2);
  \tkzDefLine[parallel=through b](C,E) \tkzGetPoint{d2}
  \coordinate (d) at (intersection of A--e and b--d2);
  \coordinate (f) at (intersection of A--g and b--d);
  \path[draw, name path=ABC] (A) to[bend left=13] (C);
  \path[name intersections={of=Ab2 and ABC,name=B}];
  \coordinate (B) at (B-2);
  \begin{pgfinterruptboundingbox}
   \tkzDefLine[parallel=through B](C,E) \tkzGetPoint{D2}
  \end{pgfinterruptboundingbox}
  \coordinate (D) at (intersection of A--e and B--D2);
  \coordinate (F) at (intersection of A--g and B--D);
  \draw (A) -- (e);
  \draw (A) -- (c);
  \draw (A) -- (g);
  \draw (B) -- (D);
  \draw (E) -- (C);
  \draw (b) -- (d);
  \draw (e) -- (c);
  \draw (A) +(0:0.25) node{$A$};
  \draw (B) +(0:0.2) node{$B$};
  \draw (C) +(0:0.25) node{$C$};
  \draw (D) +(180:0.25) node{$D$};
  \draw (E) +(180:0.25) node{$E$};
  \draw (F) +(135:0.25) node{$F$};
  \draw (G) +(-140:0.25) node{$G$};
  \draw (b) +(135:0.25) node{$b$};
  \draw (c) +(90:0.25) node{$c$};
  \draw (d) +(180:0.25) node{$d$};
  \draw (e) +(135:0.25) node{$e$};
  \draw (f) +(125:0.25) node{$f$};
  \draw (g) +(90:0.25) node{$g$};
 \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-049b.png&oldid=- (Version vom 26.11.2022)