Seite:Coppernicus 019.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}
\usetikzlibrary{calc,intersections}
\begin{document}
 \begin{tikzpicture}
  \pgfmathsetmacro{\radius}{4.75}
  \coordinate (A) at (0,\radius);
  \coordinate (B') at (36:\radius);
  \coordinate (C') at (48:\radius+1);
  \coordinate (D) at (0.74*\radius,0);
  \coordinate (E) at (20:\radius);
  \coordinate (F) at (0,0);
  \coordinate (I) at (48:0.84*\radius);
  \coordinate (K) at (20:0.69*\radius);
  \path[draw, name path=lineAE] (A) to[bend left=27] (E);
  \path[draw, name path=lineAD] (A) to[bend left=30] (D);
  \path[name path=lineFC'] (F) -- (C');
  \path[name intersections={of=lineAE and lineFC',name=sectionC}];
  \coordinate (C) at (sectionC-1);
  \path[name path=lineFB'] (F) -- (B');
  \path[name intersections={of=lineAD and lineFB',name=sectionB}];
  \coordinate (B) at (sectionB-1);
  \coordinate (G) at (F |- B);
  \draw (C) to[bend left=10] (B);
  \draw (E) to[bend left=10] (D);
  \draw (F) -- (A);
  \draw (F) -- (D);
  \draw (F) -- (E);
  \draw (F) -- (B);
  \draw (F) -- (C);
  \draw (K) -- (D);
  \draw (I) -- (B);
  \draw (G) -- (B);
  \draw (G) -- (I);
  \draw (A) +(180:0.2) node{$a$};
  \draw (B) +(20:0.2) node{$b$};
  \draw (C) +(48:0.2) node{$c$};
  \draw (D) +(-90:0.2) node{$d$};
  \draw (E) +(20:0.2) node{$e$};
  \draw (F) +(180:0.2) node{$f$};
  \draw (G) +(180:0.2) node{$g$};
  \draw (I) +(110:0.2) node{$i$};
  \draw (K) +(110:0.2) node{$k$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 47 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_019.png&oldid=- (Version vom 4.6.2018)