Seite:Coppernicus 027.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}
  \coordinate (A) at (-22:2);
  \coordinate (B) at (90:2);
  \coordinate (C) at (132:2);
  \coordinate (D) at (0,0);
  \coordinate (F) at (B |- A);
  \coordinate (G) at (B |- C);
  \coordinate (H) at (-90:2);
  \coordinate (I) at (158:2);
  \coordinate (K) at ($ (A) !.5! (C) $);
  \draw (D) circle[radius=2cm];
  \draw (I) -- (A);
  \path[draw, name path=lineAC] (A) -- (C);
  \path[draw, name path=lineHB] (H) -- (B);
  \path[name intersections={of=lineAC and lineHB,name=sectionE}];
  \coordinate (E) at (sectionE-1);
  \draw (D) -- (K);
  \draw (C) -- (G);
  \draw (F) -- (A);
  \draw (A) +(-22:0.2) node{$a$};
  \draw (B) +(90:0.2) node{$b$};
  \draw (C) +(132:0.2) node{$c$};
  \draw (D) +(-135:0.2) node{$d$};
  \draw (E) +(-135:0.2) node{$e$};
  \draw (F) +(180:0.2) node{$f$};
  \draw (G) +(0:0.2) node{$g$};
  \draw (H) +(-90:0.2) node{$h$};
  \draw (I) +(158:0.2) node{$i$};
  \draw (K) +(45: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 55 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_027.png&oldid=- (Version vom 26.8.2018)