Seite:Coppernicus 140.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«
\documentclass[tikz,convert=pdf2svg]{standalone}
\usepackage{tkz-euclide}
\usetkzobj{all}
\begin{document}
 \begin{tikzpicture}
  \tkzSetUpLine[line width=0.4pt]
  \pgfmathsetmacro{\OA}{1.52};
  \pgfmathsetmacro{\Y}{sqrt(2)/2};
  \tkzDefPoint(90:\OA){A}
  \tkzDefPoint(180:\OA){B}
  \tkzDefPoint(-90:\OA){C}
  \tkzDefPoint(0:\OA){D}
  \tkzDefPoint(90:0.5*\OA){R}
  \tkzDefPoint(180:0.5*\OA){R2}
  \tkzDefPoint(135:\Y*\OA){Y}
  \tkzDefPoint(0,0){O}
  \tkzDrawCircle(O,A)
  \draw (A) to (B);
  \draw (A) to (C);
  \draw (A) to (D);
  \draw (B) to (C);
  \draw (B) to (D);
  \draw (C) to (D);
  \draw (R) +(0:0.15) node{$r$};
  \draw (R2) +(-90:0.15) node{$r$};
  \draw (Y) +(135:0.15) node{$y$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 12 (Anmerkungen) Bild 2. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_140.png&oldid=- (Version vom 29.12.2019)