Seite:Coppernicus 091.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}
  \pgfmathsetmacro{\CA}{1.98};
  \pgfmathsetmacro{\EC}{0.6};
  \pgfmathsetmacro{\FEH}{135};
  \pgfmathsetmacro{\dot}{0.05};
  \coordinate (A) at (90:\CA);
  \coordinate (B) at (-90:\CA);
  \coordinate (C) at (0,0);
  \coordinate (D) at (0,-2*\EC);
  \coordinate (E) at (0,-\EC);
  \coordinate (F) at ($(E) +(90:\CA)$);
  \coordinate (G) at ($(E) +(-90:\CA)$);
  \coordinate (H) at ($(E) +(\FEH:\CA)$);
  \coordinate (L) at ($(H) +(\FEH:\EC)$);
  \begin{pgfinterruptboundingbox}
   \tkzInterLC(C,H)(H,L) \tkzGetPoints{K}{I}
   \tkzInterLC(E,H)(H,L) \tkzGetPoints{M}{L}
  \end{pgfinterruptboundingbox}
  \draw (C) circle[radius=\CA];
  \draw (E) circle[radius=\CA];
  \draw (H) circle[radius=\EC];
  \draw[fill] (D) circle[radius=\dot];
  \draw (A) -- (G);
  \draw (C) -- (I);
  \draw (E) -- (L);
  \draw (A) +(90:0.2) node{$a$};
  \draw (B) +(60:0.2) node{$b$};
  \draw (C) +(0:0.2) node{$c$};
  \draw (D) +(0:0.2) node{$d$};
  \draw (E) +(0:0.2) node{$e$};
  \draw (F) +(-55:0.25) node{$f$};
  \draw (G) +(-90:0.2) node{$g$};
  \draw (H) +(-90:0.2) node{$h$};
  \draw (I) +(140:0.2) node{$i$};
  \draw (K) +(30:0.2) node{$k$};
  \draw (L) +(110:0.2) node{$l$};
  \draw (M) +(-90:0.25) node{$m$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 268 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_091.png&oldid=- (Version vom 29.12.2019)