Seite:Coppernicus 137.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}{4.45};
  \tkzDefPoint(-8:\OA){A}
  \tkzDefPoint(90:\OA){B}
  \tkzDefPoint(-172:\OA){C}
  \tkzDefPoint(90:1.245*\OA){D}
  \tkzDefPoint(90:0.88*\OA){E}
  \tkzDefPoint(124:\OA){L}
  \tkzDefPoint(0,0){O}
  \begin{pgfinterruptboundingbox}
   \tkzCircumCenter(A,E,C) \tkzGetPoint{AEC}
   \tkzInterLC(D,B)(B,D) \tkzGetPoints{D}{F}
   \tkzInterCC(AEC,E)(B,D) \tkzGetPoints{G2}{G}
   \tkzInterLC(L,O)(AEC,E) \tkzGetPoints{K}{K2}
  \end{pgfinterruptboundingbox}
  \tkzDrawArc[color=black](O,A)(C)
  \tkzDrawArc[color=black](AEC,A)(C)
  \tkzDrawCircle(B,D)
  \draw (D) to (F);
  \draw (K) to (L);
  \draw (A) +(-90:0.2) node{$a$};
  \draw (B) +(55:0.2) node{$b$};
  \draw (C) +(-90:0.2) node{$c$};
  \draw (D) +(90:0.2) node{$d$};
  \draw (E) +(45:0.2) node{$e$};
  \draw (F) +(-90:0.2) node{$f$};
  \draw (G) +(-80:0.2) node{$g$};
  \draw (K) +(-56:0.2) node{$k$};
  \draw (L) +(124:0.2) node{$l$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 357 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_137.png&oldid=- (Version vom 29.12.2019)