Seite:Coppernicus 081.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{\DC}{2};
  \pgfmathsetmacro{\DK}{3.96*\DC};
  \pgfmathsetmacro{\KE}{0.43*\DC};
  \pgfmathsetmacro{\KM}{1.13*\DC};
  \pgfmathsetmacro{\DS}{6.8*\DC};
  \tkzDefPoint(0:\DC){C}
  \tkzDefPoint(0,0){D}
  \tkzDefPoint(0,-\DK){K}
  \tkzDefPoint(0,-\DK-\KM){M}
  \tkzDefPoint(0,-\DS){S}
  \tkzDefLine[parallel=through K](D,C) \tkzGetPoint{E'}
  \tkzInterLL(K,E')(S,C) \tkzGetPoint{E}
  \tkzDefLine[parallel=through M](D,C) \tkzGetPoint{R'}
  \tkzInterLL(M,R')(S,C) \tkzGetPoint{R}
  \tkzDefLine[parallel=through E](K,D) \tkzGetPoint{Z}
  \draw (D) -- (C);
  \draw (S) -- (C);
  \draw (K) -- (E);
  \draw (K) -- (R);
  \draw (D) -- (S);
  \draw (M) -- (R);
  \draw (Z) -- (E);
  \draw (C) +(45:0.1) node[anchor=base]{$c$};
  \draw (D) +(135:0.1) node[anchor=base]{$d$};
  \draw (E) +(0:0.2) node{$e$};
  \draw (K) +(180:0.2) node{$k$};
  \draw (M) +(180:0.2) node{$m$};
  \draw (R) +(0:0.2) node{$r$};
  \draw (S) +(-90:0.2) node{$s$};
  \draw (Z) +(90:0.1) node[anchor=base]{$z$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 236 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_081.png&oldid=- (Version vom 11.5.2019)