Seite:Principien1872-048b.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{\FA}{1.6};
  \pgfmathsetmacro{\FB}{2.1*\FA};
  \coordinate (A) at (70:\FA);
  \coordinate (C) at (25:1.5*\FA);
  \coordinate (F) at (0,0);
  \coordinate (B) at (0:\FB);
  \path[draw] (A) to[bend left=20] (B);
  \tkzDefLine[parallel=through B](F,A) \tkzGetPoint{D}
  \coordinate (E) at (B |- D);
  \coordinate (G) at (A |- F);
  \draw (A) -- (B);
  \draw (A) -- (D);
  \draw (A) -- (F);
  \draw (A) -- (G);
  \draw (B) -- (D);
  \draw (B) -- (E);
  \draw (B) -- (F);
  \draw (A) +(140:0.25) node{$A$};
  \draw (B) +(-20:0.25) node{$B$};
  \draw (C) +(50:0.25) node{$C$};
  \draw (D) +(70:0.25) node{$D$};
  \draw (E) +(90:0.25) node{$E$};
  \draw (F) +(-110: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 48. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Principien1872-048b.png&oldid=- (Version vom 26.11.2022)