Seite:Coppernicus 036.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{intersections}
\begin{document}
 \begin{tikzpicture}
  \draw (0,0) circle[radius=2];
  \pgfmathsetmacro{\DEL}{38};
  \pgfmathsetmacro{\FEA}{18};
  \coordinate (A) at (\DEL+90:2);
  \coordinate (B) at (180:2);
  \coordinate (C) at (\DEL-90:2);
  \coordinate (D) at (0:2);
  \coordinate (E) at (0,0);
  \coordinate (F) at (\DEL+90-\FEA:2);
  \coordinate (G) at (\DEL-90+\FEA:2);
  \coordinate (L) at (\DEL:2);
  \coordinate (M) at (\DEL-180:2);
  \draw (A) -- (C);
  \path[draw, name path=lineBD] (B) -- (D);
  \path[draw, name path=lineML] (M) -- (L);
  \path[draw, name path=lineFG] (F) -- (G);
  \path[name intersections={of=lineML and lineFG,name=sectionK}];
  \coordinate (K) at (sectionK-1);
  \path[name intersections={of=lineBD and lineFG,name=sectionN}];
  \coordinate (N) at (sectionN-1);
  \draw (A) +(\DEL+90:0.2) node{$a$};
  \draw (B) +(180:0.2) node{$b$};
  \draw (C) +(\DEL-90:0.2) node{$c$};
  \draw (D) +(0:0.2) node{$d$};
  \draw (E) +(\DEL-135:0.2) node{$e$};
  \draw (F) +(\DEL+90-\FEA:0.2) node{$f$};
  \draw (G) +(\DEL-90+\FEA:0.2) node{$g$};
  \draw (K) +(\DEL+45:0.25) node{$k$};
  \draw (L) +(\DEL:0.2) node{$l$};
  \draw (M) +(\DEL-180:0.2) node{$m$};
  \draw (N) +(\DEL/2+45:0.2) node{$n$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 72 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_036.png&oldid=- (Version vom 26.8.2018)