Emacs: some TeX improvements.

master
Ambrevar 2012-10-13 10:55:31 +02:00
parent 1770b88e70
commit 08afaed4f8
3 changed files with 17 additions and 0 deletions

View File

@ -188,6 +188,7 @@
("soeur" "sœur" nil 1)
("soeurs" "sœurs" nil 1)
("ssi" "si et seulement si" nil 1)
("st" "sont" nil 1)
("stp" "s'il te plaît" nil 1)
("svp" "s'il vous plaît" nil 1)
("teh" "the" nil 1)

View File

@ -0,0 +1,9 @@
# -*- mode: snippet -*-
# contributor : Pierre Neidhardt <ambrevar at gmail dot com>
# key: quote
# group: environments
# name: \begin{quote}
# --
\begin{quote}
$0
\end{quote}

View File

@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# contributor: Márcio M. Ribeiro <marcio.mr@gmail.com>
# key: sl
# group: font
# name: \textsl{ ... }
# --
\textsl{$1}$0