From 2feefaf9b49b2855e37fe506e12387e93705a33c Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Tue, 11 Dec 2012 00:37:42 +0900 Subject: [PATCH] - Improved tex snippet. --- autoload/neosnippet/snippets/tex.snip | 32 ++++----------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/autoload/neosnippet/snippets/tex.snip b/autoload/neosnippet/snippets/tex.snip index 5840f07..2c9cd1b 100644 --- a/autoload/neosnippet/snippets/tex.snip +++ b/autoload/neosnippet/snippets/tex.snip @@ -245,47 +245,23 @@ alias \begin{part} ${1:TARGET} \end{part} -snippet chapter -alias \begin{chapter} - \begin{chapter} - ${1:TARGET} - \end{chapter} - snippet \chapter -alias \chapter{ +alias chapter \chapter{ \chapter{${1}} ${0:TARGET} -snippet section -alias \begin{section} - \begin{section} - ${1:TARGET} - \end{section} - snippet \section -alias \section{ +alias section \section{ \section{${1}} ${0:TARGET} -snippet subsection -alias \begin{subsection} - \begin{subsection} - ${1} - \end{subsection} - snippet \subsection -alias \subsection{ +alias subsection \subsection{ \subsection{${1}} ${0:TARGET} -snippet subsubsection -alias \begin{subsubsection} - \begin{subsubsection} - ${1:TARGET} - \end{subsubsection} - snippet \subsubsection -alias \subsubsection{ +alias subsubsection \subsubsection{ \subsubsection{${1}} ${0:TARGET}