Seite:Principien1872-033.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{\OX}{1};
  \pgfmathsetmacro{\OY}{0.65};
  \coordinate (A) at (-1.35*\OX,\OY);
  \coordinate (B) at (\OX,\OY);
  \coordinate (C) at (-\OX,-\OY);
  \coordinate (D) at (1.35*\OX,-\OY);
  \draw (A) -- (B);
  \draw (A) -- (C);
  \draw (A) -- (D);
  \draw (B) -- (D);
  \draw (C) -- (D);
  \draw (A) +(135:0.25) node{$A$};
  \draw (B) +(45:0.25) node{$B$};
  \draw (C) +(-135:0.25) node{$C$};
  \draw (D) +(-45:0.25) node{$D$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Isaac Newton: Mathematische Principien der Naturlehre. Robert Oppenheim, Berlin 1872, Seite 33. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Principien1872-033.png&oldid=- (Version vom 26.11.2022)