Added file associations for tex, py and cpp. Also only kept tex, py and cpp snippets

This commit is contained in:
TuDatTr
2018-01-04 16:56:03 +01:00
parent 99a6303bd0
commit 910f175a82
1053 changed files with 5 additions and 7124 deletions

View File

@@ -1,12 +0,0 @@
# -*- mode: snippet -*-
# name: default
# key: defa
# --
\documentclass[12pt]{article}
\usepackage{titling}
\usepackage[a4paper, left=2.5cm, right=2cm, top=2cm, bottom=2cm]{geometry}
\begin{docuemnt}
$0
\end{document}

View File

@@ -1,10 +0,0 @@
# -*- mode: snippet -*-
# contributor : Mads D. Kristensen <madsdk@gmail.com>
# key: tab
# name : table
# --
\begin{tabularx}{${3:format}}
$0
\end{tabularx}
\caption{${1:caption}}
\label{${2:"waiting for reftex-label call..."$(unless yas/modified-p (reftex-label nil 'dont-insert))}}

View File

@@ -1,9 +0,0 @@
# -*- mode: snippet -*-
# name: sectioning
# key: secc
# --
\usepackage{titlesec}
\titleformat{\section}{\huge\bfseries}{}{0em}{}[{\titlerule[0.4pt]}]
\titleformat{\sectionsub}{\large\bfseries}{}{0em}{}[{\titlerule[0.4pt]}]