summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/schule/doc/Beispiele/bsp_aufgabe1/zeichnung.tex
blob: 2be9eab05f885dfc3ed37faaf368288ef503d4fa (plain)
1
2
3
4
5
6
7
8
9
\documentclass{standalone}
\usepackage{tikz}

\begin{document}
    \begin{tikzpicture}
        \draw(0,0) -- (1,1);
        \draw[very thick](1,0) -- (0,1);
    \end{tikzpicture}
\end{document}