Seite:Principien1872-039.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{\CA}{2.15};
  \coordinate (C) at (0,0);
  \coordinate (A) at (90:\CA);
  \coordinate (D) at (9:\CA);
  \tkzDefLine[parallel=through D](C,A) \tkzGetPoint{B}
  \path[draw, name path=lineAD] (A) to[bend left=35] (D);
  \path[name path=lineCB] (C) to (B);
  \path[name intersections={of=lineAD and lineCB,name=sectionE}];
  \coordinate (E) at (sectionE-1);
  \draw (A) -- (B);
  \draw (A) -- (C);
  \draw (B) -- (D);
  \draw (C) -- (D);
  \draw (A) +(180:0.25) node{$A$};
  \draw (B) +(30:0.25) node{$B$};
  \draw (C) +(-140:0.25) node{$C$};
  \draw (D) +(-30:0.25) node{$D$};
  \draw (E) +(45:0.25) node{$E$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Isaac Newton: Mathematische Principien der Naturlehre. Robert Oppenheim, Berlin 1872, Seite 39. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Principien1872-039.png&oldid=- (Version vom 26.11.2022)