Seite:Coppernicus 090.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{\EB}{2.58};
  \pgfmathsetmacro{\IF}{1.9};
  \tkzDefPoint(90:\EB){B}
  \tkzDefPoint(0,0){E}
  \tkzDefPoint(0,-3.67){I}
  \coordinate (F) at ($(I)+(-90:\IF)$);
  \coordinate (Umbra) at ($(E)+(165:0.5*\EB)$);
  \coordinate (Luna) at ($(I)+(-160:0.45*\IF)$);
  \begin{pgfinterruptboundingbox}
   \tkzInterCC(E,B)(I,F) \tkzGetPoints{C}{A}
   \tkzInterLC(B,F)(E,B) \tkzGetPoints{B}{D}
   \tkzInterLC(B,F)(I,F) \tkzGetPoints{G}{F}
   \tkzInterLL(B,F)(A,C) \tkzGetPoint{K}
  \end{pgfinterruptboundingbox}
  \tkzDrawCircle(E,B)
  \tkzDrawCircle(I,F)
  \draw (A) -- (C);
  \draw (B) -- (F);
  \draw (E) -- (A);
  \draw (E) -- (C);
  \draw (I) -- (A);
  \draw (I) -- (C);
  \draw (A) +(-170:0.2) node{$a$};
  \draw (B) +(90:0.2) node{$b$};
  \draw (C) +(0:0.2) node{$c$};
  \draw (D) +(-45:0.2) node{$d$};
  \draw (E) +(45:0.2) node{$e$};
  \draw (F) +(-90:0.25) node{$f$};
  \draw (G) +(50:0.2) node{$g$};
  \draw (I) +(-30:0.2) node{$i$};
  \draw (K) +(50:0.2) node{$k$};
  \draw (Umbra) node{Umbra.};
  \draw (Luna) node{Luna.};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 252 Bild 2. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_090.png&oldid=- (Version vom 11.5.2019)