Seite:Coppernicus 116.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]
  \pgfmathsetmacro{\CA}{5.3};
  \pgfmathsetmacro{\CD}{0.275*\CA};
  \pgfmathsetmacro{\DF}{0.39*\CD};
  \pgfmathsetmacro{\dot}{0.05};
  \tkzDefPoint(-90:\CA){A}
  \tkzDefPoint(90:\CA){B}
  \tkzDefPoint(0,0){C}
  \tkzDefPoint(90:\CD){D}
  \tkzDefPoint(90:\CD-\DF){E}
  \tkzDefPoint(90:0.81*\CA){I}
  \coordinate (K) at ($(I) +(-90:\DF)$);
  \begin{pgfinterruptboundingbox}
   \tkzInterLC(B,A)(D,E) \tkzGetPoints{F}{E}
   \tkzInterLC(B,A)(F,I) \tkzGetPoints{I}{H}
   \tkzInterLC(B,A)(I,K) \tkzGetPoints{L}{K}
  \end{pgfinterruptboundingbox}
  \tkzDrawCircle(C,A)
  \tkzDrawCircle(D,F)
  \tkzDrawCircle(F,I)
  \draw[fill] (C) circle[radius=\dot];
  \draw[fill] (D) circle[radius=\dot];
  \tkzDrawCircle(I,K)
  \draw (A) -- (B);
  \draw (A) +(-90:0.2) node{$a$};
  \draw (B) +(90:0.2) node{$b$};
  \draw (C) +(0:0.2) node{$c$};
  \draw (D) +(0:0.2) node{$d$};
  \draw (E) +(-45:0.2) node{$e$};
  \draw (F) +(45:0.25) node{$f$};
  \draw (H) +(-45:0.2) node{$h$};
  \draw (I) +(45:0.2) node{$i$};
  \draw (K) +(-45:0.2) node{$k$};
  \draw (L) +(45: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 309 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_116.png&oldid=- (Version vom 29.12.2019)