Seite:Coppernicus 078.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}{1.9};
  \tkzDefPoint(90:\DA){A}
  \tkzDefPoint(-90:\DA){B}
  \tkzDefPoint(-143:\DA){C}
  \tkzDefPoint(0,0){D}
  \tkzDefPoint(-90:6.2*\DA){E}
  \coordinate (G) at ($(D)!1.3!(C)$);
  \tkzDefPointBy[rotation= center C angle 40](G) \tkzGetPoint{K}
  \tkzInterLC(D,G)(C,G) \tkzGetPoints{F}{G}
  \tkzDrawCircle(D,A)
  \tkzDrawCircle(C,G)
  \draw (A) -- (E);
  \draw (D) -- (K);
  \draw (D) -- (G);
  \draw (E) -- (K);
  \draw (A) +(90:0.2) node{$a$};
  \draw (B) +(-45:0.2) node{$b$};
  \draw (C) +(180:0.2) node{$c$};
  \draw (D) +(0:0.2) node{$d$};
  \draw (E) +(-90:0.2) node{$e$};
  \draw (F) +(80:0.25) node{$f$};
  \draw (G) +(-140:0.2) node{$g$};
  \draw (K) +(-130:0.2) node{$k$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 230 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_078.png&oldid=- (Version vom 11.5.2019)