Seite:Coppernicus 082.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}{0.9};
  \pgfmathsetmacro{\CD}{3};
  \pgfmathsetmacro{\CF}{5.4};
  \pgfmathsetmacro{\BCE}{45};
  \tkzDefPoint(90:\CA){A}
  \tkzDefPoint(0:\CA){B}
  \tkzDefPoint(0,0){C}
  \tkzDefPoint(90:\CD){D}
  \tkzDefPoint(0:\CD){D2}
  \tkzDefPoint(\BCE:\CD){E}
  \tkzDefPoint(90:\CF){F}
  \tkzDefPoint(0:\CF){F2}
  \tkzDefPoint(\BCE:\CF){G}
  \tkzDrawArc[color=black](C,B)(A)
  \tkzDrawArc[color=black](C,D2)(D)
  \tkzDrawArc[color=black](C,F2)(F)
  \draw (C) -- (F);
  \draw (C) -- (F2);
  \draw (C) -- (G);
  \draw (A) -- (E);
  \draw (A) -- (G);
  \draw (A) +(180:0.2) node{$a$};
  \draw (B) +(-90:0.2) node{$b$};
  \draw (C) +(-135:0.2) node{$c$};
  \draw (D) +(180:0.2) node{$d$};
  \draw (E) +(0:0.2) node{$e$};
  \draw (F) +(135:0.25) node{$f$};
  \draw (G) +(\BCE:0.2) node{$g$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 237 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_082.png&oldid=- (Version vom 11.5.2019)