1
0
mirror of https://github.com/amix/vimrc synced 2025-07-06 07:55:00 +08:00

plugin updates

plugin updates
This commit is contained in:
Geezus
2019-05-16 14:44:54 -05:00
parent e73d906a54
commit 8649b3bf27
163 changed files with 1376 additions and 3542 deletions

View File

@ -204,34 +204,34 @@ snippet fcite \footcite[]{}
\\footcite[${1}]{${2}}${0}
#Formating text: italic, bold, underline, small capital, emphase ..
snippet ita italic text
\\textit{${1:${VISUAL:text}}}${0}
\\textit{${1:${VISUAL:text}}} ${0}
snippet bf bold face text
\\textbf{${1:${VISUAL:text}}}${0}
\\textbf{${1:${VISUAL:text}}} ${0}
snippet under underline text
\\underline{${1:${VISUAL:text}}}${0}
\\underline{${1:${VISUAL:text}}} ${0}
snippet over overline text
\\overline{${1:${VISUAL:text}}}${0}
\\overline{${1:${VISUAL:text}}} ${0}
snippet emp emphasize text
\\emph{${1:${VISUAL:text}}}${0}
snippet sc small caps text
\\textsc{${1:${VISUAL:text}}}${0}
\\textsc{${1:${VISUAL:text}}} ${0}
#Choosing font
snippet sf sans serife text
\\textsf{${1:${VISUAL:text}}}${0}
\\textsf{${1:${VISUAL:text}}} ${0}
snippet rm roman font text
\\textrm{${1:${VISUAL:text}}}${0}
\\textrm{${1:${VISUAL:text}}} ${0}
snippet tt typewriter (monospace) text
\\texttt{${1:${VISUAL:text}}}${0}
\\texttt{${1:${VISUAL:text}}} ${0}
#Math font
snippet mf mathfrak
\\mathfrak{${1:${VISUAL:text}}}${0}
\\mathfrak{${1:${VISUAL:text}}} ${0}
snippet mc mathcal
\\mathcal{${1:${VISUAL:text}}}${0}
\\mathcal{${1:${VISUAL:text}}} ${0}
snippet ms mathscr
\\mathscr{${1:${VISUAL:text}}}${0}
\\mathscr{${1:${VISUAL:text}}} ${0}
#misc
snippet ft \footnote
\\footnote{${1:${VISUAL:text}}}${0}
\\footnote{${1:${VISUAL:text}}} ${0}
snippet fig figure environment (includegraphics)
\\begin{figure}
\\begin{center}