summary refs log tree commit diff stats
path: root/example/lpm.toml
diff options
context:
space:
mode:
Diffstat (limited to 'example/lpm.toml')
-rw-r--r--example/lpm.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/example/lpm.toml b/example/lpm.toml
index 7c4aaad..1f1edc1 100644
--- a/example/lpm.toml
+++ b/example/lpm.toml
@@ -15,3 +15,16 @@ chapter = '''
 
 \chapter{lpm::new_chapter_name} % lpm::current_date
 '''
+
+figure = '''
+% LTeX: language=en-GB
+\documentclass[varwidth]{standalone}
+
+\usepackage{tikz}
+\usetikzlibrary{calc}
+
+\begin{document} % lpm::current_date (lpm::new_figure_name)
+\begin{tikzpicture}
+\end{tikzpicture}
+\end{document}
+'''