Seite:Principien1872-043.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}
\begin{document}
 \begin{tikzpicture}
  \tkzSetUpLine[line width=0.4pt]
  \pgfmathsetmacro{\OE}{2.22};
  \pgfmathsetmacro{\OJH}{46};
  \coordinate (O) at (0,0);
  \coordinate (E) at (180-\OJH:\OE);
  \coordinate (F) at (180:\OE);
  \coordinate (G) at (180+\OJH:\OE);
  \coordinate (H) at (\OJH:\OE);
  \coordinate (J) at (0:\OE);
  \coordinate (K) at (-\OJH:\OE);
  \tkzDrawCircle(O,E)
  \draw (E) -- (G);
  \draw (H) -- (K);
  \draw (E) +(180-\OJH:0.25) node{$E$};
  \draw (F) +(180:0.25) node{$F$};
  \draw (G) +(180+\OJH:0.25) node{$G$};
  \draw (H) +(\OJH:0.25) node{$H$};
  \draw (J) +(0:0.25) node{$J$};
  \draw (K) +(-\OJH:0.25) node{$K$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Isaac Newton: Mathematische Principien der Naturlehre. Robert Oppenheim, Berlin 1872, Seite 43. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Principien1872-043.png&oldid=- (Version vom 26.11.2022)