Skip to content

Commit

Permalink
cleanup(tex): plot snippet is too specific.
Browse files Browse the repository at this point in the history
Maybe other people would prefer other use for that word
  • Loading branch information
cristobaltapia authored and lpil committed Jan 16, 2022
1 parent 0a25b2c commit 9504f21
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions UltiSnips/tex.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -501,23 +501,6 @@ snippet >= "geq" Aw
\ge
endsnippet

snippet plot "Plot" w
\begin{figure}[$1]
\centering
\begin{tikzpicture}
\begin{axis}[
xmin= ${2:-10}, xmax= ${3:10},
ymin= ${4:-10}, ymax = ${5:10},
axis lines = middle,
]
\addplot[domain=$2:$3, samples=${6:100}]{$7};
\end{axis}
\end{tikzpicture}
\caption{$8}
\label{${9:$8}}
\end{figure}
endsnippet

snippet nn "Tikz node" w
\node[$5] (${1/[^0-9a-zA-Z]//g}${2}) ${3:at (${4:0,0}) }{$${1}$};
$0
Expand Down

0 comments on commit 9504f21

Please sign in to comment.