From 800ffaf658c3defe165dd24c3ecd65ceabc7096a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 29 Sep 2024 11:48:59 +0200 Subject: feat(new/figure)!: Init BREAKING CHANGE: The config file now needs to contain an `templates.figure` key. You can simply add this. --- example/lpm.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'example/lpm.toml') 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} +''' -- cgit 1.4.1