summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--latexmkrc4
-rw-r--r--vim/mySnippets/tex.snippets20
-rw-r--r--zshrc1
3 files changed, 17 insertions, 8 deletions
diff --git a/latexmkrc b/latexmkrc
index b466d7b..6b4722e 100644
--- a/latexmkrc
+++ b/latexmkrc
@@ -1,2 +1,2 @@
-$pdf_mode = 1;
-$pdf_previewer = 'zathura -s -x "vim --servername SYNCTEX --remote +%{line} %{input}" %O %S';
+/* $pdf_mode = 1; */
+/* $pdf_previewer = 'zathura -s -x "vim --servername SYNCTEX --remote +%{line} %{input}" %O %S'; */
diff --git a/vim/mySnippets/tex.snippets b/vim/mySnippets/tex.snippets
index dd60bb1..ef275a0 100644
--- a/vim/mySnippets/tex.snippets
+++ b/vim/mySnippets/tex.snippets
@@ -1,11 +1,19 @@
-snippet sumi "Sum over index set" i
-\sum_{${1:i} \in ${2:I}} $0
+snippet test "Test functions" i
+\test{${1:\real^n}} $0
endsnippet
-snippet ip "Inner product" i
-\left \langle $1, $2 \right \rangle $0
+snippet lp "Flat Lp space" i
+\lp{${1:2}}{${2:\real^n}} $0
endsnippet
-snippet real "Real numbers" i
-\mathbb R
+snippet lpw "Weighted Lp space" i
+\wlp{${1:2}}{${2:\real^n}}{${3: \rho}} $0
+endsnippet
+
+snippet sob "Flat Sobolev space" i
+\sobolev{${1:s}}{${2:\real^n}} $0
+endsnippet
+
+snippet sobw "Weighted Sobolev space" i
+\wsobolev{${1:s}}{${2:\real^n}}{${3:\rho}} $0
endsnippet
diff --git a/zshrc b/zshrc
index 817ca2b..804a398 100644
--- a/zshrc
+++ b/zshrc
@@ -42,6 +42,7 @@ alias uc='cd ~/Dropbox/phd/programs'
alias up='cd ~/Dropbox/phd/presentations'
alias ul='cd ~/Dropbox/phd/literature'
alias ur='cd ~/Dropbox/phd/reports'
+alias papers='cd ~/Dropbox/phd/papers'
alias cdd='cd ~/dotfiles'
# Commands