merging vim folders

This commit is contained in:
Debucquoy
2023-11-02 10:11:39 +01:00
parent 4234763787
commit 7f78647c46
8 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,15 @@
snippet base "Description" b
\documentclass{${1:${VISUAL:article}}}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\usepackage{amsmath, amsfonts, amssymb, amsthm}
\begin{document}
$0
\end{document}
endsnippet