diff options
| author | Preston Pan <ret2pop@nullring.xyz> | 2026-04-11 13:14:04 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@nullring.xyz> | 2026-04-11 13:14:04 -0700 |
| commit | 55e29f03ac3b537843f85892a1323e1f46321675 (patch) | |
| tree | e5796f03eaacb351fa8d8c612f852717ada4d2d6 /yasnippet/latex-mode | |
| parent | f17203b32bd1ecb0d908bbf03b9239e2efde59d6 (diff) | |
new articles and snippets
Diffstat (limited to 'yasnippet/latex-mode')
| -rw-r--r-- | yasnippet/latex-mode/net | 2 | ||||
| -rw-r--r-- | yasnippet/latex-mode/notin | 5 | ||||
| -rw-r--r-- | yasnippet/latex-mode/sequence | 5 | ||||
| -rw-r--r-- | yasnippet/latex-mode/tikzcd | 7 |
4 files changed, 18 insertions, 1 deletions
diff --git a/yasnippet/latex-mode/net b/yasnippet/latex-mode/net index 1a2f7b8..7ce63a4 100644 --- a/yasnippet/latex-mode/net +++ b/yasnippet/latex-mode/net @@ -2,4 +2,4 @@ # name: net # key: net # -- -$\lbrace $0_{\alpha} \rbrace$
\ No newline at end of file +\lbrace $0_{\alpha} \rbrace
\ No newline at end of file diff --git a/yasnippet/latex-mode/notin b/yasnippet/latex-mode/notin new file mode 100644 index 0000000..44a7715 --- /dev/null +++ b/yasnippet/latex-mode/notin @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: notin +# key: notin +# -- +\not \in
\ No newline at end of file diff --git a/yasnippet/latex-mode/sequence b/yasnippet/latex-mode/sequence new file mode 100644 index 0000000..dd2bf2a --- /dev/null +++ b/yasnippet/latex-mode/sequence @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: sequence +# key: sequence +# -- +\lbrace $0_{n} \rbrace
\ No newline at end of file diff --git a/yasnippet/latex-mode/tikzcd b/yasnippet/latex-mode/tikzcd new file mode 100644 index 0000000..09fd000 --- /dev/null +++ b/yasnippet/latex-mode/tikzcd @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: tikzcd +# key: tikzcd +# -- +\begin{tikzcd} +$0 +\end{tikzcd}
\ No newline at end of file |
