Seite:Coppernicus 083.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}{1.85};
  \pgfmathsetmacro{\AE}{0.6};
  \tkzDefPoint(90:\CA){A}
  \tkzDefPoint(-90:\CA){B}
  \tkzDefPoint(0,0){C}
  \tkzDefPoint(-90:6*\CA){D}
  \tkzDefPoint(90:\CA-\AE){E}
  \tkzDefPoint(-90:\CA-\AE){M}
  \tkzDefPointBy[rotation= center A angle 60](E) \tkzGetPoint{G}
  \tkzDefPointBy[rotation= center B angle 60](M) \tkzGetPoint{N}
  \begin{pgfinterruptboundingbox}
  \tkzInterLC(B,A)(A,E) \tkzGetPoints{E}{F}
  \tkzInterLC(B,A)(C,G) \tkzGetPoints{P}{L}
  \tkzInterLC(B,A)(B,M) \tkzGetPoints{O}{M}
  \end{pgfinterruptboundingbox}
  \tkzDrawCircle(C,A)
  \tkzDrawCircle(A,E)
  \tkzDrawCircle(B,M)
  \draw (F) -- (D);
  \draw (A) -- (G);
  \draw (L) -- (G);
  \draw (N) -- (G);
  \draw (N) -- (P);
  \draw (N) -- (B);
  \draw (A) +(45:0.2) node{$a$};
  \draw (B) +(-60:0.2) node{$b$};
  \draw (C) +(0:0.2) node{$c$};
  \draw (D) +(-90:0.2) node{$d$};
  \draw (E) +(-135:0.2) node{$e$};
  \draw (F) +(90:0.25) node{$f$};
  \draw (G) +(-30:0.2) node{$g$};
  \draw (L) +(180:0.2) node{$l$};
  \draw (M) +(30:0.25) node{$m$};
  \draw (N) +(150:0.2) node{$n$};
  \draw (O) +(-45:0.2) node{$o$};
  \draw (P) +(30:0.2) node{$p$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 238 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_083.png&oldid=- (Version vom 11.5.2019)