Added Latex-stuff for moderncv, changed color/fonts in i3 and termite

This commit is contained in:
TuDatTr
2018-01-02 21:52:58 +01:00
parent 049303bbe8
commit 589d333a61
9 changed files with 93 additions and 64 deletions

View File

@@ -2,5 +2,5 @@
# name: moderncv-cvcomputer
# key: cvcomp
# --
\cvcomputer{${1:category}}{${2:programs}}{${3:category}}{${3:programs}}
\cvcomputer{${1:category}}{${2:programs}}{${3:category}}{${4:programs}}
$0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: moderncv-cvitem
# key: cvi
# --
\cvitem{${1:item}}{}
$0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: moderncv-cvitemwithcomment
# key: cviwc
# --
\cvitemwithcomment{${1:item}}{${2:item}}{${3:item}}
$0

View File

@@ -0,0 +1,6 @@
# -*- mode: snippet -*-
# name: moderncv-cvskill
# key: cvskill
# --
\cvitemwithcomment{${1:skill}}{\skill{${2:level}}}{${3:comment}}
$0

View File

@@ -0,0 +1,5 @@
# -*- mode: snippet -*-
# name: textit
# key: i
# --
\textit{$1}$0

View File

@@ -1,5 +1,5 @@
# -*- mode: snippet -*-
# name: usepackage
# key: pkg
# key: use
# --
\usepackage{$0}