-
Notifications
You must be signed in to change notification settings - Fork 368
Shortcuts from .sublime completions file
Lukas Häfliger edited this page Jul 13, 2016
·
11 revisions
(Note that there is also one for beamer which is not included here – if you use beamer, have a look at the file Beamer.sublime-completions
located in your LaTeXTools directory).
Some of these commands is also put into a PDF through LaTeX. Find them here: LaTeXTools-key-completions-tex.
a ➔ \alpha
b ➔ \beta
g ➔ \gamma
d ➔ \delta
delta ➔ partial
/partial ➔ delta
e ➔ \epsilon
epsilon ➔ varepsilon
varepsilon ➔ epsilon
z ➔ \zeta
h ➔ \eta
q ➔ \theta
\theta ➔ \vartheta
\vartheta ➔ \theta
i ➔ \iota
k ➔ \kappa
l ➔ \lambda
m ➔ \mu
n ➔ \nu
x ➔ \xi
p ➔ \pi
r ➔ \rho
s ➔ \sigma
t ➔ \tau
u ➔ \upsilon
f ➔ \phi
\phi ➔ \varphi
\varphi ➔ \phi
c ➔ \chi
y ➔ \psi
w ➔ \omega
v ➔ \digamma
G ➔ \Gamma
D ➔ \Delta
Q ➔ \Theta
L ➔ \Lambda
X ➔ \Xi
P ➔ \Pi
S ➔ \Sigma
F ➔ \Phi
Y ➔ \Psi
W ➔ \Omega
0 ➔ \emptyset
V ➔ \forall
E ➔ \exists
sm ➔ \setminus
ld ➔ \ldots
cd ➔ \cdot
cdot ➔ cdots
cdots ➔ cdot
la ➔ \langle
ra ➔ \rangle
cu ➔ \cup
ca ➔ \cap
bcu ➔ \bigcup
bca ➔ \bigcap
in ➔ \int
int ➔ infty
infty ➔ int
su ➔ \sum
sum ➔ sup
sup ➔ succ
succ ➔ succeq
succeq ➔ succcurlyeq
succcurlyeq ➔ sum
qd ➔ \quad
qqd ➔ \qquad
pr ➔ \prod
prod ➔ prec
prec ➔ preceq
preceq ➔ preccurlyeq
preccurlyeq ➔ prod
lar ➔ \leftarrow
leftarrow ➔ longleftarrow
longleftarrow ➔ leftarrow
Lar ➔ \Leftarrow
Leftarrow ➔ Longleftarrow
Longleftarrow ➔ Leftarrow
rar ➔ \rightarrow
rightarrow ➔ longrightarrow
longrightarrow ➔ rightarrow
Rar ➔ \Rightarrow
Rightarrow ➔ Longrightarrow
Longrightarrow ➔ Rightarrow
lr ➔ \leftrightarrow
Lr ➔ \Leftrightarrow
iff ➔ \Leftrightarrow
Leftrightarrow ➔ Longleftrightarrow
Longleftrightarrow ➔ Leftrightarrow
up ➔ \uparrow
do ➔ \downarrow
it ➔ \mathit{$1}$0
bf ➔ \mathbf{$1}$0
bb ➔ \mathbb{$1}$0
rm ➔ \mathrm{$1}$0
sf ➔ \mathsf{$1}$0
cal ➔ \mathcal
mathcal ➔ mathcal{$1}$0
lp ➔ \left( $1 \right) $0
lb ➔ \left[ $1 \right] $0
lbr ➔ \left{ $0 \right}
fr ➔ \frac
fra ➔ \frac{$1}{$2}$0
stack ➔ \stackrel{$1}{$2}$0
sp ➔ \begin{split}
$0
\end{split}
beq ➔ \[
$0
\]
beqn ➔ \begin{equation}
$0
\end{equation}
bga ➔ \begin{gather*}
$0
\end{gather*}
bgan ➔ \begin{gather}
$0
\end{gather}
bal ➔ \begin{align*}
$0
\end{align*}
baln ➔ \begin{align}
$0
\end{align}
baa ➔ \begin{alignat*}
$0
\end{alignat*}
baan ➔ \begin{alignat}
$0
\end{alignat}
bfl ➔ \begin{flalign*}
$0
\end{flalign*}
bfln ➔ \begin{flalign}
$0
\end{flalign}
bml ➔ \begin{multiline*}
$0
\end{multiline*}
bmln ➔ \begin{multiline}
$0
\end{multiline}
bit ➔ \begin{itemize}
\t\item $1
\end{itemize}
ben ➔ \begin{enumerate}
\t\item $1
\end{enumerate}
i ➔ \item
This is a compilation of completions I found useful.
fig ➔ \begin{figure}[h]
\centering
\includegraphics[width=\textwidth]$0
\caption{}
\label{fig:}
\end{figure}
fc ➔ \fref{chap:$0}
fs ➔ \fref{sec:$0}
ff ➔ \fref{fig:$0}
ft ➔ \fref{tab:$0}
lc ➔ \label{chap:$0}
ls ➔ \label{sec:$0}
lf ➔ \label{fig:$0}
lt ➔ \label{tab:$0}
tabular ➔ \begin{table}[h]
\centering
\begin{tabular}{$0}
\end{tabular}
\caption{}
\label{tab:}
\end{table}