Last commit before tagging and releasing

This commit is contained in:
capitaomorte
2009-08-29 17:59:02 +00:00
parent 15c7703b5b
commit b8dcf61367
640 changed files with 4360 additions and 77 deletions

View 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/'`}

View 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}

View File

@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# key: eq
# contributor: Translated from TextMate Snippet
# name: Equation
# --
\begin{equation}
$0
\end{equation}

View 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/'`}

View 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}

View File

@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# key: spl
# contributor: Translated from TextMate Snippet
# name: Split
# --
\begin{split}
$0
\end{split}

View File

@@ -0,0 +1,8 @@
# -*- mode: snippet -*-
# contributor: Translated from TextMate Snippet
# name: Unnumbered Equation
# binding: "^["
# --
\\[
$0
\\]