Zum Inhalt springen

Seite:Coppernicus 005.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{\MyLength}{5};
  \pgfmathsetmacro{\MyPhi}{(1+sqrt(5))/2};
  \pgfmathsetmacro{\MyB}{\MyLength/\MyPhi};
  \draw (0,0) -- (\MyLength,0);
  \draw (0,-0.1) -- +(0,0.2) node[above]{$a$};
  \draw (\MyB,-0.1) -- +(0,0.2) node[above]{$b$};
  \draw (\MyB-\MyB/\MyPhi,-0.1) -- +(0,0.2) node[above]{$c$};
  \draw (\MyLength,-0.1) -- +(0,0.2) node[above]{$d$};
  \draw (\MyB/2,-0.1) -- +(0,0.2) node[above]{$e$};
 \end{tikzpicture}
\end{document}
OSZAR »