Seite:Coppernicus 022.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}
\usetikzlibrary{intersections}
\begin{document}
 \begin{tikzpicture}
  \tkzSetUpLine[line width=0.4pt]
  \tkzDefPoint(0,0){I}
  \tkzDefPoint(102:2){B}
  \tkzDefPoint(150:2){A}
  \tkzDefPoint(176:2){G}
  \tkzDefPoint(-80:2){F}
  \tkzDefPoint(-10:2){C}
  \tkzDefPoint(15:2){L}
  \begin{pgfinterruptboundingbox}
    \tkzCircumCenter(G,I,L) \tkzGetPoint{O1}
  \end{pgfinterruptboundingbox}
  \tkzDefPointBy[rotation= center O1 angle -12](I) \tkzGetPoint{H}
  \tkzDefPointBy[rotation= center O1 angle -4](I) \tkzGetPoint{M}
  \tkzDefPointBy[rotation= center O1 angle 6](I) \tkzGetPoint{N}
  \tkzDefPointBy[rotation= center O1 angle 13](I) \tkzGetPoint{K}
  \tkzDrawCircle(I,A)
  \tkzDrawArc[color=black](O1,G)(L)
  \path[draw, name path=lineAN] (A) to[bend left=13] (N);
  \path[draw, name path=lineCM] (C) to[bend left=11] (M);
  \path[draw, name path=lineHB] (H) to[bend left=25] (B);
  \path[draw, name path=lineKF] (K) to[bend left=28] (F);
  \path[name intersections={of=lineAN and lineHB,name=sectionD}];
  \coordinate (D) at (sectionD-1);
  \path[name intersections={of=lineCM and lineKF,name=sectionE}];
  \coordinate (E) at (sectionE-1);
  \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.25) 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 (K) +(90:0.2) node{$k$};
  \draw (L) +(40:0.2) node{$l$};
  \draw (M) +(-90:0.2) node{$m$};
  \draw (N) +(90:0.2) node{$n$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 50 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_022.png&oldid=- (Version vom 4.6.2018)