summaryrefslogtreecommitdiff
path: root/graphics/pgf/contrib/tikzcodeblocks/examples/bsp-hello-world.tikz
blob: 894cd029f762c9095f4284cbed7101fd484858e9 (plain)
1
2
3
4
5
6
7
\documentclass{standalone}
\usepackage{tikzcodeblocks}
\begin{document}
	\begin{tikzpicture}[codeblocks]
		\node[mathe]{Hello World;};
	\end{tikzpicture}
\end{document}