Added Latex-stuff for moderncv, changed color/fonts in i3 and termite
This commit is contained in:
@@ -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
|
||||
|
||||
6
.emacs.d/snippets/latex-mode/moderncv-cvitem
Normal file
6
.emacs.d/snippets/latex-mode/moderncv-cvitem
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: moderncv-cvitem
|
||||
# key: cvi
|
||||
# --
|
||||
\cvitem{${1:item}}{}
|
||||
$0
|
||||
6
.emacs.d/snippets/latex-mode/moderncv-cvitemwithcomment
Normal file
6
.emacs.d/snippets/latex-mode/moderncv-cvitemwithcomment
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: moderncv-cvitemwithcomment
|
||||
# key: cviwc
|
||||
# --
|
||||
\cvitemwithcomment{${1:item}}{${2:item}}{${3:item}}
|
||||
$0
|
||||
6
.emacs.d/snippets/latex-mode/moderncv-cvskill
Normal file
6
.emacs.d/snippets/latex-mode/moderncv-cvskill
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: moderncv-cvskill
|
||||
# key: cvskill
|
||||
# --
|
||||
\cvitemwithcomment{${1:skill}}{\skill{${2:level}}}{${3:comment}}
|
||||
$0
|
||||
5
.emacs.d/snippets/latex-mode/textit
Normal file
5
.emacs.d/snippets/latex-mode/textit
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: textit
|
||||
# key: i
|
||||
# --
|
||||
\textit{$1}$0
|
||||
@@ -1,5 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: usepackage
|
||||
# key: pkg
|
||||
# key: use
|
||||
# --
|
||||
\usepackage{$0}
|
||||
Reference in New Issue
Block a user