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