Seite:Coppernicus 093.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{\CD}{2};
  \pgfmathsetmacro{\dot}{0.05};
  \tkzDefPoint(90:0.45*\CD){A}
  \tkzDefPoint(0,0){C}
  \tkzDefPoint(90:\CD){D}
  \tkzDefPoint(-90:\CD){E}
  \tkzTangent[from=D](C,A) \tkzGetPoints{G}{F}
  \begin{pgfinterruptboundingbox}
   \tkzInterLC(D,E)(C,A) \tkzGetPoints{A}{B}
  \end{pgfinterruptboundingbox}
  \tkzDrawCircle(C,A)
  \tkzDrawCircle(C,D)
  \draw[fill] (C) circle[radius=\dot];
  \draw (D) -- (E);
  \draw (D) -- (F);
  \draw (D) -- (G);
  \draw (A) +(-45:0.2) node{$a$};
  \draw (B) +(-45:0.2) node{$b$};
  \draw (C) +(0:0.2) node{$c$};
  \draw (D) +(90:0.2) node{$d$};
  \draw (E) +(-90:0.2) node{$e$};
  \draw (F) +(45:0.2) node{$f$};
  \draw (G) +(135:0.2) node{$g$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 270 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_093.png&oldid=- (Version vom 29.12.2019)