From 1cb8504a4dfcf5977411267c80d4ee62a180c2d6 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Oct 2024 12:31:16 +0200 Subject: chore(build): Regenerate --- build/latex/academia/lpm.toml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'build/latex/academia/lpm.toml') diff --git a/build/latex/academia/lpm.toml b/build/latex/academia/lpm.toml index 1821b73..28702c9 100644 --- a/build/latex/academia/lpm.toml +++ b/build/latex/academia/lpm.toml @@ -17,18 +17,14 @@ chapter = ''' figure = ''' % LTeX: language=%INIT_LANGUAGE -\documentclass[varwidth]{standalone} +\documentclass{standalone} \input{../headers/preamble.tex} \input{../headers/preamble_local.tex} -\usepackage{tikz} - \begin{document} % lpm::current_date (lpm::new_figure_name) - -\begin{tizkpicture} - \node at (0,0) {Hello world!}; +\begin{tikzpicture} + \draw node[left] {ping?} (0,0) -- (3,0) node[right] {Pong!} ; \end{tikzpicture} - \end{document} ''' -- cgit 1.4.1