Seite:Coppernicus 122.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}{4.53};
  \pgfmathsetmacro{\OL}{0.27*\CA};
  \tkzDefPoint(90:\CA){A}
  \tkzDefPoint(-90:\CA){B}
  \tkzDefPoint(0,0){C}
  \tkzDefPoint(143:\CA){E}
  \tkzDefPoint(-90:0.345*\CA){I}
  \coordinate (F) at ($(I) +(0:0.125*\CA)$);
  \coordinate (F2) at ($(F) +(0:0.45*\CA)$);
  \tkzDefPoint(-71:1.2*\CA){O}
  \coordinate (L) at ($(O) +(0:\OL)$);
  \coordinate (N) at ($(O) +(90:\OL)$);
  \coordinate (P) at ($(O) +(65:\OL)$);
  \coordinate (S) at (L-|P);
  \begin{pgfinterruptboundingbox}
   \tkzInterLC(F,E)(F,F2) \tkzGetPoints{H}{H2}
   \tkzDefPointBy[rotation= center F angle -104](H) \tkzGetPoint{G}
   \tkzInterLC(O,L)(O,L) \tkzGetPoints{L}{M}
   \tkzInterLC(N,O)(O,L) \tkzGetPoints{N}{R}
  \end{pgfinterruptboundingbox}
  \tkzDrawCircle(I,F)
  \tkzDrawCircle(F,F2)
  \tkzDrawCircle(O,L)
  \draw (A) -- (B);
  \draw (C) -- (E);
  \draw (E) -- (H);
  \draw (E) -- (G);
  \draw (E) -- (I);
  \draw (F) -- (G);
  \draw (F) -- (I);
  \draw (L) -- (M);
  \draw (N) -- (R);
  \draw (O) -- (P);
  \draw (P) -- (S);
  \draw (A) +(90:0.2) node{$a$};
  \draw (B) +(-90:0.2) node{$b$};
  \draw (C) +(0:0.2) node{$c$};
  \draw (E) +(143:0.2) node{$e$};
  \draw (F) +(60:0.25) node{$f$};
  \draw (G) +(-163:0.2) node{$g$};
  \draw (H) +(-45:0.2) node{$h$};
  \draw (I) +(-160:0.2) node{$i$};
  \draw (L) +(180:0.2) node{$l$};
  \draw (M) +(0:0.2) node{$m$};
  \draw (N) +(90:0.2) node{$n$};
  \draw (O) +(-135:0.2) node{$o$};
  \draw (P) +(60:0.2) node{$p$};
  \draw (R) +(-90:0.2) node{$r$};
  \draw (S) +(-90:0.2) node{$s$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 320 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_122.png&oldid=- (Version vom 29.12.2019)