Zum Inhalt springen

Seite:Coppernicus 013.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}
  \coordinate (A) at (90:2);
  \coordinate (B) at (-130:2);
  \coordinate (C) at (-50:2);
  \draw (A) -- (B);
  \draw (A) -- (C);
  \draw (B) -- (C);
  \draw (A) +(90:0.2) node{$a$};
  \draw (B) +(-130:0.2) node{$b$};
  \draw (C) +(-50:0.2) node{$c$};
 \end{tikzpicture}
\end{document}
OSZAR »