Seite:Coppernicus 107.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{\DA}{5.25};
  \pgfmathsetmacro{\AN}{0.6};
  \tkzDefPoint(47:\DA){A}
  \tkzDefPoint(132:\DA){B}
  \tkzDefPoint(-134:\DA){C}
  \tkzDefPoint(0,0){D}
  \tkzDefPoint(-90:2.9*\AN){E}
  \tkzDefPoint(90:\DA){F}
  \tkzDefPoint(-90:\DA){G}
  \begin{pgfinterruptboundingbox}
   \tkzInterLC[R](D,A)(A, \AN cm) \tkzGetPoints{A1}{A2}
   \tkzInterLC[R](D,B)(B, \AN cm) \tkzGetPoints{B1}{B2}
   \tkzInterLC[R](D,C)(C, \AN cm) \tkzGetPoints{C1}{C2}
  \end{pgfinterruptboundingbox}
  \tkzDefPointBy[rotation= center A angle -50](A1) \tkzGetPoint{L}
  \tkzDefPointBy[rotation= center B angle 50](B1) \tkzGetPoint{M}
  \tkzDefPointBy[rotation= center C angle 120](C1) \tkzGetPoint{N}
  \tkzInterLL(D,B)(E,M) \tkzGetPoint{X}
  \tkzDrawCircle(D,A)
  \tkzDrawCircle(A,L)
  \tkzDrawCircle(B,M)
  \tkzDrawCircle(C,N)
  \draw (F) -- (G);
  \draw (D) -- (A);
  \draw (D) -- (B);
  \draw (D) -- (C);
  \draw (E) -- (A);
  \draw (E) -- (L);
  \draw (A) -- (L);
  \draw (E) -- (B);
  \draw (E) -- (M);
  \draw (B) -- (M);
  \draw (E) -- (C);
  \draw (E) -- (N);
  \draw (C) -- (N);
  \draw (A) +(47:0.2) node{$a$};
  \draw (B) +(132:0.2) node{$b$};
  \draw (C) +(-134:0.2) node{$c$};
  \draw (D) +(180:0.25) node{$d$};
  \draw (E) +(-30:0.2) node{$e$};
  \draw (F) +(90:0.25) node{$f$};
  \draw (G) +(-90:0.2) node{$g$};
  \draw (L) +(170:0.2) node{$l$};
  \draw (M) +(0:0.2) node{$m$};
  \draw (N) +(180:0.2) node{$n$};
  \draw (X) +(30:0.2) node{$x$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 294 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_107.png&oldid=- (Version vom 29.12.2019)