From bf719bbf8a8793767952fbd201250136efc9c735 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Wed, 18 Sep 2024 12:14:35 +0200 Subject: [PATCH] neosnippets: Add inputtikz --- neosnippets/tex.snip | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/neosnippets/tex.snip b/neosnippets/tex.snip index 177d427..75b1547 100644 --- a/neosnippets/tex.snip +++ b/neosnippets/tex.snip @@ -23,3 +23,13 @@ alias \begin{choices} \choices \begin{choices} ${1:TARGET} \end{choices} + + +snippet inputtikz +abbr figure with \inputtikz + \begin{figure}[tbhp] + \centering + \inputtikz{${1:TARGET}} + \caption{${2:CAPTION}} + \label{fig:$1} + \end{figure} -- 2.39.5