Seite:Coppernicus 120.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}{6.25};
  \pgfmathsetmacro{\XL}{0.195*\CA};
  \tkzDefPoint(90:\CA){A}
  \tkzDefPoint(-90:\CA){B}
  \tkzDefPoint(0,0){C}
  \tkzDefPoint(157:\CA){E}
  \tkzDefPoint(-90:0.215*\CA){I}
  \coordinate (F) at ($(I) +(16:0.08*\CA)$);
  \coordinate (F2) at ($(F) +(0:0.355*\CA)$);
  \tkzDefPoint(-146:0.85*\CA){X}
  \coordinate (L) at ($(X) +(180:\XL)$);
  \coordinate (N) at ($(X) +(120:\XL)$);
  \coordinate (R) at (L-|N);
  \begin{pgfinterruptboundingbox}
   \tkzInterLC(I,E)(F,F2) \tkzGetPoints{K2}{K}
   \tkzInterLC(I,F)(F,F2) \tkzGetPoints{G}{G2}
   \tkzInterLC(X,L)(X,L) \tkzGetPoints{M}{L}
   \tkzInterLC(N,R)(X,L) \tkzGetPoints{N2}{N}
  \end{pgfinterruptboundingbox}
  \tkzDrawCircle(I,F)
  \tkzDrawCircle(F,F2)
  \tkzDrawCircle(X,L)
  \draw (A) -- (B);
  \draw (C) -- (E);
  \draw (E) -- (F);
  \draw (E) -- (G);
  \draw (E) -- (I);
  \draw (F) -- (G);
  \draw (F) -- (K);
  \draw (L) -- (M);
  \draw (L) -- (N);
  \draw (N) -- (R);
  \draw (A) +(90:0.2) node{$a$};
  \draw (B) +(-90:0.2) node{$b$};
  \draw (C) +(0:0.2) node{$c$};
  \draw (E) +(157:0.2) node{$e$};
  \draw (F) +(0:0.2) node{$f$};
  \draw (G) +(-130:0.2) node{$g$};
  \draw (I) +(60:0.2) node{\footnotesize $i$};
  \draw (K) +(100:0.2) node{\footnotesize $k$};
  \draw (L) +(180:0.2) node{$l$};
  \draw (M) +(0:0.2) node{$m$};
  \draw (N) +(90:0.2) node{$n$};
  \draw (R) +(-90:0.2) node{$r$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 316 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_120.png&oldid=- (Version vom 29.12.2019)