Zum Inhalt springen

Seite:Coppernicus 049.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}
\usepackage{tkz-euclide}
\usetkzobj{all}
\begin{document}
 \begin{tikzpicture}
  \pgfmathsetmacro{\radius}{3.15};
  \coordinate (A) at (180:\radius);
  \coordinate (B) at (0,0);
  \coordinate (C) at (0:\radius);
  \coordinate (D) at (90:\radius);
  \coordinate (E) at (147:\radius);
  \coordinate (F) at (23:\radius);
  \coordinate (G) at (E|-B);
  \coordinate (K) at (F|-B);
  \tkzDrawArc[color=black](B,C)(A)
  \draw (A) -- (C);
  \draw (B) -- (D);
  \draw (E) -- (G);
  \draw (F) -- (K);
  \draw (A) +(180:0.2) node{$a$};
  \draw (B) +(-90:0.2) node{$b$};
  \draw (C) +(0:0.2) node{$c$};
  \draw (D) +(90:0.2) node{$d$};
  \draw (E) +(131:0.2) node{$e$};
  \draw (F) +(23:0.2) node{$f$};
  \draw (G) +(-90:0.2) node{$g$};
  \draw (K) +(-90: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 154 Bild 1. Digitale Volltext-Ausgabe bei Wikisource, URL: https://de.wikisource.org/w/index.php?title=Seite:Coppernicus_049.png&oldid=- (Version vom 7.1.2019)