Seite:Principien1872-047.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{\AE}{4.6};
  \pgfmathsetmacro{\Aa}{1.065*\AE};
  \pgfmathsetmacro{\AB}{\AE/4};
  \coordinate (A) at (0,0);
  \coordinate (B) at (0:\AB);
  \coordinate (C) at (0:2*\AB);
  \coordinate (D) at (0:3*\AB);
  \coordinate (E) at (0:\AE);
  \coordinate (a) at (90:\Aa);
  \path[draw, name path=acE] (a) to[bend left=34] (E);
  \tkzDefLine[parallel=through B](A,a) \tkzGetPoint{l}
  \path[name path=Bl] (B) to (l);
  \path[name intersections={of=acE and Bl,name=b}];
  \coordinate (b) at (b-1);
  \tkzDefLine[parallel=through C](B,b) \tkzGetPoint{m}
  \tkzDefLine[parallel=through A](B,b) \tkzGetPoint{K}
  \path[name path=Cm] (C) to (m);
  \path[name intersections={of=acE and Cm,name=c}];
  \coordinate (c) at (c-1);
  \tkzDefLine[parallel=through D](C,c) \tkzGetPoint{n}
  \tkzDefLine[parallel=through B](C,c) \tkzGetPoint{L}
  \path[name path=Dn] (D) to (n);
  \path[name intersections={of=acE and Dn,name=d}];
  \coordinate (d) at (d-1);
  \tkzDefLine[parallel=through E](D,d) \tkzGetPoint{o}
  \tkzDefLine[parallel=through C](D,d) \tkzGetPoint{M}
  \draw (A) -- (E);
  \draw (A) -- (a);
  \draw (B) -- (l);
  \draw (C) -- (m);
  \draw (D) -- (n);
  \draw (E) -- (o);
  \draw (K) -- (m);
  \draw (L) -- (n);
  \draw (M) -- (o);
  \draw (a) -- (l);
  \draw (A) +(-90:0.25) node{$A$};
  \draw (B) +(-90:0.25) node{$B$};
  \draw (C) +(-90:0.25) node{$C$};
  \draw (D) +(-90:0.25) node{$D$};
  \draw (E) +(-90:0.25) node{$E$};
  \draw (L) +(180:0.25) node{$L$};
  \draw (M) +(180:0.25) node{$M$};
  \draw (a) +(160:0.25) node{$a$};
  \draw (b) +(-135:0.25) node{$b$};
  \draw (c) +(-135:0.25) node{$c$};
  \draw (d) +(-135:0.25) node{$d$};
  \draw (l) +(70:0.25) node{$l$};
  \draw (m) +(70:0.25) node{$m$};
  \draw (n) +(70:0.25) node{$n$};
  \draw (o) +(70:0.25) node{$o$};
 \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-047.png&oldid=- (Version vom 26.11.2022)