vimtex/test/features/completions/tikz_pic.tex
mbrunnen e647ebe16a Added filename completer for standalone files
* Added filename completer for standalone files

* added the tikz file
2016-04-05 18:10:46 +02:00

11 lines
324 B
TeX

\documentclass{standalone}
\usepackage{standalone}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\draw ((0, 0) node[below left]{\large Reliability} --
(0: 4) node[below right]{\large Acquisition costs} --
(60: 4) node[above]{\large Energy consumption} -- cycle;
\end{tikzpicture}
\end{document}