Seite:Coppernicus 034.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(144:2){A}
  \tkzDefPoint(-173:2){B}
  \tkzDefPoint(-29:2){C}
  \tkzDefPoint(10:2){D}
  \tkzDefPoint(0,0){E'}
  \tkzDefPoint(0.05,-0.25){E}
  \tkzDefPoint(51:2){F}
  \begin{pgfinterruptboundingbox}
   \tkzCircumCenter(A,E,C) \tkzGetPoint{O1}
   \tkzCircumCenter(B,E,D) \tkzGetPoint{O2}
  \end{pgfinterruptboundingbox}
  \tkzDefPointBy[rotation= center O1 angle 7.2](E) \tkzGetPoint{H}
  \tkzDefPointBy[rotation= center O2 angle 9](E) \tkzGetPoint{G}
  \begin{pgfinterruptboundingbox}
   \tkzCircumCenter(F,G,H) \tkzGetPoint{O3}
  \end{pgfinterruptboundingbox}
  \tkzDrawCircle(E',A)
  \tkzDrawArc[color=black](O1,A)(C)
  \tkzDrawArc[color=black](O2,B)(D)
  \tkzDrawArc[color=black](O3,H)(F)
  \draw (A) +(144:0.2) node{$a$};
  \draw (B) +(180:0.2) node{$b$};
  \draw (C) +(-30:0.2) node{$c$};
  \draw (D) +(40:0.2) node{$d$};
  \draw (E) +(-110:0.2) node{$e$};
  \draw (F) +(70:0.25) node{$f$};
  \draw (G) +(140:0.2) node{$g$};
  \draw (H) +(-110: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 70 Bild 2. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_034.png&oldid=- (Version vom 26.8.2018)