Seite:Coppernicus 067.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{\EA}{2.3};
  \tkzDefPoint(90:\EA){A}
  \tkzDefPoint(135:\EA){B}
  \tkzDefPoint(-90:\EA){C}
  \tkzDefPoint(45:\EA){D}
  \tkzDefPoint(0,0){E}
  \coordinate (F) at ($(E)!.29!(D)$);
  \tkzInterLC(B,E)(F,D) \tkzGetPoints{G2}{G}
  \tkzInterLC(D,E)(F,D) \tkzGetPoints{D}{D'}
  \coordinate (I) at ($(D')!.5!(E)$);
  \coordinate (M) at ($(G)!.6!(B)$);
  \tkzInterLC(I,G)(G,M) \tkzGetPoints{H2}{H}
  \tkzDrawCircle(E,A)
  \tkzDrawCircle(F,D)
  \tkzDrawCircle(G,M)
  \draw (A) -- (C);
  \draw (E) -- (B);
  \draw (D') -- (D);
  \draw (H) -- (I);
  \draw (G) -- (F);
  \draw (A) +(90:0.2) node{$a$};
  \draw (B) +(135:0.2) node{$b$};
  \draw (C) +(-90:0.2) node{$c$};
  \draw (D) +(45:0.2) node{$d$};
  \draw (E) +(-45:0.2) node{$e$};
  \draw (F) +(-45:0.2) node{$f$};
  \draw (G) +(-160:0.2) node{$g$};
  \draw (H) +(90:0.2) node{$h$};
  \draw (I) +(-45:0.2) node{$i$};
  \draw (M) +(180:0.2) node{\footnotesize $m$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 195 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_067.png&oldid=- (Version vom 11.5.2019)