Seite:Coppernicus 042.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{\DA}{3.5};
  \pgfmathsetmacro{\CDF}{43};
  \tkzDefPoint(90:\DA){A}
  \tkzDefPoint(-90:\DA){B}
  \tkzDefPoint(90:\DA/2){C}
  \tkzDefPoint(0,0){D}
  \tkzDefPoint(-90:\DA/2){E}
  \tkzDefPoint(90+\CDF:\DA/2){F}
  \tkzDrawCircle(D,A)
  \tkzDrawCircle(D,C)
  \tkzDrawCircle(F,D)
  \coordinate (G) at ($(D)!2!(F)$);
  \begin{pgfinterruptboundingbox}
   \tkzInterLC(A,B)(F,G) \tkzGetPoints{H}{D}
  \end{pgfinterruptboundingbox}
  \draw (A) -- (B);
  \draw (D) -- (G);
  \draw (F) -- (H);
  \draw (H) -- (G);
  \draw (A) +(90:0.2) node{$a$};
  \draw (B) +(-90:0.2) node{$b$};
  \draw (C) +(-45:0.2) node{$c$};
  \draw (D) +(\CDF-90:0.2) node{$d$};
  \draw (E) +(45:0.2) node{$e$};
  \draw (F) +(90:0.3) node{$f$};
  \draw (G) +(90+\CDF:0.2) node{$g$};
  \draw (H) +(45:0.25) node{$h$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 138 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_042.png&oldid=- (Version vom 3.8.2020)