Seite:Coppernicus 111.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{\DB}{5.73};
  \pgfmathsetmacro{\BF}{0.57};
  \pgfmathsetmacro{\ES}{2.7};
  \tkzDefPoint(90:\DB){A}
  \tkzDefPoint(129:\DB){B}
  \tkzDefPoint(-90:\DB){C}
  \tkzDefPoint(0,0){D}
  \tkzDefPoint(-90:2.5*\BF){E}
  \coordinate (F) at ($(B)+(15:\BF)$);
  \coordinate (S) at ($(E)+(52:\ES)$);
  \begin{pgfinterruptboundingbox}
   \tkzInterLC(E,F)(E,S) \tkzGetPoints{V}{V2}
   \tkzDefLine[parallel=through E](D,B) \tkzGetPoint{E2}
   \tkzInterLC(E,E2)(E,S) \tkzGetPoints{R}{T}
  \end{pgfinterruptboundingbox}
  \tkzInterLL(D,B)(E,F) \tkzGetPoint{X}
  \tkzDrawCircle(B,F)
  \tkzDrawCircle(E,S)
  \draw (A) -- (C);
  \draw (D) -- (B);
  \draw (E) -- (B);
  \draw (V) -- (F);
  \draw (B) -- (F);
  \draw (R) -- (T);
  \draw (E) -- (S);
  \draw (S) -- (F);
  \draw (S) -- (B);
  \draw (A) +(90:0.2) node{$a$};
  \draw (B) +(137:0.2) node{$b$};
  \draw (C) +(-90:0.2) node{$c$};
  \draw (D) +(20:0.2) node{$d$};
  \draw (E) +(0:0.2) node{$e$};
  \draw (F) +(35:0.2) node{$f$};
  \draw (R) +(-45:0.2) node{$r$};
  \draw (T) +(135:0.2) node{$t$};
  \draw (S) +(52:0.2) node{$s$};
  \draw (V) +(-50:0.2) node{$v$};
  \draw (X) +(70:0.2) node{$x$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 299 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_111.png&oldid=- (Version vom 29.12.2019)