Seite:Coppernicus 141.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.42};
  \tkzDefPoint(-90:\OA){A}
  \tkzDefPoint(0,0){B}
  \tkzDefPoint(162:\OA){D}
  \tkzDefPoint(90:\OA){E}
  \tkzDefPoint(18:\OA){F2}
  \tkzDefPoint(-54:\OA){G}
  \tkzDefPoint(-126:\OA){H}
  \tkzDefPoint(0,0){O}
  \tkzInterLL(A,B)(G,H) \tkzGetPoint{F}
  \coordinate (C) at ($(A)!2!(F)$);
  \tkzDrawCircle(O,A)
  \draw (A) to (E);
  \draw (A) to (G);
  \draw (B) to (G);
  \draw (C) to (G);
  \draw (D) to (E);
  \draw (D) to (H);
  \draw (E) to (F2);
  \draw (F2) to (G);
  \draw (G) to (H);
  \draw (A) +(-90:0.2) node{$a$};
  \draw (B) +(45:0.2) node{$b$};
  \draw (C) +(180:0.2) node{$c$};
  \draw (F) node{$f$};
  \draw (G) +(-54:0.2) node{$g$};
  \draw (H) +(-126:0.2) node{$h$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 13 (Anmerkungen) Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_141.png&oldid=- (Version vom 29.12.2019)