Initial commit
This commit is contained in:
commit
259795a98d
3 changed files with 2668 additions and 0 deletions
8
snippets/org-mode/begin
Normal file
8
snippets/org-mode/begin
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: latex-begin
|
||||
# uuid: latex-begin
|
||||
# key: begin
|
||||
# --
|
||||
\begin{${1:equation*}}
|
||||
$0
|
||||
\end{$1}
|
||||
Loading…
Add table
Add a link
Reference in a new issue