mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-15 01:44:19 +00:00
Last commit before tagging and releasing
This commit is contained in:
10
extras/imported/LaTeX-mode/Math/Align.yasnippet
Normal file
10
extras/imported/LaTeX-mode/Math/Align.yasnippet
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: ali
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Align(ed)
|
||||
# --
|
||||
\begin{align`echo $TM_SCOPE|grep math|
|
||||
sed -e 's/.*math.*/ed/'`}
|
||||
$0
|
||||
\end{align`echo $TM_SCOPE|grep math|
|
||||
sed -e 's/.*math.*/ed/'`}
|
||||
9
extras/imported/LaTeX-mode/Math/Cases.yasnippet
Normal file
9
extras/imported/LaTeX-mode/Math/Cases.yasnippet
Normal file
@@ -0,0 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: cas
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Cases
|
||||
# --
|
||||
\begin{cases}
|
||||
${1:equation}, &\text{ if }${2:case}\\\\
|
||||
$0
|
||||
\end{cases}
|
||||
8
extras/imported/LaTeX-mode/Math/Equation.yasnippet
Normal file
8
extras/imported/LaTeX-mode/Math/Equation.yasnippet
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: eq
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Equation
|
||||
# --
|
||||
\begin{equation}
|
||||
$0
|
||||
\end{equation}
|
||||
10
extras/imported/LaTeX-mode/Math/Gather(ed).yasnippet
Normal file
10
extras/imported/LaTeX-mode/Math/Gather(ed).yasnippet
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: gat
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Gather(ed)
|
||||
# --
|
||||
\begin{gather`echo $TM_SCOPE|grep math|
|
||||
sed -e 's/.*math.*/ed/'`}
|
||||
$0
|
||||
\end{gather`echo $TM_SCOPE|grep math|
|
||||
sed -e 's/.*math.*/ed/'`}
|
||||
8
extras/imported/LaTeX-mode/Math/Matrix.yasnippet
Normal file
8
extras/imported/LaTeX-mode/Math/Matrix.yasnippet
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: mat
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Matrix
|
||||
# --
|
||||
\begin{${1:p/b/v/V/B/small}matrix}
|
||||
$0
|
||||
\end{${1:p/b/v/V/B/small}matrix}
|
||||
8
extras/imported/LaTeX-mode/Math/Split.yasnippet
Normal file
8
extras/imported/LaTeX-mode/Math/Split.yasnippet
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: spl
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Split
|
||||
# --
|
||||
\begin{split}
|
||||
$0
|
||||
\end{split}
|
||||
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: Translated from TextMate Snippet
|
||||
# name: Unnumbered Equation
|
||||
# binding: "^["
|
||||
# --
|
||||
\\[
|
||||
$0
|
||||
\\]
|
||||
Reference in New Issue
Block a user