Seite:Coppernicus 119.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}{6.9};
  \pgfmathsetmacro{\XK}{0.16*\CA};
  \pgfmathsetmacro{\dot}{0.05};
  \tkzDefPoint(90:\CA){A}
  \tkzDefPoint(-90:\CA){B}
  \tkzDefPoint(0,0){C}
  \tkzDefPoint(-154:\CA){E}
  \tkzDefPoint(-90:0.21*\CA){I}
  \coordinate (F) at ($(I) +(140:0.075*\CA)$);
  \coordinate (F2) at ($(F) +(0:0.325*\CA)$);
  \tkzDefPoint(-137.2:0.985*\CA){X}
  \coordinate (K) at ($(X) +(180:\XK)$);
  \coordinate (M) at ($(X) +(60:\XK)$);
  \coordinate (N) at (K-|M);
  \tkzTangent[from=E](F,F2) \tkzGetPoints{G}{H}
  \begin{pgfinterruptboundingbox}
   \tkzInterLC(X,K)(X,K) \tkzGetPoints{L}{K}
   \tkzInterLC(M,N)(X,K) \tkzGetPoints{M}{M2}
  \end{pgfinterruptboundingbox}
  \tkzDrawCircle(I,F)
  \tkzDrawCircle(F,F2)
  \tkzDrawCircle(X,K)
  \draw (A) -- (B);
  \draw (C) -- (E);
  \draw (E) -- (F);
  \draw (E) -- (G);
  \draw (E) -- (H);
  \draw (E) -- (I);
  \draw (F) -- (G);
  \draw (F) -- (H);
  \draw (F) -- (I);
  \draw (K) -- (L);
  \draw (M) -- (M2);
  \draw (A) +(90:0.2) node{$a$};
  \draw (B) +(-90:0.2) node{$[b]$};
  \draw (C) +(0:0.2) node{$c$};
  \draw (E) +(-155:0.2) node{$e$};
  \draw (F) +(90:0.25) node{$f$};
  \draw (G) +(-90:0.2) node{$g$};
  \draw (H) +(130:0.2) node{$h$};
  \draw (I) +(0:0.2) node{$i$};
  \draw (K) +(180:0.2) node{$k$};
  \draw (L) +(0:0.2) node{$l$};
  \draw (M) +(60:0.2) node{$m$};
  \draw (N) +(135:0.2) node{$n$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 314 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_119.png&oldid=- (Version vom 29.12.2019)