summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-hello-world.tikz
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-hello-world.tikz')
-rw-r--r--Master/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-hello-world.tikz7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-hello-world.tikz b/Master/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-hello-world.tikz
new file mode 100644
index 00000000000..894cd029f76
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tikzcodeblocks/examples/bsp-hello-world.tikz
@@ -0,0 +1,7 @@
+\documentclass{standalone}
+\usepackage{tikzcodeblocks}
+\begin{document}
+ \begin{tikzpicture}[codeblocks]
+ \node[mathe]{Hello World;};
+ \end{tikzpicture}
+\end{document} \ No newline at end of file