summaryrefslogtreecommitdiff
path: root/macros/generic/lt3luabridge/example.latex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/lt3luabridge/example.latex')
-rw-r--r--macros/generic/lt3luabridge/example.latex5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros/generic/lt3luabridge/example.latex b/macros/generic/lt3luabridge/example.latex
new file mode 100644
index 0000000000..0393d76c69
--- /dev/null
+++ b/macros/generic/lt3luabridge/example.latex
@@ -0,0 +1,5 @@
+\documentclass{standalone}
+\usepackage{lt3luabridge}
+\begin{document}
+$ 1 + 2 = \luabridgeExecute{ print(1 + 2) } $
+\end{document}