Seite:Coppernicus 018.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 (-90:5);
  \coordinate (B) at (38:2);
  \coordinate (C) at (0,0);
  \coordinate (D) at (-90:2);
  \coordinate (F) at (90:2);
  \path[draw, name path=circleDF] (D) arc[start angle=-90, end angle=90, radius=2];
  \path[draw, name path=lineAB] (A) -- (B);
  \path[name intersections={of=lineAB and circleDF,name=sectionE}];
  \coordinate (E) at (sectionE-1);
  \draw (A) -- (F);
  \draw (C) -- (B);
  \draw (C) -- (E);
  \draw (A) node[below]{$a$};
  \draw (B) +(38:0.2) node{$b$};
  \draw (C) node[left]{$c$};
  \draw (D) node[left]{$d$};
  \draw (E) +(-45:0.2) node{$e$};
  \draw (F) node[left]{$f$};
  \coordinate (C2) at (3.4,0);
  \coordinate (A2) at ($(C2) +(-90:5)$);
  \coordinate (D2) at ($(C2) +(-90:2)$);
  \coordinate (E2) at ($(C2) +(38:2)$);
  \coordinate (F2) at ($(C2) +(90:2)$);
  \path[draw, name path=circleD2F2] (D2) arc[start angle=-90, end angle=90, radius=2];
  \path[draw, name path=lineA2E2] (A2) -- (E2);
  \path[name intersections={of=lineA2E2 and circleD2F2,name=sectionB2}];
  \coordinate (B2) at (sectionB2-1);
  \draw (A2) -- (F2);
  \draw (C2) -- (E2);
  \draw (C2) -- (B2);
  \draw (A2) node[below]{$a$};
  \draw (B2) +(-45:0.2) node{$b$};
  \draw (C2) node[left]{$c$};
  \draw (D2) node[left]{$d$};
  \draw (E2) +(38:0.2) node{$e$};
  \draw (F2) node[left]{$f$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 45 Bild 2. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_018.png&oldid=- (Version vom 4.6.2018)