nvim: update snippets
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
"\\title{$1 \\\\\\[0.2em] \\large $2}",
|
"\\title{$1 \\\\\\[0.2em] \\large $2}",
|
||||||
"\\author{Marco Thomas}",
|
"\\author{Marco Thomas}",
|
||||||
"",
|
"",
|
||||||
"% \\bibliography{}",
|
"% \\bibliography{bibliography}",
|
||||||
"",
|
"",
|
||||||
"\\begin{document}",
|
"\\begin{document}",
|
||||||
"",
|
"",
|
||||||
@@ -16,6 +16,9 @@
|
|||||||
"\\tableofcontents",
|
"\\tableofcontents",
|
||||||
"\\newpage",
|
"\\newpage",
|
||||||
"",
|
"",
|
||||||
|
"\\newpage",
|
||||||
|
"% \\printbibliography",
|
||||||
|
"",
|
||||||
"\\end{document}"
|
"\\end{document}"
|
||||||
],
|
],
|
||||||
"description": "Preset to create new notes document"
|
"description": "Preset to create new notes document"
|
||||||
|
|||||||
@@ -124,11 +124,11 @@ input type:keyboard {
|
|||||||
# Show notifications
|
# Show notifications
|
||||||
bindsym $mod+v exec swaync-client -t -sw
|
bindsym $mod+v exec swaync-client -t -sw
|
||||||
|
|
||||||
# Brightness
|
# Brightness
|
||||||
bindsym XF86MonBrightnessUp exec light -A 5
|
bindsym XF86MonBrightnessUp exec light -A 5
|
||||||
bindsym XF86MonBrightnessDown exec light -U 5
|
bindsym XF86MonBrightnessDown exec light -U 5
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
bindsym XF86AudioPlay exec playerctl play-pause
|
bindsym XF86AudioPlay exec playerctl play-pause
|
||||||
bindsym XF86AudioPrev exec playerctl previous
|
bindsym XF86AudioPrev exec playerctl previous
|
||||||
bindsym XF86AudioNext exec playerctl next
|
bindsym XF86AudioNext exec playerctl next
|
||||||
|
|||||||
@@ -16,10 +16,6 @@
|
|||||||
\usepackage{xcolor}
|
\usepackage{xcolor}
|
||||||
\usepackage{color}
|
\usepackage{color}
|
||||||
|
|
||||||
%%% bibtex - cite with \autocite{}, will show in footnote
|
|
||||||
\usepackage[style=verbose-ibid,backend=bibtex]{biblatex}
|
|
||||||
\usepackage{csquotes}
|
|
||||||
|
|
||||||
%%% lorem ipsum text
|
%%% lorem ipsum text
|
||||||
\usepackage{blindtext}
|
\usepackage{blindtext}
|
||||||
|
|
||||||
@@ -66,3 +62,7 @@
|
|||||||
\newtheorem{algo}{Algorithmus}[section]
|
\newtheorem{algo}{Algorithmus}[section]
|
||||||
\newtheorem{theorem}{Satz}[section]
|
\newtheorem{theorem}{Satz}[section]
|
||||||
\newtheorem*{remark}{Bemerkung}
|
\newtheorem*{remark}{Bemerkung}
|
||||||
|
|
||||||
|
%%% bibtex - cite with \autocite{}, will show in footnote
|
||||||
|
\usepackage{csquotes}
|
||||||
|
\usepackage[style=verbose-trad2]{biblatex}
|
||||||
|
|||||||
Reference in New Issue
Block a user