Seite:Coppernicus 021.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(0,0){I}
  \tkzDefPoint(104:2){B}
  \tkzDefPoint(150:2){A}
  \tkzDefPoint(181:2){G}
  \tkzDefPoint(-76:2){F}
  \tkzDefPoint(-9:2){C}
  \tkzDefPoint(20:2){L}
  \begin{pgfinterruptboundingbox}
   \tkzCircumCenter(A,I,C) \tkzGetPoint{O1}
   \tkzCircumCenter(G,I,L) \tkzGetPoint{O2}
  \end{pgfinterruptboundingbox}
  \tkzDefPointBy[rotation= center O1 angle -14](I) \tkzGetPoint{D}
  \tkzDefPointBy[rotation= center O1 angle 14](I) \tkzGetPoint{E}
  \tkzDefPointBy[rotation= center O2 angle -12](I) \tkzGetPoint{H}
  \tkzDefPointBy[rotation= center O2 angle 12.5](I) \tkzGetPoint{K}
  \begin{pgfinterruptboundingbox}
   \tkzCircumCenter(B,D,H) \tkzGetPoint{O3}
   \tkzCircumCenter(F,E,K) \tkzGetPoint{O4}
  \end{pgfinterruptboundingbox}
  \tkzDrawCircle(I,A)
  \tkzDrawArc[color=black](O1,A)(C)
  \tkzDrawArc[color=black](O2,G)(L)
  \tkzDrawArc[color=black](O3,B)(H)
  \tkzDrawArc[color=black](O4,F)(K)
  \draw (A) +(150:0.2) node{$a$};
  \draw (B) +(90:0.2) node{$b$};
  \draw (C) +(-9:0.2) node{$c$};
  \draw (D) +(40:0.2) node{$d$};
  \draw (E) +(-45:0.2) node{$e$};
  \draw (F) +(-120:0.25) node{$f$};
  \draw (G) +(181:0.2) node{$g$};
  \draw (H) +(-90:0.2) node{$h$};
  \draw (I) +(-90:0.2) node{$i$};
  \draw (K) +(90:0.2) node{$k$};
  \draw (L) +(40: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 49 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_021.png&oldid=- (Version vom 4.6.2018)