Seite:Coppernicus 056.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}
\begin{document}
 \begin{tikzpicture}
  \pgfmathsetmacro{\EA}{2.1};
  \pgfmathsetmacro{\BEF}{72};
  \coordinate (A) at (90:\EA);
  \coordinate (B) at (-90-\BEF:\EA);
  \coordinate (C) at (-90:\EA);
  \coordinate (D) at (-90+\BEF:\EA);
  \coordinate (E) at (0,0);
  \coordinate (F) at (C|-B);
  \coordinate (G) at (151:\EA);
  \coordinate (H) at (-135:\EA);
  \draw (E) circle[radius=\EA];
  \draw (A) -- (C);
  \draw (G) -- (E);
  \draw (G) -- (D);
  \draw (G) -- (F);
  \draw (B) -- (E);
  \draw (B) -- (D);
  \draw (H) -- (E);
  \draw (H) -- (D);
  \draw (H) -- (F);
  \draw (D) -- (E);
  \draw (A) +(90:0.2) node{$a$};
  \draw (B) +(-90-\BEF:0.2) node{$b$};
  \draw (C) +(-90:0.2) node{$c$};
  \draw (D) +(-90+\BEF:0.2) node{$d$};
  \draw (E) +(-90+\BEF/2:0.2) node{$e$};
  \draw (F) +(-60:0.25) node{$f$};
  \draw (G) +(135:0.2) node{$g$};
  \draw (H) +(-135:0.2) node{$h$};
 \end{tikzpicture}
\end{document}
Empfohlene Zitierweise:
Nicolaus Copernicus: Nicolaus Coppernicus aus Thorn über die Kreisbewegungen der Weltkörper. Ernst Lambeck, Thorn 1879, Seite 174 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_056.png&oldid=- (Version vom 7.1.2019)