- Improved default tex snippets.
This commit is contained in:
parent
0a2d19aea4
commit
15cad9454d
@ -1,4 +1,5 @@
|
||||
snippet mathexpression
|
||||
alias $
|
||||
abbr $ expression $
|
||||
$${1:#:expression}$${2}
|
||||
|
||||
@ -9,203 +10,174 @@ alias \begin
|
||||
\begin{${1:#:type}}
|
||||
${2:TARGET}
|
||||
\end{$1}
|
||||
${0}
|
||||
|
||||
snippet list
|
||||
alias \begin{list}
|
||||
\begin{list}
|
||||
${1:TARGET}
|
||||
\end{list}
|
||||
${0}
|
||||
|
||||
snippet quotation
|
||||
alias \begin{quotation}
|
||||
\begin{quotation}
|
||||
${1:TARGET}
|
||||
\end{quotation}
|
||||
${0}
|
||||
|
||||
snippet description
|
||||
alias \begin{description}
|
||||
\begin{description}
|
||||
\item ${1:TARGET}
|
||||
\end{description}
|
||||
${0}
|
||||
|
||||
snippet sloppypar
|
||||
alias \begin{sloppypar}
|
||||
\begin{sloppypar}
|
||||
${1:TARGET}
|
||||
\end{sloppypar}
|
||||
${0}
|
||||
|
||||
snippet enumerate
|
||||
alias \begin{enumerate}
|
||||
\begin{enumerate}
|
||||
\item ${1:TARGET}
|
||||
\end{enumerate}
|
||||
${0}
|
||||
|
||||
snippet theindex
|
||||
alias \begin{theindex}
|
||||
\begin{theindex}
|
||||
${1:TARGET}
|
||||
\end{theindex}
|
||||
${0}
|
||||
|
||||
snippet itemize
|
||||
alias \begin{itemize}
|
||||
\begin{itemize}
|
||||
\item ${1:TARGET}
|
||||
\end{itemize}
|
||||
${0}
|
||||
|
||||
snippet titlepage
|
||||
alias \begin{titlepage}
|
||||
\begin{titlepage}
|
||||
${1:TARGET}
|
||||
\end{titlepage}
|
||||
${0}
|
||||
|
||||
snippet verbatim
|
||||
alias \begin{verbatim}
|
||||
\begin{verbatim}
|
||||
${1:TARGET}
|
||||
\end{verbatim}
|
||||
${0}
|
||||
|
||||
snippet verbatimtab
|
||||
alias \begin{verbatimtab}
|
||||
\begin{verbatimtab}[${1:8}]
|
||||
${2:TARGET}
|
||||
\end{verbatim}
|
||||
${0}
|
||||
|
||||
snippet trivlist
|
||||
alias \begin{trivlist}
|
||||
\begin{trivlist}
|
||||
${1:TARGET}
|
||||
\end{trivlist}
|
||||
${0}
|
||||
|
||||
snippet verse
|
||||
alias \begin{verse}
|
||||
\begin{verse}
|
||||
${1:TARGET}
|
||||
\end{verse}
|
||||
${0}
|
||||
|
||||
snippet table
|
||||
alias \begin{table}
|
||||
\begin{table}
|
||||
${1:TARGET}
|
||||
\end{table}
|
||||
${0}
|
||||
|
||||
snippet thebibliography
|
||||
alias \begin{thebibliography}
|
||||
\begin{thebibliography}
|
||||
${1:TARGET}
|
||||
\end{thebibliography}
|
||||
${0}
|
||||
|
||||
snippet tabbing
|
||||
alias \begin{tabbing}
|
||||
\begin{tabbing}
|
||||
${1:TARGET}
|
||||
\end{tabbing}
|
||||
${0}
|
||||
|
||||
snippet note
|
||||
alias \begin{note}
|
||||
\begin{note}
|
||||
${1:TARGET}
|
||||
\end{note}
|
||||
${0}
|
||||
|
||||
snippet tabular
|
||||
alias \begin{tabular}
|
||||
\begin{tabular}{${1}}
|
||||
${2:TARGET}
|
||||
\end{tabular}
|
||||
${0}
|
||||
|
||||
snippet overlay
|
||||
alias \begin{overlay}
|
||||
\begin{overlay}
|
||||
${1:TARGET}
|
||||
\end{overlay}
|
||||
${0}
|
||||
|
||||
snippet array
|
||||
alias \begin{array}
|
||||
\begin{array}
|
||||
${1:TARGET}
|
||||
\end{array}
|
||||
${0}
|
||||
|
||||
snippet slide
|
||||
alias \begin{slide}
|
||||
\begin{slide}
|
||||
${1:TARGET}
|
||||
\end{slide}
|
||||
${0}
|
||||
|
||||
snippet displaymath
|
||||
alias \begin{displaymath}
|
||||
\begin{displaymath}
|
||||
${1:TARGET}
|
||||
\end{displaymath}
|
||||
${0}
|
||||
|
||||
snippet abstract
|
||||
alias \begin{abstract}
|
||||
\begin{abstract}
|
||||
${1:TARGET}
|
||||
\end{abstract}
|
||||
${0}
|
||||
|
||||
snippet eqnarray
|
||||
alias \begin{eqnarray}
|
||||
\begin{eqnarray}
|
||||
${1:TARGET}
|
||||
\end{eqnarray}
|
||||
${0}
|
||||
|
||||
snippet eqnarray*
|
||||
alias \begin{eqnarray*}
|
||||
\begin{eqnarray*}
|
||||
${1:TARGET}
|
||||
\end{eqnarray}
|
||||
${0}
|
||||
|
||||
snippet appendix
|
||||
alias \begin{appendix}
|
||||
\begin{appendix}
|
||||
${1:TARGET}
|
||||
\end{appendix}
|
||||
${0}
|
||||
|
||||
snippet equation
|
||||
alias \begin{equation}
|
||||
\begin{equation}
|
||||
${1:TARGET}
|
||||
\end{equation}
|
||||
${0}
|
||||
|
||||
snippet center
|
||||
alias \begin{center}
|
||||
\begin{center}
|
||||
${1:TARGET}
|
||||
\end{center}
|
||||
${0}
|
||||
|
||||
snippet document
|
||||
alias \begin{document}
|
||||
\begin{document}
|
||||
${1:TARGET}
|
||||
\end{document}
|
||||
${0}
|
||||
|
||||
snippet figure
|
||||
alias \begin{figure}
|
||||
@ -216,63 +188,54 @@ alias \begin{figure}
|
||||
\label{${4}}
|
||||
\end{center}
|
||||
\end{figure}
|
||||
${0}
|
||||
|
||||
snippet filecontents
|
||||
alias \begin{filecontents}
|
||||
\begin{filecontents}
|
||||
${1:TARGET}
|
||||
\end{filecontents}
|
||||
${0}
|
||||
|
||||
snippet lrbox
|
||||
alias \begin{lrbox}
|
||||
\begin{lrbox}
|
||||
${1:TARGET}
|
||||
\end{lrbox}
|
||||
${0}
|
||||
|
||||
snippet flushleft
|
||||
alias \begin{flushleft}
|
||||
\begin{flushleft}
|
||||
${1:TARGET}
|
||||
\end{flushleft}
|
||||
${0}
|
||||
|
||||
snippet minipage
|
||||
alias \begin{minipage}
|
||||
\begin{minipage}
|
||||
${1:TARGET}
|
||||
\end{minipage}
|
||||
${0}
|
||||
|
||||
snippet flushright
|
||||
alias \begin{flushright}
|
||||
\begin{flushright}
|
||||
${1:TARGET}
|
||||
\end{flushright}
|
||||
${0}
|
||||
|
||||
snippet picture
|
||||
alias \begin{picture}
|
||||
\begin{picture}
|
||||
${1:TARGET}
|
||||
\end{picture}
|
||||
${0}
|
||||
|
||||
snippet math
|
||||
alias \begin{math}
|
||||
\begin{math}
|
||||
${1:TARGET}
|
||||
\end{math}
|
||||
${0}
|
||||
|
||||
snippet quote
|
||||
alias \begin{quote}
|
||||
\begin{quote}
|
||||
${1:TARGET}
|
||||
\end{quote}
|
||||
${0}
|
||||
|
||||
# ========== SECTION ==========
|
||||
|
||||
@ -281,14 +244,12 @@ alias \begin{part}
|
||||
\begin{part}
|
||||
${1:TARGET}
|
||||
\end{part}
|
||||
${0}
|
||||
|
||||
snippet chapter
|
||||
alias \begin{chapter}
|
||||
\begin{chapter}
|
||||
${1:TARGET}
|
||||
\end{chapter}
|
||||
${0}
|
||||
|
||||
snippet \chapter
|
||||
alias \chapter{
|
||||
@ -300,7 +261,6 @@ alias \begin{section}
|
||||
\begin{section}
|
||||
${1:TARGET}
|
||||
\end{section}
|
||||
${0}
|
||||
|
||||
snippet \section
|
||||
alias \section{
|
||||
@ -312,7 +272,6 @@ alias \begin{subsection}
|
||||
\begin{subsection}
|
||||
${1}
|
||||
\end{subsection}
|
||||
${0}
|
||||
|
||||
snippet \subsection
|
||||
alias \subsection{
|
||||
@ -324,7 +283,6 @@ alias \begin{subsubsection}
|
||||
\begin{subsubsection}
|
||||
${1:TARGET}
|
||||
\end{subsubsection}
|
||||
${0}
|
||||
|
||||
snippet \subsubsection
|
||||
alias \subsubsection{
|
||||
@ -336,7 +294,6 @@ alias \begin{paragraph}
|
||||
\begin{paragraph}
|
||||
${1:TARGET}
|
||||
\end{paragraph}
|
||||
${0}
|
||||
|
||||
snippet \paragraph
|
||||
alias \paragraph{
|
||||
@ -348,7 +305,6 @@ alias \begin{subparagraph}
|
||||
\begin{subparagraph}
|
||||
${1:TARGET}
|
||||
\end{subparagraph}
|
||||
${0}
|
||||
|
||||
snippet \subparagraph
|
||||
alias \subparagraph{
|
||||
@ -415,7 +371,6 @@ alias \begin{itshape}
|
||||
snippet usepackage
|
||||
alias \usepackage
|
||||
\usepackage${1:[${2\}]}{${3}}
|
||||
${0}
|
||||
|
||||
snippet \ref
|
||||
alias \ref{
|
||||
|
@ -711,6 +711,9 @@ A: Please try below settings. It defines snipMate function.
|
||||
==============================================================================
|
||||
CHANGELOG *neosnippet-changelog*
|
||||
|
||||
2012-11-06
|
||||
- Improved default tex snippets.
|
||||
|
||||
2012-11-05
|
||||
- Fixed for comment string.
|
||||
- Fixed snippet parser.
|
||||
|
Loading…
Reference in New Issue
Block a user