Seite:Coppernicus 064.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{calc}
\begin{document}
 \begin{tikzpicture}
  \tkzSetUpLine[line width=0.4pt]
  \pgfmathsetmacro{\CA}{4.52};
  \pgfmathsetmacro{\AD}{0.98};
  \pgfmathsetmacro{\DF}{0.53};
  \pgfmathsetmacro{\ACI}{145};
  \pgfmathsetmacro{\MLP}{52};
  \tkzDefPoint(90:\CA){A}
  \tkzDefPoint(-90:\CA){B}
  \tkzDefPoint(0,0){C}
  \tkzDrawCircle(C,A)
  \tkzDefPoint(90:\CA+\AD){D}
  \tkzDefPoint(90:\CA-\AD){E}
  \tkzDefPoint(90:\CA+\AD+\DF){F}
  \tkzDefPoint(90:\CA+\AD-\DF){G}
  \tkzDefPoint(\ACI:\CA){I}
  \tkzDefPoint(\ACI:\CA+\AD){K}
  \coordinate (D2) at ($(I)+(90:\AD)$);
  \coordinate (F2) at ($(D2)+(90:\DF)$);
  \coordinate (G2) at ($(D2)+(-90:\DF)$);
  \tkzDefPoint(90:\AD){L}
  \tkzDefPoint(90:\AD+\DF){M}
  \tkzDefPoint(90:\AD-\DF){N}
  \coordinate (P) at ($(L)+(90-\MLP:\DF)$);
  \tkzInterCC(D2,F2)(P,I) \tkzGetPoints{O}{O2}
  \tkzInterCC(P,I)(C,A) \tkzGetPoints{X}{X2}
  \tkzDrawCircle(A,D)
  \tkzDrawCircle(D,F)
  \tkzDrawCircle(I,K)
  \tkzDrawCircle(D2,F2)
  \tkzDrawCircle(L,M)
  \tkzDrawCircle(L,D)
  \tkzDrawArc[color=black](P,X)(I)
  \draw (F) -- (B);
  \draw (C) -- (K);
  \draw (F2) -- (I);
  \draw (O) -- (P);
  \draw (O) -- (I);
  \draw (L) -- (P);
  \draw (C) -- (P);
  \draw (A) +(-45:0.2) node{$a$};
  \draw (B) +(125:0.2) node{$b$};
  \draw (C) +(0:0.2) node{$c$};
  \draw (D) +(-60:0.2) node{$d$};
  \draw (D2) +(-60:0.2) node{$d$};
  \draw (E) +(-45:0.2) node{$e$};
  \draw (F) +(90:0.2) node{$f$};
  \draw (F2) +(90:0.2) node{$f$};
  \draw (G) +(-45:0.2) node{$g$};
  \draw (G2) +(-135:0.2) node{$g$};
  \draw (I) +(-90:0.2) node{$i$};
  \draw (K) +(\ACI:0.2) node{$k$};
  \draw (L) +(180:0.2) node{$l$};
  \draw (M) +(115:0.4) node{$m$};
  \draw (N) +(-135:0.2) node{$n$};
  \draw (O) +(80-\MLP:0.2) node{$o$};
  \draw (P) +(90-\MLP:0.2) node{$p$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 182 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_064.png&oldid=- (Version vom 11.5.2019)