Seite:Coppernicus 030.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]
  \tkzDefPoint(-167:2){A}
  \tkzDefPoint(0,0){B}
  \tkzDefPoint(32:2){C}
  \tkzDefPoint(160:2){D}
  \tkzDefPoint(0:2){E}
  \tkzDefPoint(-60:2){H}
  \tkzDefPoint(110:2){K}
  \begin{pgfinterruptboundingbox}
   \tkzCircumCenter(D,B,E) \tkzGetPoint{O1}
   \tkzCircumCenter(A,B,C) \tkzGetPoint{O2}
  \end{pgfinterruptboundingbox}
  \tkzDefPointBy[rotation= center O1 angle -12.5](B) \tkzGetPoint{F}
  \tkzDefPointBy[rotation= center O1 angle 12](B) \tkzGetPoint{G}
  \tkzDefPointBy[rotation= center O2 angle -12](B) \tkzGetPoint{L}
  \tkzDefPointBy[rotation= center O2 angle 11.5](B) \tkzGetPoint{M}
  \begin{pgfinterruptboundingbox}
   \tkzCircumCenter(K,F,L) \tkzGetPoint{O3}
   \tkzCircumCenter(H,G,M) \tkzGetPoint{O4}
  \end{pgfinterruptboundingbox}
  \tkzDrawCircle(B,D)
  \tkzDrawArc[color=black](O1,D)(E)
  \tkzDrawArc[color=black](O2,A)(C)
  \tkzDrawArc[color=black](O3,K)(L)
  \tkzDrawArc[color=black](O4,H)(M)
  \draw (A) +(180:0.2) node{$a$};
  \draw (B) +(90:0.2) node{$b$};
  \draw (C) +(30:0.2) node{$c$};
  \draw (D) +(150:0.2) node{$d$};
  \draw (E) +(0:0.2) node{$e$};
  \draw (F) +(45:0.25) node{$f$};
  \draw (G) +(-45:0.25) node{$g$};
  \draw (H) +(135:0.2) node{$h$};
  \draw (K) +(-45:0.2) node{$k$};
  \draw (L) +(-90:0.2) node{$l$};
  \draw (M) +(110:0.2) node{$m$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 62 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_030.png&oldid=- (Version vom 26.8.2018)