Seite:Coppernicus 133.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{\BC}{2.35};
  \pgfmathsetmacro{\dot}{0.05};
  \tkzDefPoint(-90:3.7*\BC){A}
  \tkzDefPoint(0,0){B}
  \tkzDefPoint(90:\BC){C}
  \tkzDefPoint(165:\BC){D}
  \tkzDefPoint(-90:\BC){G}
  \tkzDefPoint(145:0.84*\BC){M}
  \tkzTangent[from=A](B,C) \tkzGetPoints{E2}{E}
  \begin{pgfinterruptboundingbox}
   \tkzInterLC(A,D)(B,C) \tkzGetPoints{F}{D}
   \coordinate (H) at ($(A)!(D)!(C)$);
   \coordinate (K) at ($(A)!(E)!(C)$);
   \coordinate (L) at ($(A)!(F)!(C)$);
   \tkzDefLine[parallel=through E](D,M) \tkzGetPoint{N'}
   \coordinate (N) at ($(E)!0.85!(N')$);
   \tkzDefLine[parallel=through F](D,M) \tkzGetPoint{O'}
   \tkzInterLL(A,M)(F,O') \tkzGetPoint{O}
  \end{pgfinterruptboundingbox}
  \tkzDrawCircle(B,C)
  \draw[fill] (B) circle[radius=\dot];
  \draw (A) -- (C);
  \draw (A) -- (D);
  \draw (A) -- (E);
  \draw (A) -- (M);
  \draw (A) -- (N);
  \draw (D) -- (H);
  \draw (D) -- (M);
  \draw (E) -- (K);
  \draw (E) -- (N);
  \draw (F) -- (L);
  \draw (F) -- (O);
  \draw (H) -- (M);
  \draw (K) -- (N);
  \draw (L) -- (O);
  \draw (A) +(-90:0.2) node{$a$};
  \draw (B) +(0:0.2) node{$b$};
  \draw (C) +(90:0.2) node{$c$};
  \draw (D) +(160:0.2) node{$d$};
  \draw (E) +(-160:0.2) node{$e$};
  \draw (F) +(-115:0.2) node{\footnotesize $f$};
  \draw (G) +(-55:0.2) node{$g$};
  \draw (H) +(0:0.2) node{$h$};
  \draw (K) +(0:0.2) node{$k$};
  \draw (L) +(0:0.2) node{$l$};
  \draw (M) +(90:0.2) node{$m$};
  \draw (N) +(90:0.2) node{$n$};
  \draw (O) +(45:0.2) node{$o$};
\end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 350 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_133.png&oldid=- (Version vom 29.12.2019)