Zum Inhalt springen

Seite:Coppernicus 100.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}{4.8};
  \pgfmathsetmacro{\AF}{0.55};
  \pgfmathsetmacro{\EL}{1.55};
  \tkzDefPoint(45:\DA){A}
  \tkzDefPoint(90:\DA){B}
  \tkzDefPoint(-90:\DA){C}
  \tkzDefPoint(0,0){D}
  \tkzDefPoint(-90:3.85*\AF){E}
  \coordinate (F) at ($(A)+(180:\AF)$);
  \coordinate (L) at ($(E)+(0:\EL)$);
  \begin{pgfinterruptboundingbox}
   \tkzInterLC(E,F)(E,L) \tkzGetPoints{M}{K}
   \tkzDefLine[parallel=through E](D,A) \tkzGetPoint{E2}
   \tkzInterLC(E,E2)(E,L) \tkzGetPoints{H}{I}
  \end{pgfinterruptboundingbox}
  \tkzInterLL(D,A)(E,F) \tkzGetPoint{Q}
  \tkzDrawCircle(A,F)
  \tkzDrawCircle(E,L)
  \draw (B) -- (C);
  \draw (D) -- (A);
  \draw (E) -- (A);
  \draw (M) -- (F);
  \draw (A) -- (F);
  \draw (H) -- (I);
  \draw (E) -- (L);
  \draw (L) -- (F);
  \draw (L) -- (A);
  \draw (A) +(32:0.2) node{$a$};
  \draw (B) +(90:0.2) node{$b$};
  \draw (C) +(-90:0.2) node{$c$};
  \draw (D) +(180:0.2) node{$d$};
  \draw (E) +(135:0.2) node{$e$};
  \draw (F) +(180:0.2) node{$f$};
  \draw (H) +(-130:0.2) node{$h$};
  \draw (I) +(40:0.2) node{$i$};
  \draw (K) +(100:0.2) node{$k$};
  \draw (L) +(0:0.2) node{$l$};
  \draw (M) +(-100:0.2) node{$m$};
  \draw (Q) +(150:0.2) node{$q$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 283 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_100.png&oldid=- (Version vom 29.12.2019)