Add snippet for centring

This commit is contained in:
trémeur 2021-03-05 11:24:24 +00:00
parent 0fb47bb1f8
commit 2657674e0e
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View file

@ -6,3 +6,4 @@ recentf
url/*
bookmarks
nohup.out
#*

6
snippets/latex-mode/cent Normal file
View file

@ -0,0 +1,6 @@
# name: centre
# key: cent
# --
\begin{center}
$0
\end{center}